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