Last change
on this file since 13949 was
13949,
checked in by Mark Evenson, 9 years ago
|
abcl-contrib: Add jfli.
The Java Foreign Linker Interface (JFLI) provides an abstraction to
manipulate Java classes from Armed Bear Common Lisp that has been
ported to other Lisp implementations.
Incorporated into ABCL from <git://github.com/mrohne/jfli>.
|
File size:
118 bytes
|
Line | |
---|
1 | (defpackage :jfli-system (:use :cl :asdf)) |
---|
2 | (in-package :jfli-system) |
---|
3 | |
---|
4 | (defsystem jfli |
---|
5 | :components ((:file "jfli"))) |
---|
Note: See
TracBrowser
for help on using the repository browser.