diff options
Diffstat (limited to 'sci-mathematics/alectryon/metadata.xml')
-rw-r--r-- | sci-mathematics/alectryon/metadata.xml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/sci-mathematics/alectryon/metadata.xml b/sci-mathematics/alectryon/metadata.xml new file mode 100644 index 000000000000..67c427e81f35 --- /dev/null +++ b/sci-mathematics/alectryon/metadata.xml @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> + +<pkgmetadata> + <maintainer type="project"> + <email>sci-mathematics@gentoo.org</email> + <name>Gentoo Mathematics Project</name> + </maintainer> + <longdescription> + A library to process Coq and Lean snippets embedded in text documents, + showing goals and messages for each input sentence. Also a literate + programming toolkit. The goal of Alectryon is to make it easy to write + textbooks, blog posts, and other documents that mix interactive proofs and + prose. + Alectryon originally supported Coq only. Support for Lean is preliminary + and restricted to Lean 3. + </longdescription> + <upstream> + <changelog>https://github.com/cpitclaudel/alectryon/releases/</changelog> + <bugs-to>https://github.com/cpitclaudel/alectryon/issues/</bugs-to> + <remote-id type="github">cpitclaudel/alectryon</remote-id> + </upstream> +</pkgmetadata> |