File: test2b1.asd

package info (click to toggle)
cl-asdf 1.86-4
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 352 kB
  • ctags: 178
  • sloc: lisp: 1,193; sh: 83; makefile: 54
file content (8 lines) | stat: -rw-r--r-- 224 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
;;; -*- Lisp -*-
(asdf:defsystem test2b1
    :version "1.0"
    :components ((:file "file2" :in-order-to ((compile-op (load-op "file1"))))
		 (:file "file1"))
    :in-order-to ((load-op (load-op (version test2a "1.1")))))