swh:1:snp:505c374fd75bb208ae4e9a54e64bb310bc49295e
Raw File
Tip revision: a343cf7a0f6a1459d892254d2140452c2903fc42 authored by Romain Bardou on 16 June 2020, 08:34:23 UTC
EOL: Babylonnet test network has reached end of life
Tip revision: a343cf7
dune
(library
 (name tezos_version)
 (public_name tezos-version))

(rule
 (targets generated_git_info.ml)
 ; Ensures the hash update whenever a source file is modified ;
 (deps (source_tree %{workspace_root}) (:script get-git-info.mlt))
 (action (with-stdout-to %{targets} (run %{ocaml} unix.cma %{script}))))
back to top