blob: d62c61b3318d86d13168fce39a2f7f4eb65afd6a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>conikost@gentoo.org</email>
<name>Conrad Kostecki</name>
</maintainer>
<longdescription>
OpenResty fork of mpx/lua-cjson, includes a few bugfixes and improvements,
especially to facilitate the encoding of empty tables as JSON Arrays.
</longdescription>
<use>
<flag name="internal-fpconv">Enable internal number conversion routines, can increase overall performance by up to 50%</flag>
</use>
<origin>baldeagleos-repo</origin>
</pkgmetadata>
|