this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #27627 from c-cube/release-opentelemetry-v0.11.1

[new release] opentelemetry (5 packages) (0.11.1)

authored by

Marcello Seri and committed by
GitHub
84452e1b bfe1c40f

+246
+49
packages/opentelemetry-client-cohttp-lwt/opentelemetry-client-cohttp-lwt.0.11.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Collector client for opentelemetry, using cohttp + lwt" 3 + maintainer: [ 4 + "Simon Cruanes <simon.cruanes.2007@m4x.org>" 5 + "Matt Bray <mattjbray@gmail.com>" 6 + "ELLIOTTCABLE <opam@ell.io>" 7 + ] 8 + authors: ["the Imandra team and contributors"] 9 + license: "MIT" 10 + homepage: "https://github.com/imandra-ai/ocaml-opentelemetry" 11 + bug-reports: "https://github.com/imandra-ai/ocaml-opentelemetry/issues" 12 + depends: [ 13 + "dune" {>= "2.9"} 14 + "ocaml" {>= "4.08"} 15 + "mtime" {>= "1.4"} 16 + "opentelemetry" {= version} 17 + "odoc" {with-doc} 18 + "lwt" {>= "5.3"} 19 + "lwt_ppx" {>= "2.0"} 20 + "cohttp-lwt" 21 + "cohttp-lwt-unix" 22 + "alcotest" {with-test} 23 + ] 24 + build: [ 25 + ["dune" "subst"] {dev} 26 + [ 27 + "dune" 28 + "build" 29 + "-p" 30 + name 31 + "-j" 32 + jobs 33 + "--promote-install-files=false" 34 + "@install" 35 + "@runtest" {with-test} 36 + "@doc" {with-doc} 37 + ] 38 + ["dune" "install" "-p" name "--create-install-files" name] 39 + ] 40 + dev-repo: "git+https://github.com/imandra-ai/ocaml-opentelemetry.git" 41 + url { 42 + src: 43 + "https://github.com/imandra-ai/ocaml-opentelemetry/releases/download/v0.11.1/opentelemetry-0.11.1.tbz" 44 + checksum: [ 45 + "sha256=0e289b62046daba6427d87276dba52c7d2adfc3d85723d29b3d97141ae522853" 46 + "sha512=754ef48ee2883f5927dd0e6dcc28dfb2d8faee98be5952578f48515f58898063b6bc7a137bc68d9fbee2e5a8897c7af035e700e53ff202a6df79e74e1aeaf6d4" 47 + ] 48 + } 49 + x-commit-hash: "d8be02c82916ad3144c12d66e3b6d124f6cb9fe7"
+47
packages/opentelemetry-client-ocurl/opentelemetry-client-ocurl.0.11.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Collector client for opentelemetry, using http + ezcurl" 3 + maintainer: [ 4 + "Simon Cruanes <simon.cruanes.2007@m4x.org>" 5 + "Matt Bray <mattjbray@gmail.com>" 6 + "ELLIOTTCABLE <opam@ell.io>" 7 + ] 8 + authors: ["the Imandra team and contributors"] 9 + license: "MIT" 10 + homepage: "https://github.com/imandra-ai/ocaml-opentelemetry" 11 + bug-reports: "https://github.com/imandra-ai/ocaml-opentelemetry/issues" 12 + depends: [ 13 + "dune" {>= "2.9"} 14 + "ocaml" {>= "4.08"} 15 + "mtime" {>= "1.4"} 16 + "opentelemetry" {= version} 17 + "odoc" {with-doc} 18 + "ezcurl" {>= "0.2.3"} 19 + "ocurl" 20 + "alcotest" {with-test} 21 + ] 22 + build: [ 23 + ["dune" "subst"] {dev} 24 + [ 25 + "dune" 26 + "build" 27 + "-p" 28 + name 29 + "-j" 30 + jobs 31 + "--promote-install-files=false" 32 + "@install" 33 + "@runtest" {with-test} 34 + "@doc" {with-doc} 35 + ] 36 + ["dune" "install" "-p" name "--create-install-files" name] 37 + ] 38 + dev-repo: "git+https://github.com/imandra-ai/ocaml-opentelemetry.git" 39 + url { 40 + src: 41 + "https://github.com/imandra-ai/ocaml-opentelemetry/releases/download/v0.11.1/opentelemetry-0.11.1.tbz" 42 + checksum: [ 43 + "sha256=0e289b62046daba6427d87276dba52c7d2adfc3d85723d29b3d97141ae522853" 44 + "sha512=754ef48ee2883f5927dd0e6dcc28dfb2d8faee98be5952578f48515f58898063b6bc7a137bc68d9fbee2e5a8897c7af035e700e53ff202a6df79e74e1aeaf6d4" 45 + ] 46 + } 47 + x-commit-hash: "d8be02c82916ad3144c12d66e3b6d124f6cb9fe7"
+47
packages/opentelemetry-cohttp-lwt/opentelemetry-cohttp-lwt.0.11.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Opentelemetry tracing for Cohttp HTTP servers" 3 + maintainer: [ 4 + "Simon Cruanes <simon.cruanes.2007@m4x.org>" 5 + "Matt Bray <mattjbray@gmail.com>" 6 + "ELLIOTTCABLE <opam@ell.io>" 7 + ] 8 + authors: ["the Imandra team and contributors"] 9 + license: "MIT" 10 + homepage: "https://github.com/imandra-ai/ocaml-opentelemetry" 11 + bug-reports: "https://github.com/imandra-ai/ocaml-opentelemetry/issues" 12 + depends: [ 13 + "dune" {>= "2.9"} 14 + "ocaml" {>= "4.08"} 15 + "opentelemetry" {= version} 16 + "opentelemetry-lwt" {= version} 17 + "odoc" {with-doc} 18 + "lwt" {>= "5.3"} 19 + "cohttp-lwt" {>= "4.0.0" & < "6"} 20 + "alcotest" {with-test} 21 + ] 22 + build: [ 23 + ["dune" "subst"] {dev} 24 + [ 25 + "dune" 26 + "build" 27 + "-p" 28 + name 29 + "-j" 30 + jobs 31 + "--promote-install-files=false" 32 + "@install" 33 + "@runtest" {with-test} 34 + "@doc" {with-doc} 35 + ] 36 + ["dune" "install" "-p" name "--create-install-files" name] 37 + ] 38 + dev-repo: "git+https://github.com/imandra-ai/ocaml-opentelemetry.git" 39 + url { 40 + src: 41 + "https://github.com/imandra-ai/ocaml-opentelemetry/releases/download/v0.11.1/opentelemetry-0.11.1.tbz" 42 + checksum: [ 43 + "sha256=0e289b62046daba6427d87276dba52c7d2adfc3d85723d29b3d97141ae522853" 44 + "sha512=754ef48ee2883f5927dd0e6dcc28dfb2d8faee98be5952578f48515f58898063b6bc7a137bc68d9fbee2e5a8897c7af035e700e53ff202a6df79e74e1aeaf6d4" 45 + ] 46 + } 47 + x-commit-hash: "d8be02c82916ad3144c12d66e3b6d124f6cb9fe7"
+48
packages/opentelemetry-lwt/opentelemetry-lwt.0.11.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Lwt-compatible instrumentation for https://opentelemetry.io" 3 + maintainer: [ 4 + "Simon Cruanes <simon.cruanes.2007@m4x.org>" 5 + "Matt Bray <mattjbray@gmail.com>" 6 + "ELLIOTTCABLE <opam@ell.io>" 7 + ] 8 + authors: ["the Imandra team and contributors"] 9 + license: "MIT" 10 + tags: ["instrumentation" "tracing" "opentelemetry" "datadog" "lwt"] 11 + homepage: "https://github.com/imandra-ai/ocaml-opentelemetry" 12 + bug-reports: "https://github.com/imandra-ai/ocaml-opentelemetry/issues" 13 + depends: [ 14 + "dune" {>= "2.9"} 15 + "ocaml" {>= "4.08"} 16 + "opentelemetry" {= version} 17 + "cohttp-lwt-unix" {with-test} 18 + "odoc" {with-doc} 19 + "lwt" {>= "5.3"} 20 + "lwt_ppx" {>= "2.0"} 21 + "alcotest" {with-test} 22 + ] 23 + build: [ 24 + ["dune" "subst"] {dev} 25 + [ 26 + "dune" 27 + "build" 28 + "-p" 29 + name 30 + "-j" 31 + jobs 32 + "--promote-install-files=false" 33 + "@install" 34 + "@runtest" {with-test} 35 + "@doc" {with-doc} 36 + ] 37 + ["dune" "install" "-p" name "--create-install-files" name] 38 + ] 39 + dev-repo: "git+https://github.com/imandra-ai/ocaml-opentelemetry.git" 40 + url { 41 + src: 42 + "https://github.com/imandra-ai/ocaml-opentelemetry/releases/download/v0.11.1/opentelemetry-0.11.1.tbz" 43 + checksum: [ 44 + "sha256=0e289b62046daba6427d87276dba52c7d2adfc3d85723d29b3d97141ae522853" 45 + "sha512=754ef48ee2883f5927dd0e6dcc28dfb2d8faee98be5952578f48515f58898063b6bc7a137bc68d9fbee2e5a8897c7af035e700e53ff202a6df79e74e1aeaf6d4" 46 + ] 47 + } 48 + x-commit-hash: "d8be02c82916ad3144c12d66e3b6d124f6cb9fe7"
+55
packages/opentelemetry/opentelemetry.0.11.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Instrumentation for https://opentelemetry.io" 3 + maintainer: [ 4 + "Simon Cruanes <simon.cruanes.2007@m4x.org>" 5 + "Matt Bray <mattjbray@gmail.com>" 6 + "ELLIOTTCABLE <opam@ell.io>" 7 + ] 8 + authors: ["the Imandra team and contributors"] 9 + license: "MIT" 10 + tags: ["instrumentation" "tracing" "opentelemetry" "datadog" "jaeger"] 11 + homepage: "https://github.com/imandra-ai/ocaml-opentelemetry" 12 + bug-reports: "https://github.com/imandra-ai/ocaml-opentelemetry/issues" 13 + depends: [ 14 + "dune" {>= "2.9"} 15 + "ocaml" {>= "4.08"} 16 + "ptime" 17 + "hmap" 18 + "atomic" 19 + "thread-local-storage" {>= "0.2" & < "0.3"} 20 + "odoc" {with-doc} 21 + "alcotest" {with-test} 22 + "pbrt" {>= "3.0" & < "4.0"} 23 + "ocaml-lsp-server" {with-dev-setup} 24 + "ocamlformat" {with-dev-setup & >= "0.24" & < "0.25"} 25 + ] 26 + depopts: ["trace" "lwt" "eio"] 27 + conflicts: [ 28 + "trace" {< "0.9"} 29 + ] 30 + build: [ 31 + ["dune" "subst"] {dev} 32 + [ 33 + "dune" 34 + "build" 35 + "-p" 36 + name 37 + "-j" 38 + jobs 39 + "--promote-install-files=false" 40 + "@install" 41 + "@runtest" {with-test} 42 + "@doc" {with-doc} 43 + ] 44 + ["dune" "install" "-p" name "--create-install-files" name] 45 + ] 46 + dev-repo: "git+https://github.com/imandra-ai/ocaml-opentelemetry.git" 47 + url { 48 + src: 49 + "https://github.com/imandra-ai/ocaml-opentelemetry/releases/download/v0.11.1/opentelemetry-0.11.1.tbz" 50 + checksum: [ 51 + "sha256=0e289b62046daba6427d87276dba52c7d2adfc3d85723d29b3d97141ae522853" 52 + "sha512=754ef48ee2883f5927dd0e6dcc28dfb2d8faee98be5952578f48515f58898063b6bc7a137bc68d9fbee2e5a8897c7af035e700e53ff202a6df79e74e1aeaf6d4" 53 + ] 54 + } 55 + x-commit-hash: "d8be02c82916ad3144c12d66e3b6d124f6cb9fe7"