2021-11-14 05:22:10 +00:00
|
|
|
;; objective-lisp system definition
|
|
|
|
;; ~keith
|
|
|
|
|
|
|
|
(defsystem "objective-lisp"
|
|
|
|
:description "Syntactic sugar for object-oriented Lisp."
|
2022-02-22 04:50:53 +00:00
|
|
|
:version "3.0"
|
2021-11-14 05:22:10 +00:00
|
|
|
:author "~keith"
|
|
|
|
:homepage "https://bytes.keithhacks.cyou/keith/objective-lisp"
|
2021-11-22 23:29:25 +00:00
|
|
|
:license "Public Domain/CC0"
|
2021-11-14 05:22:10 +00:00
|
|
|
:components ((:file "objective-lisp")))
|