diff options
author | Markus Hutmacher <mailing@markhu.de> | 2013-07-04 16:31:42 -0500 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2013-07-07 09:11:20 -0300 |
commit | b2f9346830210794c5ef05790e8ee89d231b2ed8 (patch) | |
tree | 40124ef6ec98203dc383a59ccd7457feae0fe051 /development/ecl/slack-desc | |
parent | ffcbd65584cf97fdb40266b6a4203992ec7805e1 (diff) | |
download | slackbuilds-b2f9346830210794c5ef05790e8ee89d231b2ed8.tar.gz |
development/ecl: Added (Embeddable Common-Lisp)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'development/ecl/slack-desc')
-rw-r--r-- | development/ecl/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/development/ecl/slack-desc b/development/ecl/slack-desc new file mode 100644 index 0000000000..656c790945 --- /dev/null +++ b/development/ecl/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------------------------------------------------------| +ecl: ecl (Embeddable Common-Lisp) +ecl: +ecl: ECL (Embeddable Common-Lisp) is an interpreter of the Common-Lisp +ecl: language as described in the X3J13 Ansi specification, +ecl: featuring CLOS (Common-Lisp Object System), conditions, loops, +ecl: etc, plus a translator to C, which can produce standalone +ecl: executables +ecl: +ecl: Homepage: http://ecls.sourceforge.net/ +ecl: +ecl: |