blob: b15c5f94f9775f920328d782f51605ea67a0d023 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>ruby@gentoo.org</email>
<name>Gentoo Ruby Project</name>
</maintainer>
<upstream>
<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>
<origin>srcux</origin>
</pkgmetadata>
|