Commit graph

11 commits

Author SHA1 Message Date
Aleksej Saushev
a849059e7c Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
2012-09-24 18:26:51 +00:00
Oleksandr Kozachuk
327a39e7ec Update CFFI from 0.10.6 to 0.10.7.1. 2012-06-18 12:28:39 +00:00
Oleksandr Kozachuk
d915ae376a For cl-* packages - fix *.asd files to be compatible with ECL-12.2.1. 2012-06-18 10:49:11 +00:00
Oleksandr Kozachuk
18dc7087b4 Fix installation of ECL packages (add missing lib*.a files). 2012-02-21 11:49:57 +00:00
Oleksandr Kozachuk
01d24a955b Fix CLisp support, add CLisp support to all cl-* packages. 2011-11-29 09:25:09 +00:00
Oleksandr Kozachuk
004451870c SBCL support for all Common Lisp modules. 2011-11-25 14:01:29 +00:00
Oleksandr Kozachuk
c465e5fecd Fix dependencies. 2011-11-24 11:31:39 +00:00
Oleksandr Kozachuk
9cfba99f5b Changed the option name from <LISP>-<PACKAGE> to cl-<PACKAGE>. 2011-11-24 08:11:03 +00:00
Oleksandr Kozachuk
098d48f838 Merged implementation of Common Lisp packages to mk/cl-package.mk. Added
possibility to choose the ECL package (f.e. lang/ecl or wip/ecl).
2011-03-08 13:36:33 +00:00
Oleksandr Kozachuk
7a15e20f32 Fix directory creation in cl-cffi. 2011-02-20 12:05:07 +00:00
Oleksandr Kozachuk
e462ef0133 Import ecl-cffi-0.10.6 as wip/cl-cffi.
CFFI, the Common Foreign Function Interface, purports to be a portable foreign
function interface for Common Lisp. The CFFI library is composed of a
Lisp-implementation-specific backend in the CFFI-SYS package, and a portable
frontend in the CFFI package.

Some of the key features include:
  - an extensible foreign type system;
  - callback support;
  - support for foreign string encodings;
  - ported to Allegro CL, Corman CL, CLISP, CMUCL, ECL, LispWorks, Clozure CL,
    SBCL and the Scieneer CL;
  - a groveller;
  - a UFFI compatibility layer.
2011-02-20 10:41:23 +00:00