summaryrefslogtreecommitdiff
path: root/dev-scheme/scm/metadata.xml
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-scheme/scm/metadata.xml
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-scheme/scm/metadata.xml')
-rw-r--r--dev-scheme/scm/metadata.xml34
1 files changed, 0 insertions, 34 deletions
diff --git a/dev-scheme/scm/metadata.xml b/dev-scheme/scm/metadata.xml
deleted file mode 100644
index 04609e08685d..000000000000
--- a/dev-scheme/scm/metadata.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>scheme@gentoo.org</email>
- <name>Gentoo Scheme Project</name>
- </maintainer>
- <longdescription lang="en">
-SCM is a Scheme implementation conforming to Revised5 Report on the Algorithmic Language Scheme and the IEEE P1178 specification.
- </longdescription>
- <use>
- <flag name="arrays">Support for arrays, uniform-arrays and
- uniform-vectors.</flag>
- <flag name="bignums">Support for large precision integers.</flag>
- <flag name="cautious">SCM will always check the number of arguments to
- interpreted closures.</flag>
- <flag name="dynamic-linking">Be able to load compiled files while
- running.</flag>
- <flag name="engineering-notation">Floats to display in engineering
- notation (exponents always multiples of 3) instead of scientific
- notation.</flag>
- <flag name="gsubr">generalized c arguments: for arbitrary
- (more then 11) arguments to C functions.</flag>
- <flag name="inexact">Support for floating point numbers.</flag>
- <flag name="ioext">Commonly available I/O extensions: line I/O, file
- positioning, file delete and rename, and directory functions.</flag>
- <flag name="libscm">Build and install libscm.a and related headers</flag>
- <flag name="macro">C level support for hygienic and referentially
- transparent macros (syntax-rules macros).</flag>
- <flag name="regex">String regular expression matching.</flag>
- <flag name="unix">Support for: nice, acct, lstat, readlink, symlink,
- mknod and sync.</flag>
- </use>
-</pkgmetadata>