this repo has no description
1opam-version: "2.0"
2synopsis:
3 "A stub for tracing/observability, agnostic in how data is collected"
4maintainer: ["Simon Cruanes"]
5authors: ["Simon Cruanes"]
6license: "MIT"
7tags: ["trace" "tracing" "observability" "profiling"]
8homepage: "https://github.com/c-cube/ocaml-trace"
9bug-reports: "https://github.com/c-cube/ocaml-trace/issues"
10depends: [
11 "ocaml" {>= "4.08"}
12 "dune" {>= "2.9"}
13 "odoc" {with-doc}
14]
15depopts: [
16 "hmap"
17 "mtime" {>= "2.0"}
18]
19build: [
20 ["dune" "subst"] {dev}
21 [
22 "dune"
23 "build"
24 "-p"
25 name
26 "-j"
27 jobs
28 "--promote-install-files=false"
29 "@install"
30 "@runtest" {with-test}
31 "@doc" {with-doc}
32 ]
33 ["dune" "install" "-p" name "--create-install-files" name]
34]
35dev-repo: "git+https://github.com/c-cube/ocaml-trace.git"
36url {
37 src:
38 "https://github.com/c-cube/ocaml-trace/releases/download/v0.8/trace-0.8.tbz"
39 checksum: [
40 "sha256=34cfa5662b611c1e246f0fb8131ee605eeb90b359c105e882f51adc7e70878c3"
41 "sha512=ea47974a77a0ab26c58fe6d1bc898d4f3e6a5f865e4c1acb4188b9acd7ba8e7527d0ea7f2ae66574ceccc14f11127ee203aedba2be334d17b36c83dabff61261"
42 ]
43}
44x-commit-hash: "9a7b4710a3b9838130faada09bd1ef7982c65633"