Automated commit for debian release 2.1.0-1
[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: dh-lisp, zlib1g-dev,debhelper (>= 7.0.0)
6 Standards-Version: 3.9.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: ${misc:Depends}
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}, ${misc:Depends}, cl-uffi, zlib1g-dev
23 Description: Regression tests for UFFI Common Lisp Library
24  This is a test of regression tests for Debian cl-uffi package.
25  UFFI is a universal foreign function interface for Common Lisp
26  implementations. Besides providing testing for UFFI, the tests 
27  serve as an example of UFFI usage.