summaryrefslogtreecommitdiff
blob: b37c48b1ad1df5c3b9b5c0a399daa23c0b20f986 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?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 type="person" proxied="yes">
    <email>gentoo@aisha.cc</email>
    <name>Aisha Tammy</name>
  </maintainer>
  <maintainer type="project" proxied="proxy">
    <email>proxy-maint@gentoo.org</email>
    <name>Proxy Maintainers</name>
  </maintainer>
  <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>
</pkgmetadata>