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/imandra-ai/ocaml-opentelemetry"
7bug-reports: "https://github.com/imandra-ai/ocaml-opentelemetry/issues"
8depends: [
9 "dune" {>= "2.7"}
10 "ocaml" {>= "4.08"}
11 "opentelemetry" {= version}
12 "opentelemetry-lwt" {= version}
13 "odoc" {with-doc}
14 "lwt" {>= "5.3"}
15 "cohttp-lwt" {>= "4.0.0" & < "6.0.0~~"}
16]
17build: [
18 ["dune" "subst"] {dev}
19 [
20 "dune"
21 "build"
22 "-p"
23 name
24 "-j"
25 jobs
26 "@install"
27 "@runtest" {with-test}
28 "@doc" {with-doc}
29 ]
30]
31dev-repo: "git+https://github.com/imandra-ai/ocaml-opentelemetry.git"
32url {
33 src:
34 "https://github.com/imandra-ai/ocaml-opentelemetry/archive/v0.5.tar.gz"
35 checksum: [
36 "md5=22afc1c6bc7e2397d5796776d5fb542b"
37 "sha512=26ffd7233439a9a419ed0415b5884b61ee3b8f6bf44505b446065fe99d75f6b062db5236eac6c6641c9d2f294d0a1d3d44f1d44378cc9bcad872bca84767636c"
38 ]
39}