diff options
Diffstat (limited to 'dev-R/cli/metadata.xml')
| -rw-r--r-- | dev-R/cli/metadata.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-R/cli/metadata.xml b/dev-R/cli/metadata.xml new file mode 100644 index 000000000000..08e0ea7e522f --- /dev/null +++ b/dev-R/cli/metadata.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <description>co-maintainers welcome</description> + <email>lssndrbarbieri@gmail.com</email> + <name>Alessandro Barbieri</name> + </maintainer> + <longdescription lang="en">A suite of tools to build attractive command line interfaces ('CLIs'), from semantic elements: headings, lists, alerts, paragraphs, etc. Supports custom themes via a 'CSS'-like language. It also contains a number of lower level 'CLI' elements: rules, boxes, trees, and 'Unicode' symbols with 'ASCII' alternatives. It integrates with the 'crayon' package to support 'ANSI' terminal colors.</longdescription> + <upstream> + <bugs-to>https://github.com/r-lib/cli/issues</bugs-to> + <doc lang="en">https://cran.r-project.org/web//packages/cli/cli.pdf</doc> + <changelog>https://cran.r-project.org/web//packages/cli/news/news.html</changelog> + <maintainer> + <name>Gábor Csárdi</name> + <email>csardi.gabor@gmail.com</email> + </maintainer> + <remote-id type="github">r-lib/cli</remote-id> + </upstream> +</pkgmetadata> |
