diff options
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 |
commit | 4e8541c06f1c9ec222317d047a138b81fd63e24a (patch) | |
tree | 8aa89558025a419c40cadbfeafe3aa9bebf95751 /development/ecl | |
parent | f33d224762ebeb9914048a4896192e4aeee58ae8 (diff) | |
download | slackbuilds-4e8541c06f1c9ec222317d047a138b81fd63e24a.tar.gz |
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/README | 5 |
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. |