summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Bergström <bugs@bergstroem.nu>2016-02-04 14:36:27 +1100
committerJohan Bergström <bugs@bergstroem.nu>2016-02-05 09:36:16 +1100
commite56d2b3c4b3b4133195f26e9501d9236771e3897 (patch)
tree13124ec95f3cdbfc5d84f1919ec9f009ac9e2894 /dev-libs/libucl/metadata.xml
parentnet-wireless/ubertooth: fixup live ebuild and static-libs (diff)
downloadgentoo-e56d2b3c4b3b4133195f26e9501d9236771e3897.tar.gz
gentoo-e56d2b3c4b3b4133195f26e9501d9236771e3897.tar.bz2
gentoo-e56d2b3c4b3b4133195f26e9501d9236771e3897.zip
dev-libs/libucl: New package
Libucl is a configuration library parser and a set of optional utilities.
Diffstat (limited to 'dev-libs/libucl/metadata.xml')
-rw-r--r--dev-libs/libucl/metadata.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-libs/libucl/metadata.xml b/dev-libs/libucl/metadata.xml
new file mode 100644
index 000000000000..4f528bc055ec
--- /dev/null
+++ b/dev-libs/libucl/metadata.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>bugs@bergstroem.nu</email>
+ <name>Johan Bergström</name>
+ <description>Co-maintainer, CC on bugs.</description>
+ </maintainer>
+
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <longdescription>UCL is heavily infused by nginx configuration as the example
+ of a convenient configuration system. However, UCL is fully compatible with
+ JSON format and is able to parse json files. It can also emit UCL objects
+ into different formats such as "nginx like", json, yaml and
+ compact json</longdescription>
+ <use>
+ <flag name="regex">Enable regex checking for schema</flag>
+ <flag name="signatures">Enable signatures check</flag>
+ <flag name="urlfetch">Enable URLs fetch</flag>
+ <flag name="utils">Builds and installs utils</flag>
+ </use>
+</pkgmetadata>