Skip to content

Commit

Permalink
Use version.sexp, remove ASDF2 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
sionescu committed Jan 19, 2016
1 parent ec335f9 commit 299e18b
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 86 deletions.
5 changes: 0 additions & 5 deletions asdf2-compat/iolib-grovel.asd

This file was deleted.

5 changes: 0 additions & 5 deletions asdf2-compat/iolib-tests.asd

This file was deleted.

5 changes: 0 additions & 5 deletions asdf2-compat/iolib.asdf.asd

This file was deleted.

5 changes: 0 additions & 5 deletions asdf2-compat/iolib.base.asd

This file was deleted.

5 changes: 0 additions & 5 deletions asdf2-compat/iolib.common-lisp.asd

This file was deleted.

5 changes: 0 additions & 5 deletions asdf2-compat/iolib.conf.asd

This file was deleted.

5 changes: 0 additions & 5 deletions asdf2-compat/iolib.examples.asd

This file was deleted.

5 changes: 0 additions & 5 deletions asdf2-compat/iolib.multiplex.asd

This file was deleted.

5 changes: 0 additions & 5 deletions asdf2-compat/iolib.os.asd

This file was deleted.

5 changes: 0 additions & 5 deletions asdf2-compat/iolib.pathnames.asd

This file was deleted.

5 changes: 0 additions & 5 deletions asdf2-compat/iolib.sockets.asd

This file was deleted.

5 changes: 0 additions & 5 deletions asdf2-compat/iolib.streams.asd

This file was deleted.

5 changes: 0 additions & 5 deletions asdf2-compat/iolib.syscalls.asd

This file was deleted.

5 changes: 0 additions & 5 deletions asdf2-compat/iolib.trivial-sockets.asd

This file was deleted.

32 changes: 16 additions & 16 deletions iolib.asd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
:description "A few ASDF component classes."
:author "Stelian Ionescu <[email protected]>"
:licence "MIT"
:version (:read-file-form "version.lisp-expr")
:version (:read-file-form "version.sexp")
:depends-on (:alexandria)
:encoding :utf-8
:pathname "src/base/"
Expand All @@ -18,7 +18,7 @@
:description "Compile-time configuration for IOLib."
:author "Stelian Ionescu <[email protected]>"
:licence "MIT"
:version (:read-file-form "version.lisp-expr")
:version (:read-file-form "version.sexp")
:defsystem-depends-on (:iolib/asdf)
:around-compile "iolib/asdf:compile-wrapper"
:encoding :utf-8
Expand All @@ -31,7 +31,7 @@
:description "Slightly modified Common Lisp."
:author "Stelian Ionescu <[email protected]>"
:licence "MIT"
:version (:read-file-form "version.lisp-expr")
:version (:read-file-form "version.sexp")
:defsystem-depends-on (:iolib/asdf :iolib/conf)
:depends-on (:alexandria)
:around-compile "iolib/asdf:compile-wrapper"
Expand Down Expand Up @@ -59,7 +59,7 @@
:description "Base IOlib package, used instead of CL."
:author "Stelian Ionescu <[email protected]>"
:licence "MIT"
:version (:read-file-form "version.lisp-expr")
:version (:read-file-form "version.sexp")
:defsystem-depends-on (:iolib/asdf :iolib/conf)
:depends-on (:iolib/common-lisp :alexandria :split-sequence)
:around-compile "iolib/asdf:compile-wrapper"
Expand All @@ -85,7 +85,7 @@
:author "Dan Knapp <[email protected]>"
:maintainer "Stelian Ionescu <[email protected]>"
:licence "MIT"
:version (:read-file-form "version.lisp-expr")
:version (:read-file-form "version.sexp")
:defsystem-depends-on (:iolib/asdf :iolib/conf)
:depends-on (:iolib/asdf :iolib/base :iolib/conf
:alexandria :split-sequence #+allegro (:require "osi") :cffi :uiop)
Expand All @@ -103,7 +103,7 @@
:description "Syscalls and foreign types."
:author "Stelian Ionescu <[email protected]>"
:licence "MIT"
:version (:read-file-form "version.lisp-expr")
:version (:read-file-form "version.sexp")
:defsystem-depends-on (:iolib/asdf :iolib/conf :iolib/grovel)
:depends-on (:trivial-features :cffi :iolib/base :iolib/grovel)
:around-compile "iolib/asdf:compile-wrapper"
Expand All @@ -126,7 +126,7 @@
:description "I/O multiplexing library."
:author "Stelian Ionescu <[email protected]>"
:licence "MIT"
:version (:read-file-form "version.lisp-expr")
:version (:read-file-form "version.sexp")
:defsystem-depends-on (:iolib/asdf :iolib/conf)
:depends-on (:iolib/base :iolib/syscalls :cffi)
:around-compile "iolib/asdf:compile-wrapper"
Expand Down Expand Up @@ -167,7 +167,7 @@
:description "Gray streams."
:author "Stelian Ionescu <[email protected]>"
:licence "MIT"
:version (:read-file-form "version.lisp-expr")
:version (:read-file-form "version.sexp")
:defsystem-depends-on (:iolib/asdf :iolib/conf)
:depends-on (:iolib/base :iolib/multiplex :cffi)
:around-compile "iolib/asdf:compile-wrapper"
Expand All @@ -189,7 +189,7 @@
:description "Zeta streams."
:author "Stelian Ionescu <[email protected]>"
:licence "MIT"
:version (:read-file-form "version.lisp-expr")
:version (:read-file-form "version.sexp")
:defsystem-depends-on (:iolib/asdf)
:depends-on (:iolib/base :iolib/syscalls :iolib/pathnames :cffi :bordeaux-threads)
:around-compile "iolib.asdf:compile-wrapper"
Expand Down Expand Up @@ -221,7 +221,7 @@
:description "Socket library."
:author "Stelian Ionescu <[email protected]>"
:licence "MIT"
:version (:read-file-form "version.lisp-expr")
:version (:read-file-form "version.sexp")
:defsystem-depends-on (:iolib/asdf :iolib/conf :iolib/grovel)
:depends-on (:iolib/base :iolib/syscalls :iolib/streams
:babel :cffi :iolib/grovel :bordeaux-threads
Expand Down Expand Up @@ -289,7 +289,7 @@
:author "Dan Barlow <[email protected]>"
:maintainer "Stelian Ionescu <[email protected]>"
:licence "MIT"
:version (:read-file-form "version.lisp-expr")
:version (:read-file-form "version.sexp")
:defsystem-depends-on (:iolib/asdf :iolib/conf)
:depends-on (:iolib/base :iolib/sockets)
:around-compile "iolib/asdf:compile-wrapper"
Expand All @@ -302,7 +302,7 @@
:description "New pathnames."
:author "Stelian Ionescu <[email protected]>"
:licence "MIT"
:version (:read-file-form "version.lisp-expr")
:version (:read-file-form "version.sexp")
:defsystem-depends-on (:iolib/asdf :iolib/conf)
:depends-on (:iolib/base :iolib/syscalls)
:around-compile "iolib/asdf:compile-wrapper"
Expand All @@ -318,7 +318,7 @@
:description "OS interface."
:author "Stelian Ionescu <[email protected]>"
:licence "MIT"
:version (:read-file-form "version.lisp-expr")
:version (:read-file-form "version.sexp")
:defsystem-depends-on (:iolib/asdf :iolib/conf :iolib/grovel)
:depends-on (:iolib/base :iolib/grovel :iolib/syscalls
:iolib/streams :iolib/pathnames)
Expand All @@ -337,7 +337,7 @@
:description "I/O library."
:author "Stelian Ionescu <[email protected]>"
:licence "MIT"
:version (:read-file-form "version.lisp-expr")
:version (:read-file-form "version.sexp")
:defsystem-depends-on (:iolib/asdf :iolib/conf)
:depends-on (:iolib/base :iolib/multiplex :iolib/streams :iolib/sockets)
:around-compile "iolib/asdf:compile-wrapper"
Expand All @@ -355,7 +355,7 @@
:author "Luis Oliveira <[email protected]>"
:maintainer "Stelian Ionescu <[email protected]>"
:licence "MIT"
:version (:read-file-form "version.lisp-expr")
:version (:read-file-form "version.sexp")
:defsystem-depends-on (:iolib/base)
:depends-on (:fiveam :iolib :iolib/pathnames)
:around-compile "iolib/asdf:compile-wrapper"
Expand All @@ -376,7 +376,7 @@
:author "Peter Keller <[email protected]>"
:maintainer "Stelian Ionescu <[email protected]>"
:licence "MIT"
:version (:read-file-form "version.lisp-expr")
:version (:read-file-form "version.sexp")
:defsystem-depends-on (:iolib/base)
:depends-on (:iolib :bordeaux-threads)
:around-compile "iolib/asdf:compile-wrapper"
Expand Down
File renamed without changes.

0 comments on commit 299e18b

Please sign in to comment.