Commit d889fd54 authored by Alan-Shields's avatar Alan-Shields
Browse files

ASDF package

darcs-hash:119dc1c5bb944182c5a516e9ce0811dba3496104
parent 47dd3a05
Loading
Loading
Loading
Loading

rfc2109.asd

0 → 100644
+8 −0
Original line number Diff line number Diff line
;-*- mode: lisp -*-

; For those who like that sort of thing: an ASDF package
(defsystem "rfc2109"
   :depends-on (:split-sequence)
   :version "0.1"
   :components
   ((:file "rfc2109")))