Files
gentoo/dev-scheme/owl-lisp/metadata.xml
Ulrich Müller 2585fffefc **/metadata.xml: Replace http by https in DOCTYPE element
Again. :(

Signed-off-by: Ulrich Müller <ulm@gentoo.org>
2022-01-25 19:37:45 +01:00

21 lines
793 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">
Owl Lisp is a simple programming language. The main motivation for
writing it was to get a portable system for writing standalone
programs in a subjectively pleasant dialect of LISP, which in this
case means a minimal core language and runtime, purely functional
operation and support for asynchronous evaluation.
</longdescription>
<upstream>
<bugs-to>https://gitlab.com/owl-lisp/owl/-/issues</bugs-to>
<remote-id type="gitlab">owl-lisp/owl</remote-id>
</upstream>
</pkgmetadata>