this repo has no description
1opam-version: "2.0" 2synopsis: "Opentelemetry tracing for Cohttp HTTP servers" 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 "opentelemetry" {= version} 16 "opentelemetry-lwt" {= version} 17 "odoc" {with-doc} 18 "lwt" {>= "5.3"} 19 "cohttp-lwt" {>= "4.0.0" & < "6.0.0~~"} 20 "alcotest" {with-test} 21 "opentelemetry-client-cohttp-lwt" {with-test & = version} 22 "opentelemetry-client-ocurl" {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}