fink/packages.lisp

10 lines
164 B
Common Lisp

(in-package :cl-user)
(clc:clc-require :cl-ppcre)
(defpackage gtp-handler
(:use :common-lisp)
(:export gtp-client))
(defpackage go-bot
(:use :common-lisp))