this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "Lwt-compatible instrumentation for https://opentelemetry.io" 4maintainer: ["the Imandra team and contributors"] 5authors: ["the Imandra team and contributors"] 6license: "MIT" 7tags: ["instrumentation" "tracing" "opentelemetry" "datadog" "lwt"] 8homepage: "https://github.com/aestheticintegration/ocaml-opentelemetry" 9bug-reports: 10 "https://github.com/aestheticintegration/ocaml-opentelemetry/issues" 11depends: [ 12 "dune" {>= "2.7"} 13 "ocaml" {>= "4.08"} 14 "opentelemetry" {= version} 15 "cohttp-lwt-unix" {with-test} 16 "odoc" {with-doc} 17 "lwt" {>= "5.3"} 18] 19build: [ 20 ["dune" "subst"] {dev} 21 [ 22 "dune" 23 "build" 24 "-p" 25 name 26 "-j" 27 jobs 28 "@install" 29 "@runtest" {with-test} 30 "@doc" {with-doc} 31 ] 32] 33dev-repo: 34 "git+https://github.com/aestheticintegration/ocaml-opentelemetry.git" 35url { 36 src: 37 "https://github.com/AestheticIntegration/ocaml-opentelemetry/archive/v0.3.tar.gz" 38 checksum: [ 39 "md5=aa5caa75abb2dd3b8777aec10f69b220" 40 "sha512=63538c716f4938a756b0a2fd89edf213bc4fdd636d0f08473cd822da25f751fc3b4faf57926f45edc2e3df4bd51f04ff10e8eed205f05d8be154dcd848166443" 41 ] 42}