Repositories / agent-snapshot.git
src/ocaml/dune
Clone (read-only): git clone http://git.guha-anderson.com/git/agent-snapshot.git
(executable
(name agent_snapshot)
(public_name agent-snapshot)
(preprocess
(pps ppx_deriving_yojson arrow.ppx))
(foreign_stubs
(language c)
(names ptrace_stubs))
(libraries unix cmdliner yojson camomile ocaml-git fpath fileutils arrow.c_api arrow.ppx_runtime))