(library (name Lib) (libraries lambdasoup re timedesc ) ) ;(rule ; (target version.ml) ; (action ; (with-stdout-to %{target} ; (echo "let git_sha = \"foo") ; (run git rev-parse --short HEAD) ; (echo "bar\"") ; )) ; )