77f9f97cfc06e68ac373e94f5eda7edf9a8bdde5
[uffi.git] / debian / control
1 Source: cl-uffi
2 Section: lisp
3 Priority: optional
4 Maintainer: Kevin M. Rosenberg <kmr@debian.org>
5 Build-Depends: zlib1g-dev,debhelper (>= 7.0.0)
6 Standards-Version: 3.8.2.0
7 Homepage: http://uffi.b9.com/
8 Vcs-Git: git://git.b9.com/uffi.git
9
10 Package: cl-uffi
11 Architecture: all
12 Depends: common-lisp-controller (>= 3.37)
13 Recommends: cl-uffi-tests
14 Description: Universal Foreign Function Library for Common Lisp
15  UFFI provides a universal foreign function interface (FFI) for 
16  Common Lisp.
17  UFFI supports AllegroCL, CMUCL, Lispworks, MCL, OpenMCL,
18  SBCL, and SCL.
19
20 Package: cl-uffi-tests
21 Architecture: any
22 Depends: ${shlibs:Depends}, common-lisp-controller (>= 3.37), cl-uffi, zlib1g-dev
23 Description: Regression tests for UFFI Common Lisp Library
24  This is a test of regression tests for UFFI. Besides providing
25  testing for UFFI, the tests serve as an example of UFFI usage.