diff options
author | Maciej Barć <xgqt@gentoo.org> | 2023-03-14 23:30:40 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-03-15 01:25:40 +0100 |
commit | 2a032e6e068371622508d3e2617b5841f87e5067 (patch) | |
tree | 93718607dd3de60b5e013af40113eeb1ec867245 /dev-lang/elpi/metadata.xml | |
parent | net-vpn/strongswan: version bump to 5.9.10 (diff) | |
download | gentoo-2a032e6e068371622508d3e2617b5841f87e5067.tar.gz gentoo-2a032e6e068371622508d3e2617b5841f87e5067.tar.bz2 gentoo-2a032e6e068371622508d3e2617b5841f87e5067.zip |
dev-lang/elpi: new package; add 1.16.9
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-lang/elpi/metadata.xml')
-rw-r--r-- | dev-lang/elpi/metadata.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/dev-lang/elpi/metadata.xml b/dev-lang/elpi/metadata.xml new file mode 100644 index 000000000000..30a70f111a2f --- /dev/null +++ b/dev-lang/elpi/metadata.xml @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> + +<pkgmetadata> + <maintainer type="project"> + <email>ml@gentoo.org</email> + <name>ML</name> + </maintainer> + <maintainer type="project"> + <email>sci-mathematics@gentoo.org</email> + <name>Gentoo Mathematics Project</name> + </maintainer> + <longdescription> + ELPI implements a variant of λProlog enriched with Constraint Handling + Rules, a programming language well suited to manipulate syntax trees with + binders. ELPI is designed to be embedded into larger applications written + in OCaml as an extension language. It comes with an API to drive the + interpreter and with an FFI for defining built-in predicates and data + types, as well as quotations and similar goodies that are handy to adapt + the language to the host application. + </longdescription> + <upstream> + <changelog>https://raw.githubusercontent.com/LPCIC/elpi/master/CHANGES.md</changelog> + <bugs-to>https://github.com/LPCIC/elpi/issues/</bugs-to> + <remote-id type="github">LPCIC/elpi</remote-id> + </upstream> +</pkgmetadata> |