Files
PURI/debian/control
2009-11-11 12:15:17 -07:00

21 lines
660 B
Plaintext

Source: cl-puri
Section: lisp
Priority: optional
Maintainer: Kevin M. Rosenberg <kmr@debian.org>
Build-Depends-Indep: dh-lisp
Build-Depends: debhelper (>= 7.0.0)
Standards-Version: 3.8.3.0
Homepage: http://files.b9.com/puri/
Vcs-Git: git://git.b9.com/puri/
Vcs-Browser: http://git.b9.com/puri/
Package: cl-puri
Architecture: all
Depends: ${misc:Depends}
Recommends: cl-ptester
Description: Common Lisp Portable URI Library
This is portable Universal Resource Identifier (RFC 2396)
library for Common Lisp programs. It is based on Franz,
Incorporated opensource package and ported to run on
other CL implementations. A regression test package is included.