086693872db9d8864bd9927e4e48c2f1a8cfa583
[puri.git] / debian / control
1 Source: cl-puri
2 Section: devel
3 Priority: optional
4 Maintainer: Kevin M. Rosenberg <kmr@debian.org>
5 Build-Depends-Indep: debhelper (>= 4.0.0)
6 Standards-Version: 3.6.0
7
8 Package: cl-puri
9 Architecture: all
10 Depends: ${shlibs:Depends}, common-lisp-controller (>= 3.47)
11 Recommends: cl-tester
12 Description: Common Lisp Portable URI Library
13  This is portable Universal Resource Identifier (RFC 2396)
14  library for Common Lisp programs. It's is based on Franz,
15  Inc's opensource package and ported to run on
16  other CL implementations. A regression test package is included.