summaryrefslogtreecommitdiff
blob: 44a4b25c22decfd8b52670e1c8e9e91c2df5b015 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>haskell</herd>
	<maintainer>
		<email>haskell@gentoo.org</email>
	</maintainer>
	<longdescription>
		JSON (JavaScript Object Notation) is a lightweight data-interchange
		format. It is easy for humans to read and write. It is easy for
		machines to parse and generate.  It is based on a subset of the
		JavaScript Programming Language, Standard ECMA-262 3rd Edition -
		December 1999.
	</longdescription>
	<use>
		<flag name="generic">Add support for generic encoder (<pkg>dev-haskell/syb</pkg>)</flag>
		<flag name="parsec">Add support for parsing with Parsec</flag>
		<flag name="pretty">Add support for using pretty printing combinators</flag>
	</use>
</pkgmetadata>