fink/packages.lisp

10 lines
164 B
Common Lisp
Raw Normal View History

2008-04-28 09:18:59 +02:00
(in-package :cl-user)
(clc:clc-require :cl-ppcre)
(defpackage gtp-handler
(:use :common-lisp)
2008-05-05 17:00:06 +02:00
(:export gtp-client))
(defpackage go-bot
(:use :common-lisp))