this repo has no description
1opam-version: "2.0"
2synopsis: "Opentelemetry tracing for Cohttp HTTP servers"
3maintainer: ["the Imandra team and contributors"]
4authors: ["the Imandra team and contributors"]
5license: "MIT"
6homepage: "https://github.com/aestheticintegration/ocaml-opentelemetry"
7bug-reports:
8 "https://github.com/aestheticintegration/ocaml-opentelemetry/issues"
9depends: [
10 "dune" {>= "2.7"}
11 "ocaml" {>= "4.08"}
12 "opentelemetry" {= version}
13 "opentelemetry-lwt" {= version}
14 "odoc" {with-doc}
15 "lwt" {>= "5.3"}
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/imandra-ai/ocaml-opentelemetry/archive/v0.4.tar.gz"
37 checksum: [
38 "md5=9ad1b47bf8134a97ae45420462a76e5f"
39 "sha512=1407cbee7a70dccc9bd4ab2e6414706db5ef017b862eb8aabd1bad261179dd8472f98d4177d2dd1ceb975e662c3577715401887d1ca8a79fa3afe8777c08f10a"
40 ]
41}