summaryrefslogtreecommitdiff
path: root/www-servers/thin/metadata.xml
blob: 74eeffcc7b5053c4b90b2f72a7e54c13a515317e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?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>
  <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>
  <origin>srcux</origin>
</pkgmetadata>