diff options
author | Maciej Barć <xgqt@gentoo.org> | 2022-12-12 12:38:18 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2022-12-12 12:38:18 +0100 |
commit | 740a75c10450c0e5325e6e54d6caf2f55492f3e0 (patch) | |
tree | 1df9818db4a207a934ba9f14b3ab101160ad1928 /app-emacs/a/metadata.xml | |
parent | app-emacs/parseclj: new package; add 1.1.0 (diff) | |
download | gentoo-740a75c10450c0e5325e6e54d6caf2f55492f3e0.tar.gz gentoo-740a75c10450c0e5325e6e54d6caf2f55492f3e0.tar.bz2 gentoo-740a75c10450c0e5325e6e54d6caf2f55492f3e0.zip |
app-emacs/a: new package; add 1.0.0
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/a/metadata.xml')
-rw-r--r-- | app-emacs/a/metadata.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/app-emacs/a/metadata.xml b/app-emacs/a/metadata.xml new file mode 100644 index 000000000000..3a987898ee9d --- /dev/null +++ b/app-emacs/a/metadata.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> + +<pkgmetadata> + <maintainer type="project"> + <email>gnu-emacs@gentoo.org</email> + <name>Gentoo GNU Emacs project</name> + </maintainer> + <longdescription> + Emacs Lisp functions for dealing with associative structures in a uniform + and functional way. Inspired by Clojure, dash, and seq.el. + </longdescription> + <upstream> + <bugs-to>https://github.com/plexus/a.el/issues/</bugs-to> + <remote-id type="github">plexus/a.el</remote-id> + </upstream> +</pkgmetadata> |