dev-scheme/stklos: update metadata.xml

Signed-off-by: Maciej Barć <xgqt@riseup.net>
This commit is contained in:
Maciej Barć 2021-07-20 19:48:09 +02:00
parent 84a43eed8c
commit 49b652ec8f
No known key found for this signature in database
GPG Key ID: 031C9FE65BED714A
1 changed files with 16 additions and 14 deletions

View File

@ -1,18 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>xgqt@riseup.net</email>
<name>Maciej Barć</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>
</upstream>
<maintainer type="person">
<email>xgqt@riseup.net</email>
<name>Maciej Barć</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>
<bugs-to>https://github.com/egallesio/STklos</bugs-to>
<remote-id type="github">egallesio/STklos</remote-id>
</upstream>
</pkgmetadata>