blob: f7857fe93dba18dcc6984c5515ad3993bab2bcdd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>ruby</herd>
<longdescription>
Thin is a very simple web server written in Ruby. It's single-threaded, which
means it can only serve one request at a time. This simplicity affords increased
speed and decreased memory usage for singled-threaded framework like Rails.
</longdescription>
<upstream>
<remote-id type="github">macournoyer/thin</remote-id>
</upstream>
</pkgmetadata>
|