NOTICE: This package has been removed from pkgsrc

./wip/ecl, Embeddable Common Lisp

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 12.99.0nb20150907, Package name: ecl-12.99.0nb20150907, Maintainer: asau

ECL stands for Embeddable Common-Lisp. The ECL project is an effort to
modernize Giuseppe Attardi's ECL environment to produce an implementation of
the Common-Lisp language which complies to the ANSI X3J13 definition of the
language.

The current ECL implementation features:
* A bytecodes compiler and interpreter.
* A translator to C.
* An interface to foreign functions.
* A dynamic loader.
* The possibility to build standalone executables and shared libraries.
* The Common-Lisp Object System (CLOS).
* Most of the Meta Object Protocol (MOP).
* Conditions and restarts for handling errors.
* Sockets as ordinary streams.
* The Gnu Multiprecision library for fast bignum operations.
* A simple conservative mark & sweep garbage collector.
* The Boehm-Weiser garbage collector.
* Object finalizers, weak references and weak hash tables.
* Threads using the POSIX threads library (with optional TLS).
* CLX, an X11 client not needing extra X11 libraries.
* Unicode.


Required to run:
[devel/gmp] [devel/libffi] [devel/boehm-gc]


Package options: clx, ffi, unicode

Master sites:

SHA1: c5b81d0dc5fdd6c72af99dc883752bfee85028dc
RMD160: 5b0eab08fd377b84cb41e19f195683e4f03259a3
Filesize: 8797.937 KB

Version history: (Expand)


CVS history: (Expand)


   2012-09-29 00:07:28 by Aleksej Saushev | Files touched by this commit (66)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2012-07-25 21:51:31 by Aleksej Saushev | Files touched by this commit (2)
Log message:
Update to ECL 12.7.1

   2012-07-18 17:58:21 by Aleksej Saushev | Files touched by this commit (1)
Log message:
Catch up.

   2012-07-18 17:39:49 by Aleksej Saushev | Files touched by this commit (1)
Log message:
Build system assumes 3 components in version. Make it so.
   2012-07-06 03:32:49 by Aleksej Saushev | Files touched by this commit (1)
Log message:
Note the possibility of building shared libraries.
Support for most of MOP, object finalizers, weak references,
weak hash tables, and optional thread-local storage.

>From Matthew Mondor in private mail.
   2012-07-05 17:44:19 by Aleksej Saushev | Files touched by this commit (1)
Log message:
Set version to 12.99.
   2012-06-17 22:20:55 by Aleksej Saushev | Files touched by this commit (1)
Log message:
Disable FFI support explicitly.

   2012-06-17 17:27:24 by Aleksej Saushev | Files touched by this commit (1)
Log message:
Catch up.