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
Commits
5134c735
Commit
5134c735
authored
Sep 02, 2016
by
Francois-Rene Rideau
Browse files
1.0.13: better support CLASP
parent
0a55ecc1
Changes
2
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"
...
...
Elias Pipping
@epipping
mentioned in commit
asdf/asdf@0bd850ff
·
Sep 18, 2016
mentioned in commit
asdf/asdf@0bd850ff
mentioned in commit asdf/asdf@0bd850ff004dcd2c8d411707618f5efcbe0ff826
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment