summaryrefslogtreecommitdiff
path: root/src/package.lisp
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2009-06-25 16:25:09 +0200
committerLinus Nordberg <linus@nordberg.se>2009-06-25 16:25:09 +0200
commit20ce3cf62447e4b6019b1403ba33d02884362b21 (patch)
treeaa29236e2e961f8bc0646f221910ea6ba4051b3f /src/package.lisp
parent385055c116ace4374c5ef8f9c50550a5374b7003 (diff)
WIP.
Diffstat (limited to 'src/package.lisp')
-rw-r--r--src/package.lisp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/package.lisp b/src/package.lisp
new file mode 100644
index 0000000..522607c
--- /dev/null
+++ b/src/package.lisp
@@ -0,0 +1,5 @@
+(defpackage #:bgpstore
+ (:use #:cl #:asdf #:postmodern) ;can't use #:dom -- it exports LENGTH :(
+ (:documentation "Store BGP updates in SQL database.")
+ (:export :start-bgpstore
+ :stop-bgpstore))