blob: c9a9415a00c7760ebb45a5076b49d35c7c141900 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<?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>
</upstream>
</pkgmetadata>
|