diff options
author | Omer YILMAZ <mr1yh1@yahoo.com> | 2016-11-04 19:54:57 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-11-04 19:54:57 +0700 |
commit | f857558fa04e8119a86c69c6d1591c7868c6b408 (patch) | |
tree | 908bedb5f2e95bc70d4eda2bf977ce4e10e136ba /development/ccl/slack-desc | |
parent | 60671019569dce950389657bce42d025519edd83 (diff) | |
download | slackbuilds-f857558fa04e8119a86c69c6d1591c7868c6b408.tar.gz |
development/ccl: Added (Clozure Common Lisp).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/ccl/slack-desc')
-rw-r--r-- | development/ccl/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/development/ccl/slack-desc b/development/ccl/slack-desc new file mode 100644 index 0000000000..1e21e55ca0 --- /dev/null +++ b/development/ccl/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +ccl: ccl (Clozure Common Lisp). +ccl: +ccl: Clozure CL (often called CCL for short) is a free Common Lisp +ccl: implementation with a long history. Some distinguishing features of +ccl: the implementation include fast compilation speed, native threads, a +ccl: precise, generational, compacting garbage collector, and a convenient +ccl: foreign-function interface. +ccl: +ccl: For additional information : +ccl: http://ccl.clozure.com +ccl: |