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