this repo has no description
1opam-version: "2.0" 2synopsis: "Collector client for opentelemetry, using http + ezcurl" 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" 10homepage: "https://github.com/imandra-ai/ocaml-opentelemetry" 11bug-reports: "https://github.com/imandra-ai/ocaml-opentelemetry/issues" 12depends: [ 13 "dune" {>= "2.7"} 14 "ocaml" {>= "4.08"} 15 "mtime" {>= "1.4"} 16 "opentelemetry" {= version} 17 "pbrt" {>= "2.3"} 18 "odoc" {with-doc} 19 "ezcurl" {>= "0.2.3"} 20 "ocurl" 21 "alcotest" {with-test} 22 "opentelemetry-client-cohttp-lwt" {with-test & = version} 23] 24build: [ 25 ["dune" "subst"] {dev} 26 [ 27 "dune" 28 "build" 29 "-p" 30 name 31 "-j" 32 jobs 33 "@install" 34 "@runtest" {with-test} 35 "@doc" {with-doc} 36 ] 37] 38dev-repo: "git+https://github.com/imandra-ai/ocaml-opentelemetry.git" 39url { 40 src: 41 "https://github.com/imandra-ai/ocaml-opentelemetry/archive/refs/tags/v0.6.tar.gz" 42 checksum: [ 43 "md5=bb3860b2d9941bbb3680aef45f8db3d8" 44 "sha512=a66f9781fdef825addefa3a9c425a454c98f388ae0e476cf216a555d1573291347668a9aa6461ae17074b17504622cd77bbb2302edb55d18b32324d112e782ff" 45 ] 46}