summaryrefslogtreecommitdiffstats
path: root/development/ecl
diff options
context:
space:
mode:
author Heinz Wiesinger <pprkut@slackbuilds.org>2016-02-06 22:27:47 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-02-07 15:06:56 +0700
commit4e8541c06f1c9ec222317d047a138b81fd63e24a (patch)
tree8aa89558025a419c40cadbfeafe3aa9bebf95751 /development/ecl
parentf33d224762ebeb9914048a4896192e4aeee58ae8 (diff)
downloadslackbuilds-4e8541c06f1c9ec222317d047a138b81fd63e24a.tar.gz
slackbuilds-4e8541c06f1c9ec222317d047a138b81fd63e24a.tar.xz
development/ecl: Drop note about gc/libatomic_ops from README.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'development/ecl')
-rw-r--r--development/ecl/README5
1 files changed, 1 insertions, 4 deletions
diff --git a/development/ecl/README b/development/ecl/README
index b5c2b8d2b5..d1e2f0ba55 100644
--- a/development/ecl/README
+++ b/development/ecl/README
@@ -1,4 +1,4 @@
-ECL is an implementation of the Common Lisp language as defined by the
+ECL is an implementation of the Common Lisp language as defined by the
ANSI X3J13 specification. The most relevant features are:
- A bytecodes compiler and interpreter.
- Compiles Lisp also with any C/C++ compiler.
@@ -6,6 +6,3 @@ ANSI X3J13 specification. The most relevant features are:
- ASDF, Sockets, Gray streams, MOP, and other useful components.
- Extremely portable.
- A reasonable license.
-
-libatomic_ops and gc are optional dependencies; if they are not present
-during build, ecl will use internal copies of each.