File tree Expand file tree Collapse file tree 4 files changed +168
-0
lines changed
opentelemetry-client-ocurl/opentelemetry-client-ocurl.0.2
opentelemetry-cohttp-lwt/opentelemetry-cohttp-lwt.0.2
opentelemetry-lwt/opentelemetry-lwt.0.2
opentelemetry/opentelemetry.0.2 Expand file tree Collapse file tree 4 files changed +168
-0
lines changed Original file line number Diff line number Diff line change 1+ # This file is generated by dune, edit dune-project instead
2+ opam-version: "2.0"
3+ synopsis: "Collector client for opentelemetry, using http + ocurl"
4+ maintainer: ["the Imandra team and contributors"]
5+ authors: ["the Imandra team and contributors"]
6+ license: "MIT"
7+ homepage: "https://github.com/aestheticintegration/ocaml-opentelemetry"
8+ bug-reports:
9+ "https://github.com/aestheticintegration/ocaml-opentelemetry/issues"
10+ depends: [
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+ ]
20+ build: [
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+ ]
34+ dev-repo:
35+ "git+https://github.com/aestheticintegration/ocaml-opentelemetry.git"
36+ url {
37+ src:
38+ "https://github.com/AestheticIntegration/ocaml-opentelemetry/archive/v0.2.tar.gz"
39+ checksum: [
40+ "md5=1b086b20ba4dfb2a2371ecdb6661e136"
41+ "sha512=7a4e3a8c2f33a65faf472e9ba058e4925e019e7c9f5ae694902e525f762fa5ca98f02149e294a381c303e2f5213d79159d0bd9bd524684d460624b257dd90f4e"
42+ ]
43+ }
Original file line number Diff line number Diff line change 1+ # This file is generated by dune, edit dune-project instead
2+ opam-version: "2.0"
3+ synopsis: "Opentelemetry tracing for Cohttp HTTP servers"
4+ maintainer: ["the Imandra team and contributors"]
5+ authors: ["the Imandra team and contributors"]
6+ license: "MIT"
7+ homepage: "https://github.com/aestheticintegration/ocaml-opentelemetry"
8+ bug-reports:
9+ "https://github.com/aestheticintegration/ocaml-opentelemetry/issues"
10+ depends: [
11+ "dune" {>= "2.7"}
12+ "ocaml" {>= "4.08"}
13+ "opentelemetry" {= version}
14+ "opentelemetry-lwt" {= version}
15+ "odoc" {with-doc}
16+ "cohttp-lwt" {>= "4.0.0"}
17+ ]
18+ build: [
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+ ]
32+ dev-repo:
33+ "git+https://github.com/aestheticintegration/ocaml-opentelemetry.git"
34+ url {
35+ src:
36+ "https://github.com/AestheticIntegration/ocaml-opentelemetry/archive/v0.2.tar.gz"
37+ checksum: [
38+ "md5=1b086b20ba4dfb2a2371ecdb6661e136"
39+ "sha512=7a4e3a8c2f33a65faf472e9ba058e4925e019e7c9f5ae694902e525f762fa5ca98f02149e294a381c303e2f5213d79159d0bd9bd524684d460624b257dd90f4e"
40+ ]
41+ }
Original file line number Diff line number Diff line change 1+ # This file is generated by dune, edit dune-project instead
2+ opam-version: "2.0"
3+ synopsis: "Lwt-compatible instrumentation for https://opentelemetry.io"
4+ maintainer: ["the Imandra team and contributors"]
5+ authors: ["the Imandra team and contributors"]
6+ license: "MIT"
7+ tags: ["instrumentation" "tracing" "opentelemetry" "datadog" "lwt"]
8+ homepage: "https://github.com/aestheticintegration/ocaml-opentelemetry"
9+ bug-reports:
10+ "https://github.com/aestheticintegration/ocaml-opentelemetry/issues"
11+ depends: [
12+ "dune" {>= "2.7"}
13+ "ocaml" {>= "4.08"}
14+ "opentelemetry" {= version}
15+ "cohttp-lwt-unix" {with-test}
16+ "odoc" {with-doc}
17+ "lwt" {>= "5.3"}
18+ ]
19+ build: [
20+ ["dune" "subst"] {dev}
21+ [
22+ "dune"
23+ "build"
24+ "-p"
25+ name
26+ "-j"
27+ jobs
28+ "@install"
29+ "@runtest" {with-test}
30+ "@doc" {with-doc}
31+ ]
32+ ]
33+ dev-repo:
34+ "git+https://github.com/aestheticintegration/ocaml-opentelemetry.git"
35+ url {
36+ src:
37+ "https://github.com/AestheticIntegration/ocaml-opentelemetry/archive/v0.2.tar.gz"
38+ checksum: [
39+ "md5=1b086b20ba4dfb2a2371ecdb6661e136"
40+ "sha512=7a4e3a8c2f33a65faf472e9ba058e4925e019e7c9f5ae694902e525f762fa5ca98f02149e294a381c303e2f5213d79159d0bd9bd524684d460624b257dd90f4e"
41+ ]
42+ }
Original file line number Diff line number Diff line change 1+ # This file is generated by dune, edit dune-project instead
2+ opam-version: "2.0"
3+ synopsis: "Instrumentation for https://opentelemetry.io"
4+ maintainer: ["the Imandra team and contributors"]
5+ authors: ["the Imandra team and contributors"]
6+ license: "MIT"
7+ tags: ["instrumentation" "tracing" "opentelemetry" "datadog" "jaeger"]
8+ homepage: "https://github.com/aestheticintegration/ocaml-opentelemetry"
9+ bug-reports:
10+ "https://github.com/aestheticintegration/ocaml-opentelemetry/issues"
11+ depends: [
12+ "dune" {>= "2.7"}
13+ "ocaml" {>= "4.08"}
14+ "ptime"
15+ "odoc" {with-doc}
16+ "ocaml-protoc" {>= "2.2"}
17+ "pbrt" {>= "2.2"}
18+ ]
19+ build: [
20+ ["dune" "subst"] {dev}
21+ [
22+ "dune"
23+ "build"
24+ "-p"
25+ name
26+ "-j"
27+ jobs
28+ "@install"
29+ "@runtest" {with-test}
30+ "@doc" {with-doc}
31+ ]
32+ ]
33+ dev-repo:
34+ "git+https://github.com/aestheticintegration/ocaml-opentelemetry.git"
35+ url {
36+ src:
37+ "https://github.com/AestheticIntegration/ocaml-opentelemetry/archive/v0.2.tar.gz"
38+ checksum: [
39+ "md5=1b086b20ba4dfb2a2371ecdb6661e136"
40+ "sha512=7a4e3a8c2f33a65faf472e9ba058e4925e019e7c9f5ae694902e525f762fa5ca98f02149e294a381c303e2f5213d79159d0bd9bd524684d460624b257dd90f4e"
41+ ]
42+ }
You can’t perform that action at this time.
0 commit comments