mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Akinori Hattori <hattya@gentoo.org>
20 lines
729 B
XML
20 lines
729 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>
|
|
SigScheme is a R5RS Scheme interpreter for embedded use.
|
|
It features small footprint (64KB in library form on the
|
|
'small' configuration) like SIOD and TinyScheme, low memory
|
|
consumption (2-words per cons cell), multibyte characters
|
|
handling (UTF-8, EUCs and Shift_JIS) and more.
|
|
It is mainly developed to replace the Scheme interpreter of uim.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="github">uim/sigscheme</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|