From: Kevin M. Rosenberg Date: Sat, 29 Aug 2015 22:48:00 +0000 (-0600) Subject: Update URL for package X-Git-Url: http://git.kpe.io/?p=pubmed.git;a=commitdiff_plain Update URL for package --- cbb63ee2a1ead34ef393ed47eed6d1a0d6e6bd94 diff --cc README index c9e1c28,18755e9..d4d3288 --- a/README +++ b/README @@@ -3,9 -3,9 +3,8 @@@ This is the Common Lisp Entrez package This package is written and Copyright (C) 2000-2002 by Kevin M. Rosenberg -The web site for this package is http://entrez.b9.com/ - +The web site for this package is http://pubmed.kpe.io/ - Prerequisites ============= - The ASDF system definition facility, available for download at diff --cc debian/control index 4b1c5e4,e4de648..a3d384e --- a/debian/control +++ b/debian/control @@@ -5,14 -5,14 +5,14 @@@ Maintainer: Kevin M. Rosenberg = 7.0.0) Standards-Version: 3.8.2.0 -Homepage: http://files.b9.com/entrez/ -Vcs-Git: git://git.b9.com/entrez.git -Vcs-Browser: http://git.b9.com/?p=entrez.git +Homepage: http://files.kpe.io/pubmed/ +Vcs-Git: git://git.kpe.io/pubmed.git +Vcs-Browser: http://git.kpe.io/?p=pubmed.git - Package: cl-pubmed + Package: cl-entrez Architecture: all Depends: ${misc:Depends}, cl-kmrcl, cl-aserve -Description: Common Lisp package to query Entrez medical literature database - This library has functions for querying the Entrez medical literature +Description: Common Lisp package to query Pubmed medical literature database - This library has functions for querying the PubMed medical literature ++ This library has functions for querying the Pubmed medical literature database and parsing the XML results into Common Lisp objects. This package uses the cl-aserve for HTTP fetches.