r11616: Automated commit for uffi debian-version-1.5.18-1
[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.7.2.2
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: 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.