You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
(* -*- tuareg -*- *)
|
|
|
|
let deps = ["import"; "trace"; "llair_"]
|
|
|
|
;; Jbuild_plugin.V1.send @@ Format.sprintf "
|
|
(executable
|
|
((name sledge)
|
|
%s
|
|
(libraries (cmdliner %s))))
|
|
"
|
|
(flags deps)
|
|
(libraries deps)
|