gentoo-ebuilds/dev-scheme/stklos/metadata.xml
Sam James 78447ce087
dev-scheme/stklos: add github, gitlab upstream metadata
Signed-off-by: Sam James <sam@gentoo.org>
2022-12-18 04:01:23 +00:00

19 lines
739 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>scheme@gentoo.org</email>
<name>Gentoo Scheme Project</name>
</maintainer>
<longdescription lang="en">
STklos is a free Scheme system supporting most of the languages
features defined in R5RS. The aim of this implementation is to
be fast as well as light. The implementation is based on an ad-hoc
Virtual Machine. STklos can also be compiled as a library and
embedded in an application.
</longdescription>
<upstream>
<remote-id type="github">egallesio/STklos</remote-id>
<remote-id type="gitlab">Gallesio/STklos</remote-id>
</upstream>
</pkgmetadata>