projects
/
eow
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Initial checkin
[eow]
/
package.lisp
1
;;;; $Id$
2
3
;;;; See the LICENSE file for licensing information.
4
5
(in-package :cl-user)
6
7
;; the exports list needs some cleanup/clarification/categorization
8
(eval-when (:execute :load-toplevel :compile-toplevel)
9
(defpackage :empire
10
(:use :cl)
11
(:export :read-message-loop
12
:read-message
13
:make-connection)))