/src/chillax.lisp
http://github.com/sykopomp/chillax · Lisp · 11 lines · 10 code · 1 blank · 0 comment · 0 complexity · ffaab6b27b6406f0154bde7cd7e64834 MD5 · raw file
- (cl:defpackage #:chillax
- (:use :cl :chillax.core :chillax.yason))
- (cl:in-package :chillax)
- (eval-when (:compile-toplevel :load-toplevel :execute)
- (do-external-symbols (s (find-package :chillax.core))
- (export s (find-package :chillax)))
- (do-external-symbols (s (find-package :chillax.yason))
- (export s (find-package :chillax))))
- (defparameter *chillax-version* '(0 4 1))
- (export '*chillax-version*)