this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "Opentelemetry tracing for Cohttp HTTP servers" 4maintainer: ["the Imandra team and contributors"] 5authors: ["the Imandra team and contributors"] 6license: "MIT" 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 "opentelemetry-lwt" {= version} 15 "odoc" {with-doc} 16 "cohttp-lwt" {>= "4.0.0" & < "6.0.0~~"} 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/AestheticIntegration/ocaml-opentelemetry/archive/v0.2.tar.gz" 37 checksum: [ 38 "md5=1b086b20ba4dfb2a2371ecdb6661e136" 39 "sha512=7a4e3a8c2f33a65faf472e9ba058e4925e019e7c9f5ae694902e525f762fa5ca98f02149e294a381c303e2f5213d79159d0bd9bd524684d460624b257dd90f4e" 40 ] 41}