r10944: update standards version
[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-Indep: debhelper (>= 4.0.0)
6 Build-Depends: zlib1g-dev,debhelper (>= 4.0.0)
7 Standards-Version: 3.7.2.0
8
9 Package: cl-uffi
10 Architecture: all
11 Depends: common-lisp-controller (>= 3.37)
12 Recommends: cl-uffi-tests
13 Description: Universal Foreign Function Library for Common Lisp
14  UFFI provides a universal foreign function interface (FFI) for 
15  Common Lisp.
16  UFFI supports AllegroCL, CMUCL, Lispworks, MCL, OpenMCL,
17  SBCL, and SCL.
18
19 Package: cl-uffi-tests
20 Architecture: any
21 Depends: common-lisp-controller (>= 3.37), cl-uffi, zlib1g-dev
22 Description: Regression tests for UFFI Common Lisp Library
23  This is a test of regression tests for UFFI. Besides providing
24  testing for UFFI, the tests serve as an example of UFFI usage.