diff options
Diffstat (limited to 'app-emacs/treepy/metadata.xml')
-rw-r--r-- | app-emacs/treepy/metadata.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/app-emacs/treepy/metadata.xml b/app-emacs/treepy/metadata.xml new file mode 100644 index 000000000000..4d60dd6e94bb --- /dev/null +++ b/app-emacs/treepy/metadata.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer type="project"> + <email>gnu-emacs@gentoo.org</email> + <name>Gentoo GNU Emacs project</name> +</maintainer> +<longdescription> +Generic tools for recursive and iterative tree traversal based on +clojure.walk and clojure.zip respectively. Depends on `map', a map +manipulation library built in Emacs 25.1. All functions are prefixed +with "treepy-" +</longdescription> +<stabilize-allarches/> +<upstream> + <remote-id type="github">volrath/treepy.el</remote-id> +</upstream> +</pkgmetadata> |