# This file is generated by dune, edit dune-project instead opam-version: "2.0" version: "0.12" synopsis: "A simple collector relying on runtime-events for OCaml 5. Some assembly required." maintainer: ["Simon Cruanes"] authors: ["Simon Cruanes"] license: "MIT" tags: ["trace" "tracing" "trace" "runtime-events"] homepage: "https://github.com/ocaml-tracing/ocaml-trace" bug-reports: "https://github.com/ocaml-tracing/ocaml-trace/issues" depends: [ "ocaml" {>= "5.1"} "trace" {= version} "ppx_trace" {= version & with-test} "base-bigarray" "base-unix" "dune" {>= "2.9"} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "--promote-install-files=false" "@install" "@runtest" {with-test} "@doc" {with-doc} ] ["dune" "install" "-p" name "--create-install-files" name] ] dev-repo: "git+https://github.com/ocaml-tracing/ocaml-trace.git"