mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-02-11 02:07:37 -08:00
22 lines
837 B
XML
22 lines
837 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<longdescription>
|
|
UCL is heavily infused by nginx configuration as the example of a
|
|
convenient configuration system. However, UCL is fully compatible
|
|
with JSON format and is able to parse json files. It can also emit
|
|
UCL objects into different formats such as "nginx like", json,
|
|
yaml and compact json
|
|
</longdescription>
|
|
<!-- maintainer-needed -->
|
|
<use>
|
|
<flag name="regex">Enable regex support</flag>
|
|
<flag name="sign">Enable signatures check</flag>
|
|
<flag name="urls">Enable URLs fetch</flag>
|
|
<flag name="utils">Install utils for checking other configs</flag>
|
|
</use>
|
|
<upstream>
|
|
<remote-id type="github">vstakhov/libucl</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|