Info2: << Package: ecl Version: 0.9i Revision: 1 License: LGPL Description: Embeddable Common-Lisp Maintainer: None Depends: gmp-shlibs BuildDepends: fink (>= 0.24.12-1), gmp Source: mirror:sourceforge:ecls/ecl-%v.tgz Source-MD5: ea47c0a9f47c510ff4654b44b004537a PatchFile: %n.patch PatchFile-MD5: 0c3416c8f45c60504551e8db1add3d82 ConfigureParams: --enable-threads --enable-unicode --with-system-gmp --with-gmp-prefix=%p --infodir=%i/share/info --mandir=%i/share/man InfoDocs: ecl.info ecldev.info DocFiles: Copyright LGPL DescDetail: << 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. * A UFFI-compatible interface to C code. * A dynamic loader. * The possibility to build standalone executables and DLLs. * The Common-Lisp Object System (CLOS). * 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. ECL supports the operating systems Linux, FreeBSD, NetBSD, Solaris, Windows, running on top of the Intel, Sparc, Alpha and PowerPC processors. Porting to other architectures should be rather easy. << DescPackaging: << libecl.dylib is a private library that is only used by executables within this package. Formerly maintained by Aleix Conchillo Flaque . << Homepage: http://ecls.sourceforge.net/ <<