summaryrefslogtreecommitdiff
path: root/dev-lang/elpi/metadata.xml
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-03-15 06:20:30 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-03-15 06:20:30 +0000
commitbb007f0b04c719fd2b846d177c3c4739fdb7c318 (patch)
tree80f756c3d190f4dbf28e8016c211ab618a50ccb9 /dev-lang/elpi/metadata.xml
parent1f048d9b860b8c7b69ac8dd085edc9ee3191b2d5 (diff)
gentoo auto-resync : 15:03:2023 - 06:20:30
Diffstat (limited to 'dev-lang/elpi/metadata.xml')
-rw-r--r--dev-lang/elpi/metadata.xml27
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>