Add enum ICMP-TIME-EXCEEDED, export constants of all ICMP enums
[iolib.git] / src / iolib.asdf.asd
blobf75ce3d59f69b59b47f255ee27704c030bc4a167
1 ;;;; -*- Mode: Lisp; indent-tabs-mode: nil -*-
3 (asdf:defsystem :iolib.asdf
4   :description "A few ASDF component classes."
5   :author "Stelian Ionescu <sionescu@cddr.org>"
6   :maintainer "Stelian Ionescu <sionescu@cddr.org>"
7   :version #.(with-open-file (f (merge-pathnames "../version.lisp-expr"
8                                                  (or *compile-file-pathname*
9                                                      *load-truename*)))
10                (read f))
11   :licence "MIT"
12   :depends-on (:alexandria)
13   :pathname "base/"
14   :components
15   ((:file "asdf")))