summaryrefslogtreecommitdiff
path: root/src/package.lisp
blob: 13bdf74b4080af6f9dd58aa1cada37be19ca1949 (plain)
1
2
3
4
5
6
7
(defpackage #:bgp-logger
  (:use :cl :asdf :postmodern :weblocks) ;can't use #:dom -- it exports LENGTH :(
  (:shadowing-import-from :postmodern #:commit-transaction)
  (:shadowing-import-from :weblocks #:text)
  (:documentation "Store BGP updates in SQL database and view them in web.")
  (:export :start-bgpstore :stop-bgpstore
	   :start-bgpview :stop-bgpview))