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