this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "Collector client for opentelemetry, using http + ocurl"
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 "mtime" {>= "1.4"}
14 "opentelemetry" {= version}
15 "ocaml-protoc" {>= "2.2"}
16 "pbrt" {>= "2.2"}
17 "odoc" {with-doc}
18 "ocurl"
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:
35 "git+https://github.com/aestheticintegration/ocaml-opentelemetry.git"
36url {
37 src:
38 "https://github.com/AestheticIntegration/ocaml-opentelemetry/archive/v0.3.tar.gz"
39 checksum: [
40 "md5=aa5caa75abb2dd3b8777aec10f69b220"
41 "sha512=63538c716f4938a756b0a2fd89edf213bc4fdd636d0f08473cd822da25f751fc3b4faf57926f45edc2e3df4bd51f04ff10e8eed205f05d8be154dcd848166443"
42 ]
43}