this repo has no description

5 packages from imandra-ai/ocaml-opentelemetry at 0.4

Changed files
+207
packages
opentelemetry
opentelemetry.0.4
opentelemetry-client-cohttp-lwt
opentelemetry-client-cohttp-lwt.0.4
opentelemetry-client-ocurl
opentelemetry-client-ocurl.0.4
opentelemetry-cohttp-lwt
opentelemetry-cohttp-lwt.0.4
opentelemetry-lwt
opentelemetry-lwt.0.4
+44
packages/opentelemetry-client-cohttp-lwt/opentelemetry-client-cohttp-lwt.0.4/opam
···
+
opam-version: "2.0"
+
synopsis: "Collector client for opentelemetry, using cohttp + lwt"
+
maintainer: ["the Imandra team and contributors"]
+
authors: ["the Imandra team and contributors"]
+
license: "MIT"
+
homepage: "https://github.com/aestheticintegration/ocaml-opentelemetry"
+
bug-reports:
+
"https://github.com/aestheticintegration/ocaml-opentelemetry/issues"
+
depends: [
+
"dune" {>= "2.7"}
+
"ocaml" {>= "4.08"}
+
"mtime" {>= "1.4"}
+
"opentelemetry" {= version}
+
"pbrt" {>= "2.2"}
+
"odoc" {with-doc}
+
"lwt" {>= "5.3"}
+
"lwt_ppx" {with-test}
+
"cohttp-lwt"
+
"cohttp-lwt-unix"
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo:
+
"git+https://github.com/aestheticintegration/ocaml-opentelemetry.git"
+
url {
+
src:
+
"https://github.com/imandra-ai/ocaml-opentelemetry/archive/v0.4.tar.gz"
+
checksum: [
+
"md5=9ad1b47bf8134a97ae45420462a76e5f"
+
"sha512=1407cbee7a70dccc9bd4ab2e6414706db5ef017b862eb8aabd1bad261179dd8472f98d4177d2dd1ceb975e662c3577715401887d1ca8a79fa3afe8777c08f10a"
+
]
+
}
+41
packages/opentelemetry-client-ocurl/opentelemetry-client-ocurl.0.4/opam
···
+
opam-version: "2.0"
+
synopsis: "Collector client for opentelemetry, using http + ocurl"
+
maintainer: ["the Imandra team and contributors"]
+
authors: ["the Imandra team and contributors"]
+
license: "MIT"
+
homepage: "https://github.com/aestheticintegration/ocaml-opentelemetry"
+
bug-reports:
+
"https://github.com/aestheticintegration/ocaml-opentelemetry/issues"
+
depends: [
+
"dune" {>= "2.7"}
+
"ocaml" {>= "4.08"}
+
"mtime" {>= "1.4"}
+
"opentelemetry" {= version}
+
"pbrt" {>= "2.3"}
+
"odoc" {with-doc}
+
"ocurl"
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo:
+
"git+https://github.com/aestheticintegration/ocaml-opentelemetry.git"
+
url {
+
src:
+
"https://github.com/imandra-ai/ocaml-opentelemetry/archive/v0.4.tar.gz"
+
checksum: [
+
"md5=9ad1b47bf8134a97ae45420462a76e5f"
+
"sha512=1407cbee7a70dccc9bd4ab2e6414706db5ef017b862eb8aabd1bad261179dd8472f98d4177d2dd1ceb975e662c3577715401887d1ca8a79fa3afe8777c08f10a"
+
]
+
}
+41
packages/opentelemetry-cohttp-lwt/opentelemetry-cohttp-lwt.0.4/opam
···
+
opam-version: "2.0"
+
synopsis: "Opentelemetry tracing for Cohttp HTTP servers"
+
maintainer: ["the Imandra team and contributors"]
+
authors: ["the Imandra team and contributors"]
+
license: "MIT"
+
homepage: "https://github.com/aestheticintegration/ocaml-opentelemetry"
+
bug-reports:
+
"https://github.com/aestheticintegration/ocaml-opentelemetry/issues"
+
depends: [
+
"dune" {>= "2.7"}
+
"ocaml" {>= "4.08"}
+
"opentelemetry" {= version}
+
"opentelemetry-lwt" {= version}
+
"odoc" {with-doc}
+
"lwt" {>= "5.3"}
+
"cohttp-lwt" {>= "4.0.0"}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo:
+
"git+https://github.com/aestheticintegration/ocaml-opentelemetry.git"
+
url {
+
src:
+
"https://github.com/imandra-ai/ocaml-opentelemetry/archive/v0.4.tar.gz"
+
checksum: [
+
"md5=9ad1b47bf8134a97ae45420462a76e5f"
+
"sha512=1407cbee7a70dccc9bd4ab2e6414706db5ef017b862eb8aabd1bad261179dd8472f98d4177d2dd1ceb975e662c3577715401887d1ca8a79fa3afe8777c08f10a"
+
]
+
}
+41
packages/opentelemetry-lwt/opentelemetry-lwt.0.4/opam
···
+
opam-version: "2.0"
+
synopsis: "Lwt-compatible instrumentation for https://opentelemetry.io"
+
maintainer: ["the Imandra team and contributors"]
+
authors: ["the Imandra team and contributors"]
+
license: "MIT"
+
tags: ["instrumentation" "tracing" "opentelemetry" "datadog" "lwt"]
+
homepage: "https://github.com/aestheticintegration/ocaml-opentelemetry"
+
bug-reports:
+
"https://github.com/aestheticintegration/ocaml-opentelemetry/issues"
+
depends: [
+
"dune" {>= "2.7"}
+
"ocaml" {>= "4.08"}
+
"opentelemetry" {= version}
+
"cohttp-lwt-unix" {with-test}
+
"odoc" {with-doc}
+
"lwt" {>= "5.3"}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo:
+
"git+https://github.com/aestheticintegration/ocaml-opentelemetry.git"
+
url {
+
src:
+
"https://github.com/imandra-ai/ocaml-opentelemetry/archive/v0.4.tar.gz"
+
checksum: [
+
"md5=9ad1b47bf8134a97ae45420462a76e5f"
+
"sha512=1407cbee7a70dccc9bd4ab2e6414706db5ef017b862eb8aabd1bad261179dd8472f98d4177d2dd1ceb975e662c3577715401887d1ca8a79fa3afe8777c08f10a"
+
]
+
}
+40
packages/opentelemetry/opentelemetry.0.4/opam
···
+
opam-version: "2.0"
+
synopsis: "Instrumentation for https://opentelemetry.io"
+
maintainer: ["the Imandra team and contributors"]
+
authors: ["the Imandra team and contributors"]
+
license: "MIT"
+
tags: ["instrumentation" "tracing" "opentelemetry" "datadog" "jaeger"]
+
homepage: "https://github.com/aestheticintegration/ocaml-opentelemetry"
+
bug-reports:
+
"https://github.com/aestheticintegration/ocaml-opentelemetry/issues"
+
depends: [
+
"dune" {>= "2.7"}
+
"ocaml" {>= "4.08"}
+
"ptime"
+
"odoc" {with-doc}
+
"pbrt" {>= "2.3"}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo:
+
"git+https://github.com/aestheticintegration/ocaml-opentelemetry.git"
+
url {
+
src:
+
"https://github.com/imandra-ai/ocaml-opentelemetry/archive/v0.4.tar.gz"
+
checksum: [
+
"md5=9ad1b47bf8134a97ae45420462a76e5f"
+
"sha512=1407cbee7a70dccc9bd4ab2e6414706db5ef017b862eb8aabd1bad261179dd8472f98d4177d2dd1ceb975e662c3577715401887d1ca8a79fa3afe8777c08f10a"
+
]
+
}