You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
909 B
27 lines
909 B
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>hattya@gentoo.org</email>
|
|
<name>Akinori Hattori</name>
|
|
</maintainer>
|
|
<maintainer type="project">
|
|
<email>scheme@gentoo.org</email>
|
|
<name>Gentoo Scheme Project</name>
|
|
</maintainer>
|
|
<longdescription>
|
|
Gauche is an R5RS Scheme implementation developed to be a handy script
|
|
interpreter, which allows programmers and system administrators to write
|
|
small to large scripts for their daily chores. Quick startup, built-in
|
|
system interface, native multilingual support are some of my goals.
|
|
|
|
Gauche runs on several Unix-like platforms.
|
|
</longdescription>
|
|
<use>
|
|
<flag name="mbedtls">Enable support for <pkg>net-libs/mbedtls</pkg></flag>
|
|
</use>
|
|
<upstream>
|
|
<remote-id type="sourceforge">gauche</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|