dev-libs/libcyaml/metadata.xml (view raw)
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
3<pkgmetadata>
4 <maintainer type="person">
5 <name>la ninpre</name>
6 <email>aaoth@aaoth.xyz</email> </maintainer>
7 <longdescription>
8 LibCYAML is a C library for reading and writing structured YAML documents.
9 It is written in ISO C11 and licensed under the ISC licence.
10
11 The fundamental idea behind CYAML is to allow applications to construct
12 schemas which describe both the permissible structure of the YAML documents
13 to read/write, and the C data structure(s) in which the loaded data is arranged in memory.
14 </longdescription>
15 <use>
16 <flag name="debug">enable building debug symbols</flag>
17 </use>
18</pkgmetadata>