11 lines
304 B
Text
11 lines
304 B
Text
|
;; objective-lisp system definition
|
||
|
;; ~keith
|
||
|
|
||
|
(defsystem "objective-lisp"
|
||
|
:description "Syntactic sugar for object-oriented Lisp."
|
||
|
:version "1.0"
|
||
|
:author "~keith"
|
||
|
:homepage "https://bytes.keithhacks.cyou/keith/objective-lisp"
|
||
|
:license "Public Domain"
|
||
|
:components ((:file "objective-lisp")))
|