summaryrefslogtreecommitdiff
path: root/dev-haskell/yaml/metadata.xml
blob: 3d126b223c2e4d14ccb3e97390547d02de972449 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="project">
		<email>haskell@gentoo.org</email>
		<name>Gentoo Haskell</name>
	</maintainer>
	<longdescription>
		Provides support for parsing and emitting Yaml documents.

		This package includes the full libyaml C library version 0.1.12 by Kirill
		Simonov (&lt;http://pyyaml.org/wiki/LibYAML&gt;) in the package so you
		don't need to worry about any non-Haskell dependencies.
	</longdescription>
	<use>
		<flag name="examples">Install the haskell-yaml-examples executable</flag>
		<flag name="executable">Install the yaml2json and json2yaml executables</flag>
	</use>
	<upstream>
		<remote-id type="github">snoyberg/yaml</remote-id>
	</upstream>
</pkgmetadata>