Convert to dh-lisp; add Vcs-Browser
[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-Indep: dh-lisp
6 Build-Depends: debhelper (>= 7.0.0)
7 Standards-Version: 3.8.2.0
8 Homepage: http://files.b9.com/pubmed/
9 Vcs-Git: git://git.b9.com/pubmed.git
10 Vcs-Browser: http://git.b9.com/?p=pubmed.git
11
12 Package: cl-pubmed
13 Architecture: all
14 Depends: ${misc:Depends}, cl-kmrcl, cl-aserve
15 Description: Common Lisp package to query Pubmed medical literature database
16  This library has functions for querying the PubMed medical literature
17  database and parsing the XML results into Common Lisp objects. This package
18  uses the cl-aserve for HTTP fetches.