Skip to content

Commit

Permalink
added nickname cl-json to package
Browse files Browse the repository at this point in the history
  • Loading branch information
Henrik Hjelte committed Nov 18, 2012
1 parent 1aad878 commit 39fd99f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/package.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
;;;; See the file LICENSE for terms of use and distribution.

(defpackage :json
(:nicknames :cl-json)
(:use :common-lisp)
(:export
;; common.lisp
Expand Down Expand Up @@ -116,6 +117,7 @@
#:finalize-inheritance
))


(defpackage :json-rpc
(:use :common-lisp :json)
(:shadow #:defconstant)
Expand Down

0 comments on commit 39fd99f

Please sign in to comment.