Skip to content

Commit

Permalink
Make system definitions happy with ASDF 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fare authored and rpgoldman committed May 3, 2022
1 parent c38e141 commit 0df68a1
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions cl-json.asd
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@
;;; All rights reserved.
;;; See the file LICENSE for terms of use and distribution.

(in-package #:cl-user)

(defpackage #:json-system
(:use #:cl #:asdf))
(:use :cl :asdf :uiop))

(in-package #:json-system)

Expand All @@ -26,8 +24,7 @@
:maintainer "Robert P. Goldman <[email protected]>"
:licence "MIT"
:in-order-to ((test-op (test-op "cl-json/test")))
:components ((:static-file "cl-json.asd")
(:module :src
:components ((:module "src"
:components ((:file "package")
(:file "common" :depends-on ("package"))
#+cl-json-clos
Expand All @@ -53,3 +50,4 @@
(defparameter *cl-json-directory*
(system-relative-pathname "cl-json" ""))


0 comments on commit 0df68a1

Please sign in to comment.