1 2 3 4 5 6 7 8 9 10 11 12 13
;;;; ASDF for http://common-lisp.net/project/rfc2388/ by Matthew Kennedy ;;;; <mkennedy@gentoo.org> (in-package #:common-lisp) (defpackage #:rfc2388-system (:use #:asdf #:common-lisp)) (in-package #:rfc2388-system) (defsystem #:rfc2388 :components ((:file "rfc2388")))