this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "Collector client for opentelemetry, using http + ocurl" 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 "mtime" {>= "1.4"} 14 "opentelemetry" {= version} 15 "ocaml-protoc" {>= "2.2"} 16 "pbrt" {>= "2.2"} 17 "odoc" {with-doc} 18 "ocurl" 19] 20build: [ 21 ["dune" "subst"] {dev} 22 [ 23 "dune" 24 "build" 25 "-p" 26 name 27 "-j" 28 jobs 29 "@install" 30 "@runtest" {with-test} 31 "@doc" {with-doc} 32 ] 33] 34dev-repo: 35 "git+https://github.com/aestheticintegration/ocaml-opentelemetry.git" 36url { 37 src: 38 "https://github.com/AestheticIntegration/ocaml-opentelemetry/archive/v0.2.tar.gz" 39 checksum: [ 40 "md5=1b086b20ba4dfb2a2371ecdb6661e136" 41 "sha512=7a4e3a8c2f33a65faf472e9ba058e4925e019e7c9f5ae694902e525f762fa5ca98f02149e294a381c303e2f5213d79159d0bd9bd524684d460624b257dd90f4e" 42 ] 43}