mirror of
https://gitlab.com/vindarel/ciel.git
synced 2025-12-06 02:30:39 -08:00
parent
20f392adcb
commit
00e6ddd052
2 changed files with 3 additions and 2 deletions
2
ciel.asd
2
ciel.asd
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
(asdf:defsystem "ciel"
|
(asdf:defsystem "ciel"
|
||||||
:description "CIEL Is an Extended Lisp (Common Lisp, batteries included)."
|
:description "CIEL Is an Extended Lisp (Common Lisp, batteries included)."
|
||||||
:version "0.2-202408-QL202310"
|
:version "0.2.1"
|
||||||
:author "vindarel"
|
:author "vindarel"
|
||||||
:license "MIT"
|
:license "MIT"
|
||||||
:homepage "https://github.com/ciel-lang/CIEL/"
|
:homepage "https://github.com/ciel-lang/CIEL/"
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,8 @@
|
||||||
|
|
||||||
(in-package :ciel)
|
(in-package :ciel)
|
||||||
|
|
||||||
(defparameter *ciel-version* "0.1" "Read from .asd or version.lisp-expr file.")
|
(defparameter *ciel-version* #.(asdf:component-version (asdf:find-system :ciel))
|
||||||
|
"CIEL's version, read from the .asd.")
|
||||||
|
|
||||||
(defparameter *scripts* (dict 'equalp)
|
(defparameter *scripts* (dict 'equalp)
|
||||||
"Available scripts.
|
"Available scripts.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue