New builds
This commit is contained in:
parent
b74bf8e8b8
commit
166f918897
File diff suppressed because it is too large
Load Diff
|
|
@ -1,8 +1,10 @@
|
||||||
(let ((schemes
|
(let ((schemes '("chibi" "sagittarius"))
|
||||||
|
#;(schemes
|
||||||
'("capyscheme" "chibi" "chicken" "cyclone" "foment" "gauche" "kawa"
|
'("capyscheme" "chibi" "chicken" "cyclone" "foment" "gauche" "kawa"
|
||||||
"loko" "meevax" "mit-scheme" "mosh" "racket" "sagittarius" "skint"
|
"loko" "meevax" "mit-scheme" "mosh" "racket" "sagittarius" "skint"
|
||||||
"stklos" "tr7" "ypsilon"))
|
"stklos" "tr7" "ypsilon"))
|
||||||
(libraries
|
(libraries '("tap" "debug"))
|
||||||
|
#;(libraries
|
||||||
'("tap" "junit" "ctrf" "mouth" "string" "url-encoding" "debug" "leb128"
|
'("tap" "junit" "ctrf" "mouth" "string" "url-encoding" "debug" "leb128"
|
||||||
"hardware-info" "lambda-utils"))
|
"hardware-info" "lambda-utils"))
|
||||||
(init
|
(init
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue