You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
704 B

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>ruby@gentoo.org</email>
<name>Gentoo Ruby Project</name>
</maintainer>
<upstream>
<remote-id type="github">eventmachine/eventmachine</remote-id>
<remote-id type="rubygems">eventmachine</remote-id>
</upstream>
<longdescription>
Ruby/EventMachine is a fast, simple event-processing library for
Ruby programs. It lets you write network clients and servers without
handling sockets- all you do is send and receive
data. Single-threaded socket engine- scalable and FAST!
</longdescription>
</pkgmetadata>