summaryrefslogtreecommitdiff
path: root/src/bgpstore.asd
diff options
context:
space:
mode:
Diffstat (limited to 'src/bgpstore.asd')
-rw-r--r--src/bgpstore.asd10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/bgpstore.asd b/src/bgpstore.asd
deleted file mode 100644
index 7b239f3..0000000
--- a/src/bgpstore.asd
+++ /dev/null
@@ -1,10 +0,0 @@
-;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; Base: 10 -*-
-
-(asdf:defsystem #:bgpstore
- :name "bgpstore"
- :version "0.1"
- :depends-on (#:cxml #:usocket #:postmodern)
- :components ((:file "package")
- (:file "util" :depends-on ("package"))
- (:file "data" :depends-on ("util"))
- (:file "bgpstore" :depends-on ("data"))))