aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2021-11-25 18:43:38 +0100
committerMaciej Barć <xgqt@gentoo.org>2021-11-25 18:43:47 +0100
commitf7787d9c77fcbe88cd8470809fd17b6d7da6f87a (patch)
tree593da9e1a27ce6a5bf143c07ed51183462a953cb /dev-scheme/chez/metadata.xml
parentsci-biology/cmdock: add 0.1.4 (diff)
downloadguru-f7787d9c77fcbe88cd8470809fd17b6d7da6f87a.tar.gz
guru-f7787d9c77fcbe88cd8470809fd17b6d7da6f87a.tar.bz2
guru-f7787d9c77fcbe88cd8470809fd17b6d7da6f87a.zip
dev-scheme: move chez to ::gentoo
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-scheme/chez/metadata.xml')
-rw-r--r--dev-scheme/chez/metadata.xml29
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-scheme/chez/metadata.xml b/dev-scheme/chez/metadata.xml
deleted file mode 100644
index 1eeae5775..000000000
--- a/dev-scheme/chez/metadata.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>matt@offtopica.uk</email>
- <name>Matt Smith</name>
- </maintainer>
- <maintainer type="person">
- <email>xgqt@riseup.net</email>
- <name>Maciej Barć</name>
- </maintainer>
- <longdescription lang="en">
- Chez Scheme is both a programming language and an implementation
- of that language, with supporting tools and documentation.
-
- As a superset of the language described in the Revised6 Report on
- the Algorithmic Language Scheme (R6RS), Chez Scheme supports all
- standard features of Scheme, including first-class procedures,
- proper treatment of tail calls, continuations, user-defined
- records, libraries, exceptions, and hygienic macro expansion.
-
- Chez Scheme also includes extensive support for interfacing with C
- and other languages, support for multiple threads possibly running
- on multiple cores, non-blocking I/O, and many other features.
- </longdescription>
- <upstream>
- <remote-id type="github">cisco/ChezScheme</remote-id>
- </upstream>
-</pkgmetadata>