mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
20 lines
637 B
XML
20 lines
637 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>conikost@gentoo.org</email>
|
|
<name>Conrad Kostecki</name>
|
|
</maintainer>
|
|
<stabilize-allarches/>
|
|
<longdescription>
|
|
dkjson is a module for encoding and decoding JSON data. It supports
|
|
UTF-8.
|
|
|
|
JSON (JavaScript Object Notation) is a format for serializing data
|
|
based on the syntax for JavaScript data structures.
|
|
|
|
dkjson is written in Lua without any dependencies, but
|
|
when LPeg is available dkjson uses it to speed up decoding.
|
|
</longdescription>
|
|
</pkgmetadata>
|