this repo has no description
1opam-version: "2.0" 2synopsis: "Lwt-compatible instrumentation for https://opentelemetry.io" 3maintainer: ["the Imandra team and contributors"] 4authors: ["the Imandra team and contributors"] 5license: "MIT" 6tags: ["instrumentation" "tracing" "opentelemetry" "datadog" "lwt"] 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 "opentelemetry" {= version} 14 "cohttp-lwt-unix" {with-test} 15 "odoc" {with-doc} 16 "lwt" {>= "5.3"} 17] 18build: [ 19 ["dune" "subst"] {dev} 20 [ 21 "dune" 22 "build" 23 "-p" 24 name 25 "-j" 26 jobs 27 "@install" 28 "@runtest" {with-test} 29 "@doc" {with-doc} 30 ] 31] 32dev-repo: 33 "git+https://github.com/aestheticintegration/ocaml-opentelemetry.git" 34url { 35 src: 36 "https://github.com/imandra-ai/ocaml-opentelemetry/archive/v0.4.tar.gz" 37 checksum: [ 38 "md5=9ad1b47bf8134a97ae45420462a76e5f" 39 "sha512=1407cbee7a70dccc9bd4ab2e6414706db5ef017b862eb8aabd1bad261179dd8472f98d4177d2dd1ceb975e662c3577715401887d1ca8a79fa3afe8777c08f10a" 40 ] 41}