this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "Instrumentation for https://opentelemetry.io"
4maintainer: ["the Imandra team and contributors"]
5authors: ["the Imandra team and contributors"]
6license: "MIT"
7tags: ["instrumentation" "tracing" "opentelemetry" "datadog" "jaeger"]
8homepage: "https://github.com/aestheticintegration/ocaml-opentelemetry"
9bug-reports:
10 "https://github.com/aestheticintegration/ocaml-opentelemetry/issues"
11depends: [
12 "dune" {>= "2.7"}
13 "ocaml" {>= "4.08"}
14 "ptime"
15 "odoc" {with-doc}
16 "ocaml-protoc" {>= "2.2" & < "3.0.0"}
17 "pbrt" {>= "2.2" & < "3.0.0"}
18]
19build: [
20 ["dune" "subst"] {dev}
21 [
22 "dune"
23 "build"
24 "-p"
25 name
26 "-j"
27 jobs
28 "@install"
29 "@runtest" {with-test}
30 "@doc" {with-doc}
31 ]
32]
33dev-repo:
34 "git+https://github.com/aestheticintegration/ocaml-opentelemetry.git"
35url {
36 src:
37 "https://github.com/AestheticIntegration/ocaml-opentelemetry/archive/v0.2.tar.gz"
38 checksum: [
39 "md5=1b086b20ba4dfb2a2371ecdb6661e136"
40 "sha512=7a4e3a8c2f33a65faf472e9ba058e4925e019e7c9f5ae694902e525f762fa5ca98f02149e294a381c303e2f5213d79159d0bd9bd524684d460624b257dd90f4e"
41 ]
42}