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