summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/yaml/metadata.xml')
-rw-r--r--dev-haskell/yaml/metadata.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-haskell/yaml/metadata.xml b/dev-haskell/yaml/metadata.xml
new file mode 100644
index 000000000000..a3d6b5a61a42
--- /dev/null
+++ b/dev-haskell/yaml/metadata.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>haskell</herd>
+ <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="no-exe">don't install the yaml2json executable</flag>
+ <flag name="no-unicode">Don't enable unicode output. Instead, unicode characters will be escaped.</flag>
+ <flag name="system-libyaml">Use system libyaml instead on generic one</flag>
+ </use>
+ <upstream>
+ <remote-id type="github">snoyberg/yaml</remote-id>
+ </upstream>
+</pkgmetadata>