mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
development/ecl: Drop note about gc/libatomic_ops from README.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
This commit is contained in:
parent
f33d224762
commit
4e8541c06f
1 changed files with 1 additions and 4 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue