(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))