Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
qitab
lisp-invocation
Compare Revisions
0a55ecc11cf564a13f443dd8916d00449b100636...5134c7354e2c76241731a6c10cb925795ccf2608
Commits (1)
1.0.13: better support CLASP
· 5134c735
Francois-Rene Rideau
authored
Sep 02, 2016
5134c735
Hide whitespace changes
Inline
Side-by-side
implementations.lisp
View file @
5134c735
...
...
@@ -71,9 +71,9 @@ Not supported at all are:
:fullname
"CLASP"
:name
"clasp"
:feature
:clasp
:flags
(
)
;; ("-norc
")
:eval-flag
"-eval"
; -e ???
:load-flag
"-load"
:flags
(
"--norc"
"--noinit
"
)
:eval-flag
"-
-
eval"
:load-flag
"-
-
load"
;; ???
:image-flag
nil
:image-executable-p
t
:arguments-end
"--"
...
...
lisp-invocation.asd
View file @
5134c735
...
...
@@ -13,7 +13,7 @@
(
error
"ASDF 3.1.2 required"
))
(
defsystem
"lisp-invocation"
:version
"1.0.1
2
"
:version
"1.0.1
3
"
:author
(
"Francois-Rene Rideau"
)
:maintainer
"Francois-Rene Rideau"
:licence
"MIT"
...
...