You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
778 B
23 lines
778 B
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://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 (<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-examples">don't build the examples</flag>
|
|
<flag name="no-exe">don't install the yaml2json executable</flag>
|
|
</use>
|
|
<upstream>
|
|
<remote-id type="github">snoyberg/yaml</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|