22 lines
763 B
XML
22 lines
763 B
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||
|
<pkgmetadata>
|
||
|
<maintainer type="person">
|
||
|
<email>spiderx@spiderx.dp.ua</email>
|
||
|
<name>Vladimir Pavljuchenkov</name>
|
||
|
</maintainer>
|
||
|
<maintainer type="project">
|
||
|
<email>proxy-maint@gentoo.org</email>
|
||
|
<name>Proxy Maintainers</name>
|
||
|
</maintainer>
|
||
|
<longdescription lang="en">
|
||
|
Command Line Interface (CLI) definition language is a domain-specific
|
||
|
language (DSL) for defining command line interfaces of C++ programs.
|
||
|
It allows you to describe the options that your program supports,
|
||
|
their types, default values, and documentation.
|
||
|
</longdescription>
|
||
|
<upstream>
|
||
|
<bugs-to>mailto:cli-users@codesynthesis.com</bugs-to>
|
||
|
</upstream>
|
||
|
</pkgmetadata>
|