dev-haskell/colour: bump up to 2.3.5
[gentoo.git] / dev-haskell / shelly / metadata.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
3 <pkgmetadata>
4         <maintainer type="project">
5                 <email>haskell@gentoo.org</email>
6                 <name>Gentoo Haskell</name>
7         </maintainer>
8         <longdescription>
9                 Shelly provides convenient systems programming in Haskell,
10                 similar in spirit to POSIX shells. Shelly:
11                 
12                 * is aimed at convenience and getting things done rather than
13                 being a demonstration of elegance.
14                 
15                 * has detailed and useful error messages
16                 
17                 * maintains its own environment, making it thread-safe.
18                 
19                 * is modern, using Text and system-filepath/system-fileio
20                 
21                 Shelly is originally forked from the Shellish package.
22                 
23                 See the shelly-extra package for additional functionality.
24                 
25                 An overview is available in the README: &lt;https://github.com/yesodweb/Shelly.hs/blob/master/README.md&gt;
26         </longdescription>
27         <upstream>
28                 <remote-id type="github">yesodweb/Shelly.hs</remote-id>
29         </upstream>
30         <use>
31                 <flag name="lifted">run the tests against Shelly.Lifted</flag>
32         </use>
33 </pkgmetadata>