this repo has no description
1opam-version: "2.0"
2synopsis: "Instrumentation for https://opentelemetry.io"
3maintainer: [
4 "Simon Cruanes <simon.cruanes.2007@m4x.org>"
5 "Matt Bray <mattjbray@gmail.com>"
6 "ELLIOTTCABLE <opam@ell.io>"
7]
8authors: "the Imandra team and contributors"
9license: "MIT"
10tags: ["instrumentation" "tracing" "opentelemetry" "datadog" "jaeger"]
11homepage: "https://github.com/imandra-ai/ocaml-opentelemetry"
12bug-reports: "https://github.com/imandra-ai/ocaml-opentelemetry/issues"
13depends: [
14 "dune" {>= "2.7"}
15 "ocaml" {>= "4.08"}
16 "ptime"
17 "ambient-context"
18 "odoc" {with-doc}
19 "alcotest" {with-test}
20 "opentelemetry-client-cohttp-lwt" {with-test & = version}
21 "opentelemetry-client-ocurl" {with-test & = version}
22 "pbrt" {>= "2.3" & < "3.0.0"}
23 "ocaml-lsp-server" {with-dev-setup}
24 "ocamlformat" {with-dev-setup & >= "0.24" & < "0.25"}
25]
26depopts: ["trace"]
27conflicts: [
28 "trace" {< "0.4" | >= "0.5"}
29]
30build: [
31 ["dune" "subst"] {dev}
32 [
33 "dune"
34 "build"
35 "-p"
36 name
37 "-j"
38 jobs
39 "@install"
40 "@runtest" {with-test}
41 "@doc" {with-doc}
42 ]
43]
44dev-repo: "git+https://github.com/imandra-ai/ocaml-opentelemetry.git"
45url {
46 src:
47 "https://github.com/imandra-ai/ocaml-opentelemetry/archive/refs/tags/v0.6.tar.gz"
48 checksum: [
49 "md5=bb3860b2d9941bbb3680aef45f8db3d8"
50 "sha512=a66f9781fdef825addefa3a9c425a454c98f388ae0e476cf216a555d1573291347668a9aa6461ae17074b17504622cd77bbb2302edb55d18b32324d112e782ff"
51 ]
52}