summaryrefslogtreecommitdiff
path: root/src/bgpstore.asd
blob: 7b239f36399c45c502d123ff45c23bb4b1bf88a8 (plain)
1
2
3
4
5
6
7
8
9
10
;;;; -*- 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"))))