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.

29 lines
587 B

(* -*- tuareg -*- *)
(*
* Copyright (c) 2018-present, Facebook, Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*)
let deps = ["import"; "llair_"; "symbheap"; "config"]
;;
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 shexp.process %s))
|}
(flags `exe deps)
(libraries deps)