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 -*- *)
|
|
|
|
(*
|
|
|
|
* 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"; "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)
|