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.

22 lines
389 B

(* -*- tuareg -*- *)
let deps = ["import"; "trace"; "llair_"; "symbheap"]
;;
Jbuild_plugin.V1.send
@@ Format.sprintf
{|
(rule
(targets version.ml)
(deps version.ml.in (universe))
(action (run ../tools/gen_version.sh version.ml))
(mode promote-until-clean))
(executable
(public_name sledge)
(package sledge)
%s
(libraries cmdliner %s))
|}
(flags deps) (libraries deps)