this repo has no description
1opam-version: "2.0" 2synopsis: "Lwt-compatible 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" "lwt"] 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 "ambient-context" 17 "opentelemetry" {= version} 18 "cohttp-lwt-unix" {with-test} 19 "odoc" {with-doc} 20 "lwt" {>= "5.3"} 21 "lwt_ppx" {>= "2.0"} 22 "alcotest" {with-test} 23 "opentelemetry-client-cohttp-lwt" {with-test & = version} 24 "opentelemetry-client-ocurl" {with-test & = version} 25] 26build: [ 27 ["dune" "subst"] {dev} 28 [ 29 "dune" 30 "build" 31 "-p" 32 name 33 "-j" 34 jobs 35 "@install" 36 "@runtest" {with-test} 37 "@doc" {with-doc} 38 ] 39] 40dev-repo: "git+https://github.com/imandra-ai/ocaml-opentelemetry.git" 41url { 42 src: 43 "https://github.com/imandra-ai/ocaml-opentelemetry/archive/refs/tags/v0.6.tar.gz" 44 checksum: [ 45 "md5=bb3860b2d9941bbb3680aef45f8db3d8" 46 "sha512=a66f9781fdef825addefa3a9c425a454c98f388ae0e476cf216a555d1573291347668a9aa6461ae17074b17504622cd77bbb2302edb55d18b32324d112e782ff" 47 ] 48}