gentoo/dev-scheme/akku/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

22 lines
915 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">
Akku.scm is a language package manager for Scheme.
It grabs hold of code and vigorously shakes it until it behaves properly.
- No complicated setup to point out where libraries are; Akku finds them!
- Separately declare dependencies and locked versions for your project.
- Convert R7RS libraries for use with Chez Scheme and other R6RS Scheme implementations.
- Numerous R6RS packages, as well as R7RS libraries mirrored from Snow.
</longdescription>
<upstream>
<bugs-to>https://gitlab.com/akkuscm/akku/-/issues</bugs-to>
<remote-id type="gitlab">akkuscm/akku</remote-id>
</upstream>
</pkgmetadata>