blob: 3a987898ee9dcbabe0e06364717f300ec9a2651e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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>
|