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.
gentoo-overlay/www-servers/thin/metadata.xml

17 lines
606 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>
<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>