dev-haskell/citeproc-hs: port to pandoc-1.16
[gentoo.git] / dev-haskell / citeproc-hs / metadata.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
3 <pkgmetadata>
4         <maintainer type="project">
5                 <email>haskell@gentoo.org</email>
6                 <name>Gentoo Haskell</name>
7         </maintainer>
8         <use>
9                 <flag name="bibutils">use Chris Putnam's <pkg>app-text/bibutils</pkg></flag>
10                 <flag name="embed_data_files">Embed locale files into the library (needed for windows packaging)</flag>
11                 <flag name="network">use <pkg>dev-haskell/network</pkg> and <pkg>dev-haskell/http</pkg> to retrieve CSL file from URIs</flag>
12                 <flag name="hexpat">use <pkg>dev-haskell/hexpat</pkg> instead of <pkg>dev-haskell/xml</pkg> for XML parsing</flag>
13                 <flag name="small_base">Choose the new smaller, split-up base package.</flag>
14                 <flag name="unicode_collation">Use Haskell bindings to the <pkg>dev-libs/icu</pkg></flag>
15         </use>
16         <longdescription>
17                 citeproc-hs is a library for rendering
18                 bibliographic reference citations into a variety
19                 of styles using a macro language called Citation
20                 Style Language (CSL). More details on CSL can be
21                 found here:
22                 &lt;http://citationstyles.org/&gt;.
23                 
24                 For the API documentation please see "Text.CSL".
25         </longdescription>
26 </pkgmetadata>