blob: 528c3a6ff3b6e86a5cf988d0ed99984cef52bc55 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?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>
Provides support for parsing and emitting Yaml documents.
This package includes the full libyaml C library version 0.1.12 by Kirill
Simonov (<http://pyyaml.org/wiki/LibYAML>) in the package so you
don't need to worry about any non-Haskell dependencies.
</longdescription>
<use>
<flag name="no-exe">don't install the yaml2json executable</flag>
<flag name="system-libyaml">Use system libyaml instead on generic one</flag>
</use>
</pkgmetadata>
|