Projects/worblehat-old
Projects
/
worblehat-old
Archived
12
0
Fork 0
This repository has been archived on 2024-07-04. You can view files and clone it, but cannot push or open issues or pull requests.
worblehat-old/lisp/package.lisp

13 lines
316 B
Common Lisp

;;;; -*- 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))