diff options
author | Maciej Barć <xgqt@riseup.net> | 2021-08-04 03:13:23 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@riseup.net> | 2021-08-04 03:17:15 +0200 |
commit | 0479296f65a968448414ceff9787a6f6f7f6cb31 (patch) | |
tree | fffea844f3a1b0f9d80c972bbb9514f2e5d2d10a /dev-scheme | |
parent | dev-scheme/gerbil: doenvd; EAPI 8; xdg reset (diff) | |
download | guru-0479296f65a968448414ceff9787a6f6f7f6cb31.tar.gz guru-0479296f65a968448414ceff9787a6f6f7f6cb31.tar.bz2 guru-0479296f65a968448414ceff9787a6f6f7f6cb31.zip |
dev-scheme/gerbil: update metadata.xml
Signed-off-by: Maciej Barć <xgqt@riseup.net>
Diffstat (limited to 'dev-scheme')
-rw-r--r-- | dev-scheme/gerbil/metadata.xml | 62 |
1 files changed, 32 insertions, 30 deletions
diff --git a/dev-scheme/gerbil/metadata.xml b/dev-scheme/gerbil/metadata.xml index 9a6c4ae25..95631da13 100644 --- a/dev-scheme/gerbil/metadata.xml +++ b/dev-scheme/gerbil/metadata.xml @@ -1,34 +1,36 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> + <pkgmetadata> - <maintainer type="person"> - <email>xgqt@riseup.net</email> - <name>Maciej Barć</name> - </maintainer> - <use> - <flag name="leveldb"> - Add support for using dev-libs/leveldb - </flag> - <flag name="lmdb"> - Add support for using dev-db/lmdb - </flag> - <flag name="yaml"> - Add support for yaml file format - </flag> - </use> - <longdescription lang="en"> - Gerbil is an opinionated dialect of Scheme designed - for Systems Programming, with a state of the art macro - and module system on top of the Gambit runtime. - The macro system is based on quote-syntax, and provides - the full meta-syntactic tower with a native implementation - of syntax-case. It also provides a full-blown module system, - similar to PLT Scheme’s (Racket) modules. The main difference - from Racket is that Gerbil modules are single instantiation, - supporting high performance ahead of time compilation - and compiled macros. - </longdescription> - <upstream> - <remote-id type="github">vyzo/gerbil</remote-id> - </upstream> + <maintainer type="person"> + <email>xgqt@riseup.net</email> + <name>Maciej Barć</name> + </maintainer> + <use> + <flag name="leveldb"> + Add support for using dev-libs/leveldb + </flag> + <flag name="lmdb"> + Add support for using dev-db/lmdb + </flag> + <flag name="yaml"> + Add support for yaml file format + </flag> + </use> + <longdescription lang="en"> + Gerbil is an opinionated dialect of Scheme designed + for Systems Programming, with a state of the art macro + and module system on top of the Gambit runtime. + The macro system is based on quote-syntax, and provides + the full meta-syntactic tower with a native implementation + of syntax-case. It also provides a full-blown module system, + similar to PLT Scheme’s (Racket) modules. The main difference + from Racket is that Gerbil modules are single instantiation, + supporting high performance ahead of time compilation + and compiled macros. + </longdescription> + <upstream> + <remote-id type="github">vyzo/gerbil</remote-id> + <bugs-to>https://github.com/vyzo/gerbil</bugs-to> + </upstream> </pkgmetadata> |