aboutsummaryrefslogtreecommitdiffstats
path: root/dev-libs/libcyaml/metadata.xml
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/libcyaml/metadata.xml')
-rw-r--r--dev-libs/libcyaml/metadata.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-libs/libcyaml/metadata.xml b/dev-libs/libcyaml/metadata.xml
new file mode 100644
index 0000000..be739a8
--- /dev/null
+++ b/dev-libs/libcyaml/metadata.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <name>la ninpre</name>
+ <email>aaoth@aaoth.xyz</email> </maintainer>
+ <longdescription>
+ LibCYAML is a C library for reading and writing structured YAML documents.
+ It is written in ISO C11 and licensed under the ISC licence.
+
+ The fundamental idea behind CYAML is to allow applications to construct
+ schemas which describe both the permissible structure of the YAML documents
+ to read/write, and the C data structure(s) in which the loaded data is arranged in memory.
+ </longdescription>
+ <use>
+ <flag name="debug">enable building debug symbols</flag>
+ </use>
+</pkgmetadata>