Update URL for package
[pubmed.git] / package.lisp
index b7bfe4981a8d820881f240b248b8811e668e7a93..9bb14c6d5bc48ae453d784cd608959e1df93b7bc 100644 (file)
@@ -3,13 +3,11 @@
 ;;;; FILE IDENTIFICATION
 ;;;;
 ;;;; Name:          package.lisp
-;;;; Purpose:       Package file for cl-pubmed
+;;;; Purpose:       Package file for cl-entrez
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Jun 2001
 ;;;;
-;;;; $Id$
-;;;;
-;;;; This file, part of cl-pubmed, is Copyright (c) 2002 by Kevin M. Rosenberg
+;;;; This file, part of cl-pubmed, is Copyright (c) 2002-2013 by Kevin M. Rosenberg
 ;;;;
 ;;;; cl-pubmed users are granted the rights to distribute and use this software
 ;;;; as governed by the terms of the GNU Lesser General Public License
 
 (in-package #:cl-user)
 
-(defpackage #:pubmed
+(defpackage #:entrez
   (:use #:common-lisp #:kmrcl)
   (:export
 
    ;; Conditions
-   #:pubmed-condition
-   #:pubmed-query-error
-   #:pubmed-server-error
-   #:pubmed-condition-response
+   #:entrez-condition
+   #:entrez-query-error
+   #:entrez-server-error
+   #:entrez-condition-response
 
    ;; Query functions
-   #:pm-query
+   #:equery
+   #:esummary
+   #:efetch
    #:pm-fetch-ids
 
    ;; Print functions