(library (name tools)) (rule (target git_hash.ml) (deps git_head.sh (universe)) (action (with-stdout-to %{target} (bash "./git_head.sh")))) pt>
1 2 3 4 5 6
(library (name qsp_syntax) (preprocess (pps ppx_deriving.show ppx_deriving.enum ppx_deriving.eq )))