Updates for new debian standards
[pubmed.git] / debian / control
1 Source: cl-pubmed
2 Section: lisp
3 Priority: optional
4 Maintainer: Kevin M. Rosenberg <kmr@debian.org>
5 Build-Depends: debhelper (>= 7.0.0)
6 Standards-Version: 3.8.2.0
7 Homepage: http://files.b9.com/pubmed/
8 Vcs-Git: git://git.b9.com/pubmed.git
9
10 Package: cl-pubmed
11 Architecture: all
12 Depends: common-lisp-controller (>= 3.37), cl-kmrcl, cl-aserve
13 Description: Common Lisp package to query Pubmed medical literature database
14  This library has functions for querying the PubMed medical literature
15  database and parsing the XML results into Common Lisp objects. This package
16  uses the cl-aserve for HTTP fetches.