mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
23 lines
848 B
XML
23 lines
848 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>
|
|
MIT/GNU Scheme is an implementation of the Scheme programming language,
|
|
providing an interpreter, compiler, source-code debugger, integrated
|
|
Emacs-like editor, and a large runtime library. MIT/GNU Scheme is best
|
|
suited to programming large applications with a rapid development cycle.
|
|
</longdescription>
|
|
<use>
|
|
<flag name="blowfish">Compile with blowfish encryption support</flag>
|
|
</use>
|
|
<upstream>
|
|
<bugs-to>https://savannah.gnu.org/bugs/?group=mit-scheme</bugs-to>
|
|
<remote-id type="savannah">mit-scheme</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|