this repo has no description
1opam-version: "2.0"
2synopsis: "Collector client for opentelemetry, using cohttp + lwt"
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 "mtime" {>= "1.4"}
12 "opentelemetry" {= version}
13 "pbrt" {>= "2.2"}
14 "odoc" {with-doc}
15 "lwt" {>= "5.3"}
16 "lwt_ppx" {>= "2.0"}
17 "cohttp-lwt"
18 "cohttp-lwt-unix"
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: "git+https://github.com/imandra-ai/ocaml-opentelemetry.git"
35url {
36 src:
37 "https://github.com/imandra-ai/ocaml-opentelemetry/archive/v0.5.tar.gz"
38 checksum: [
39 "md5=22afc1c6bc7e2397d5796776d5fb542b"
40 "sha512=26ffd7233439a9a419ed0415b5884b61ee3b8f6bf44505b446065fe99d75f6b062db5236eac6c6641c9d2f294d0a1d3d44f1d44378cc9bcad872bca84767636c"
41 ]
42}