this repo has no description
1opam-version: "2.0" 2synopsis: "Collector client for opentelemetry, using cohttp + lwt" 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.2"} 18 "odoc" {with-doc} 19 "lwt" {>= "5.3"} 20 "lwt_ppx" {>= "2.0"} 21 "cohttp-lwt" 22 "cohttp-lwt-unix" 23 "alcotest" {with-test} 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}