summaryrefslogtreecommitdiff
path: root/dev-haskell/yaml/metadata.xml
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /dev-haskell/yaml/metadata.xml
reinit the tree, so we can have metadata
Diffstat (limited to 'dev-haskell/yaml/metadata.xml')
-rw-r--r--dev-haskell/yaml/metadata.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-haskell/yaml/metadata.xml b/dev-haskell/yaml/metadata.xml
new file mode 100644
index 000000000000..2ea8f62867a3
--- /dev/null
+++ b/dev-haskell/yaml/metadata.xml
@@ -0,0 +1,24 @@
+<?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 (&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-examples">don't build the examples</flag>
+ <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>