repo.or.cz
/
iolib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move multiplexer foreign bindings to syscalls package.
[iolib.git]
/
tests
/
pkgdcl.lisp
blob
9849e7965baa433a672848f488cc6968e94ce498
1
;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; indent-tabs-mode: nil -*-
2
;;;
3
;;; pkgdcl.lisp --- Package definition.
4
;;;
5
6
(
in-package
#:
cl-user
)
7
8
(
defpackage
#:
iolib-tests
9
(:
use
:
iolib.base
:
iolib
:
5
am
)
10
(:
export
#:*
echo-address
* #:*
echo-port
*))