package.lisp 105 B

123456
  1. ;;;; package.lisp
  2. (defpackage #:bcgreek
  3. (:use #:cl)
  4. (:export bcgreek-decode-stream bcgreek-decode))