swh:1:snp:505c374fd75bb208ae4e9a54e64bb310bc49295e
Raw File
Tip revision: d160308a97797b0a70cfecfac85331645d23d5ea authored by Romain Bardou on 11 February 2020, 15:58:28 UTC
Carthage: make it compile with MBytes etc.
Tip revision: d160308
dune
(library
 (name tezos_version)
 (public_name tezos-version))

(rule
    (targets generated_git_info.ml)
    (deps (:script get-git-info.mlt))
    (action (with-stdout-to %{targets} (run %{ocaml} unix.cma %{script}))))
back to top