8 lines
264 B
Common Lisp
8 lines
264 B
Common Lisp
(asdf:defsystem #:herecy-term
|
|
:description "A terminal emulator built on ettram."
|
|
:author "John Lorentzson (Duuqnd)"
|
|
:license "MIT License"
|
|
:version "0.1.0"
|
|
:serial t
|
|
:depends-on (#:ettram #:trivial-gray-streams)
|
|
:components ((:file "herecy-term")))
|