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.3.tar.gz"
37 checksum: [
38 "md5=aa5caa75abb2dd3b8777aec10f69b220"
39 "sha512=63538c716f4938a756b0a2fd89edf213bc4fdd636d0f08473cd822da25f751fc3b4faf57926f45edc2e3df4bd51f04ff10e8eed205f05d8be154dcd848166443"
40 ]
41}