You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-emacs/parseedn/metadata.xml

22 lines
935 B

<?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>
parseedn is an Emacs Lisp library for parsing EDN data. It uses parseclj's
shift-reduce parser internally. EDN and Emacs Lisp have some important
differences that make translation from one to the other not transparent
(think representing an EDN map into Elisp, or being able to differentiate
between false and nil in Elisp). Because of this, parseedn takes certain
decisions when parsing and transforming EDN data into Elisp data types.
</longdescription>
<upstream>
<bugs-to>https://github.com/clojure-emacs/parseedn/issues/</bugs-to>
<remote-id type="github">clojure-emacs/parseedn</remote-id>
</upstream>
</pkgmetadata>