mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-10 12:45:45 -04:00
prepare for 0.13
This commit is contained in:
parent
e73c3ffef9
commit
711be1e56e
9 changed files with 32 additions and 30 deletions
|
|
@ -6,6 +6,8 @@
|
||||||
`ambient-context` 0.2 package directly instead. To configure the
|
`ambient-context` 0.2 package directly instead. To configure the
|
||||||
storage backend, call `Ambient_context.set_current_storage` (e.g.
|
storage backend, call `Ambient_context.set_current_storage` (e.g.
|
||||||
`Ambient_context.set_current_storage Ambient_context_lwt.storage`).
|
`Ambient_context.set_current_storage Ambient_context_lwt.storage`).
|
||||||
|
- move to ezcurl 0.3
|
||||||
|
- add a `hmap` in Scope.t
|
||||||
|
|
||||||
## 0.12
|
## 0.12
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,11 +5,11 @@
|
||||||
(generate_opam_files true)
|
(generate_opam_files true)
|
||||||
|
|
||||||
(source
|
(source
|
||||||
(github imandra-ai/ocaml-opentelemetry))
|
(github ocaml-tracing/ocaml-opentelemetry))
|
||||||
|
|
||||||
(version 0.12)
|
(version 0.12)
|
||||||
|
|
||||||
(authors "the Imandra team and contributors")
|
(authors "the Imandra team" "ocaml-tracing contributors")
|
||||||
|
|
||||||
(maintainers
|
(maintainers
|
||||||
"Simon Cruanes <simon.cruanes.2007@m4x.org>"
|
"Simon Cruanes <simon.cruanes.2007@m4x.org>"
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@ maintainer: [
|
||||||
"Matt Bray <mattjbray@gmail.com>"
|
"Matt Bray <mattjbray@gmail.com>"
|
||||||
"ELLIOTTCABLE <opam@ell.io>"
|
"ELLIOTTCABLE <opam@ell.io>"
|
||||||
]
|
]
|
||||||
authors: ["the Imandra team and contributors"]
|
authors: ["the Imandra team" "ocaml-tracing contributors"]
|
||||||
license: "MIT"
|
license: "MIT"
|
||||||
homepage: "https://github.com/imandra-ai/ocaml-opentelemetry"
|
homepage: "https://github.com/ocaml-tracing/ocaml-opentelemetry"
|
||||||
bug-reports: "https://github.com/imandra-ai/ocaml-opentelemetry/issues"
|
bug-reports: "https://github.com/ocaml-tracing/ocaml-opentelemetry/issues"
|
||||||
depends: [
|
depends: [
|
||||||
"dune" {>= "2.9"}
|
"dune" {>= "2.9"}
|
||||||
"ocaml" {>= "5.00"}
|
"ocaml" {>= "5.00"}
|
||||||
|
|
@ -41,4 +41,4 @@ build: [
|
||||||
]
|
]
|
||||||
["dune" "install" "-p" name "--create-install-files" name]
|
["dune" "install" "-p" name "--create-install-files" name]
|
||||||
]
|
]
|
||||||
dev-repo: "git+https://github.com/imandra-ai/ocaml-opentelemetry.git"
|
dev-repo: "git+https://github.com/ocaml-tracing/ocaml-opentelemetry.git"
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@ maintainer: [
|
||||||
"Matt Bray <mattjbray@gmail.com>"
|
"Matt Bray <mattjbray@gmail.com>"
|
||||||
"ELLIOTTCABLE <opam@ell.io>"
|
"ELLIOTTCABLE <opam@ell.io>"
|
||||||
]
|
]
|
||||||
authors: ["the Imandra team and contributors"]
|
authors: ["the Imandra team" "ocaml-tracing contributors"]
|
||||||
license: "MIT"
|
license: "MIT"
|
||||||
homepage: "https://github.com/imandra-ai/ocaml-opentelemetry"
|
homepage: "https://github.com/ocaml-tracing/ocaml-opentelemetry"
|
||||||
bug-reports: "https://github.com/imandra-ai/ocaml-opentelemetry/issues"
|
bug-reports: "https://github.com/ocaml-tracing/ocaml-opentelemetry/issues"
|
||||||
depends: [
|
depends: [
|
||||||
"dune" {>= "2.9"}
|
"dune" {>= "2.9"}
|
||||||
"ocaml" {>= "4.08"}
|
"ocaml" {>= "4.08"}
|
||||||
|
|
@ -40,4 +40,4 @@ build: [
|
||||||
]
|
]
|
||||||
["dune" "install" "-p" name "--create-install-files" name]
|
["dune" "install" "-p" name "--create-install-files" name]
|
||||||
]
|
]
|
||||||
dev-repo: "git+https://github.com/imandra-ai/ocaml-opentelemetry.git"
|
dev-repo: "git+https://github.com/ocaml-tracing/ocaml-opentelemetry.git"
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@ maintainer: [
|
||||||
"Matt Bray <mattjbray@gmail.com>"
|
"Matt Bray <mattjbray@gmail.com>"
|
||||||
"ELLIOTTCABLE <opam@ell.io>"
|
"ELLIOTTCABLE <opam@ell.io>"
|
||||||
]
|
]
|
||||||
authors: ["the Imandra team and contributors"]
|
authors: ["the Imandra team" "ocaml-tracing contributors"]
|
||||||
license: "MIT"
|
license: "MIT"
|
||||||
homepage: "https://github.com/imandra-ai/ocaml-opentelemetry"
|
homepage: "https://github.com/ocaml-tracing/ocaml-opentelemetry"
|
||||||
bug-reports: "https://github.com/imandra-ai/ocaml-opentelemetry/issues"
|
bug-reports: "https://github.com/ocaml-tracing/ocaml-opentelemetry/issues"
|
||||||
depends: [
|
depends: [
|
||||||
"dune" {>= "2.9"}
|
"dune" {>= "2.9"}
|
||||||
"ocaml" {>= "4.08"}
|
"ocaml" {>= "4.08"}
|
||||||
|
|
@ -37,4 +37,4 @@ build: [
|
||||||
]
|
]
|
||||||
["dune" "install" "-p" name "--create-install-files" name]
|
["dune" "install" "-p" name "--create-install-files" name]
|
||||||
]
|
]
|
||||||
dev-repo: "git+https://github.com/imandra-ai/ocaml-opentelemetry.git"
|
dev-repo: "git+https://github.com/ocaml-tracing/ocaml-opentelemetry.git"
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@ maintainer: [
|
||||||
"Matt Bray <mattjbray@gmail.com>"
|
"Matt Bray <mattjbray@gmail.com>"
|
||||||
"ELLIOTTCABLE <opam@ell.io>"
|
"ELLIOTTCABLE <opam@ell.io>"
|
||||||
]
|
]
|
||||||
authors: ["the Imandra team and contributors"]
|
authors: ["the Imandra team" "ocaml-tracing contributors"]
|
||||||
license: "MIT"
|
license: "MIT"
|
||||||
homepage: "https://github.com/imandra-ai/ocaml-opentelemetry"
|
homepage: "https://github.com/ocaml-tracing/ocaml-opentelemetry"
|
||||||
bug-reports: "https://github.com/imandra-ai/ocaml-opentelemetry/issues"
|
bug-reports: "https://github.com/ocaml-tracing/ocaml-opentelemetry/issues"
|
||||||
depends: [
|
depends: [
|
||||||
"dune" {>= "2.9"}
|
"dune" {>= "2.9"}
|
||||||
"ocaml" {>= "4.08"}
|
"ocaml" {>= "4.08"}
|
||||||
|
|
@ -37,4 +37,4 @@ build: [
|
||||||
]
|
]
|
||||||
["dune" "install" "-p" name "--create-install-files" name]
|
["dune" "install" "-p" name "--create-install-files" name]
|
||||||
]
|
]
|
||||||
dev-repo: "git+https://github.com/imandra-ai/ocaml-opentelemetry.git"
|
dev-repo: "git+https://github.com/ocaml-tracing/ocaml-opentelemetry.git"
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@ maintainer: [
|
||||||
"Matt Bray <mattjbray@gmail.com>"
|
"Matt Bray <mattjbray@gmail.com>"
|
||||||
"ELLIOTTCABLE <opam@ell.io>"
|
"ELLIOTTCABLE <opam@ell.io>"
|
||||||
]
|
]
|
||||||
authors: ["the Imandra team and contributors"]
|
authors: ["the Imandra team" "ocaml-tracing contributors"]
|
||||||
license: "MIT"
|
license: "MIT"
|
||||||
homepage: "https://github.com/imandra-ai/ocaml-opentelemetry"
|
homepage: "https://github.com/ocaml-tracing/ocaml-opentelemetry"
|
||||||
bug-reports: "https://github.com/imandra-ai/ocaml-opentelemetry/issues"
|
bug-reports: "https://github.com/ocaml-tracing/ocaml-opentelemetry/issues"
|
||||||
depends: [
|
depends: [
|
||||||
"dune" {>= "2.9"}
|
"dune" {>= "2.9"}
|
||||||
"ocaml" {>= "4.08"}
|
"ocaml" {>= "4.08"}
|
||||||
|
|
@ -35,4 +35,4 @@ build: [
|
||||||
]
|
]
|
||||||
["dune" "install" "-p" name "--create-install-files" name]
|
["dune" "install" "-p" name "--create-install-files" name]
|
||||||
]
|
]
|
||||||
dev-repo: "git+https://github.com/imandra-ai/ocaml-opentelemetry.git"
|
dev-repo: "git+https://github.com/ocaml-tracing/ocaml-opentelemetry.git"
|
||||||
|
|
|
||||||
|
|
@ -7,11 +7,11 @@ maintainer: [
|
||||||
"Matt Bray <mattjbray@gmail.com>"
|
"Matt Bray <mattjbray@gmail.com>"
|
||||||
"ELLIOTTCABLE <opam@ell.io>"
|
"ELLIOTTCABLE <opam@ell.io>"
|
||||||
]
|
]
|
||||||
authors: ["the Imandra team and contributors"]
|
authors: ["the Imandra team" "ocaml-tracing contributors"]
|
||||||
license: "MIT"
|
license: "MIT"
|
||||||
tags: ["instrumentation" "tracing" "opentelemetry" "datadog" "lwt"]
|
tags: ["instrumentation" "tracing" "opentelemetry" "datadog" "lwt"]
|
||||||
homepage: "https://github.com/imandra-ai/ocaml-opentelemetry"
|
homepage: "https://github.com/ocaml-tracing/ocaml-opentelemetry"
|
||||||
bug-reports: "https://github.com/imandra-ai/ocaml-opentelemetry/issues"
|
bug-reports: "https://github.com/ocaml-tracing/ocaml-opentelemetry/issues"
|
||||||
depends: [
|
depends: [
|
||||||
"dune" {>= "2.9"}
|
"dune" {>= "2.9"}
|
||||||
"ocaml" {>= "4.08"}
|
"ocaml" {>= "4.08"}
|
||||||
|
|
@ -38,4 +38,4 @@ build: [
|
||||||
]
|
]
|
||||||
["dune" "install" "-p" name "--create-install-files" name]
|
["dune" "install" "-p" name "--create-install-files" name]
|
||||||
]
|
]
|
||||||
dev-repo: "git+https://github.com/imandra-ai/ocaml-opentelemetry.git"
|
dev-repo: "git+https://github.com/ocaml-tracing/ocaml-opentelemetry.git"
|
||||||
|
|
|
||||||
|
|
@ -7,11 +7,11 @@ maintainer: [
|
||||||
"Matt Bray <mattjbray@gmail.com>"
|
"Matt Bray <mattjbray@gmail.com>"
|
||||||
"ELLIOTTCABLE <opam@ell.io>"
|
"ELLIOTTCABLE <opam@ell.io>"
|
||||||
]
|
]
|
||||||
authors: ["the Imandra team and contributors"]
|
authors: ["the Imandra team" "ocaml-tracing contributors"]
|
||||||
license: "MIT"
|
license: "MIT"
|
||||||
tags: ["instrumentation" "tracing" "opentelemetry" "datadog" "jaeger"]
|
tags: ["instrumentation" "tracing" "opentelemetry" "datadog" "jaeger"]
|
||||||
homepage: "https://github.com/imandra-ai/ocaml-opentelemetry"
|
homepage: "https://github.com/ocaml-tracing/ocaml-opentelemetry"
|
||||||
bug-reports: "https://github.com/imandra-ai/ocaml-opentelemetry/issues"
|
bug-reports: "https://github.com/ocaml-tracing/ocaml-opentelemetry/issues"
|
||||||
depends: [
|
depends: [
|
||||||
"dune" {>= "2.9"}
|
"dune" {>= "2.9"}
|
||||||
"ocaml" {>= "4.08"}
|
"ocaml" {>= "4.08"}
|
||||||
|
|
@ -46,4 +46,4 @@ build: [
|
||||||
]
|
]
|
||||||
["dune" "install" "-p" name "--create-install-files" name]
|
["dune" "install" "-p" name "--create-install-files" name]
|
||||||
]
|
]
|
||||||
dev-repo: "git+https://github.com/imandra-ai/ocaml-opentelemetry.git"
|
dev-repo: "git+https://github.com/ocaml-tracing/ocaml-opentelemetry.git"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue