Restrukturert trunk.
Lispkoden ligger nå i trunk/lisp Lagt til trunk/python, som inneholder interface.py, en sped begynnelse på et brukerinterfjas mot bibsys/databasen. Lagt til modifisert PyZ3950-bibliotek (\ /) (O.o) (> <) Bunny approves these changes.
This commit is contained in:
12
lisp/package.lisp
Normal file
12
lisp/package.lisp
Normal file
@@ -0,0 +1,12 @@
|
||||
;;;; -*- Mode: Lisp; -*-
|
||||
|
||||
(defpackage #:z3950
|
||||
(:documentation "XXX")
|
||||
(:use #:common-lisp #:cffi #:lisp-unit)
|
||||
(:export #:connnection #:connection-error #:connect #:disconnect
|
||||
#:with-open-connection #:connection-host
|
||||
#:result-set #:result-set-size #:result-set-record
|
||||
#:search-pqf #:search-cql))
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user