1234567891011121314151617181920212223 |
- <?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>
- </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>
- <upstream>
- <remote-id type="sourceforge">gauche</remote-id>
- </upstream>
- </pkgmetadata>
|