mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-08 03:47:59 -04:00
chore: fix repo name
This commit is contained in:
parent
d81d7b653f
commit
a89b2c5ca3
6 changed files with 16 additions and 26 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
(name opentelemetry)
|
(name opentelemetry)
|
||||||
(generate_opam_files true)
|
(generate_opam_files true)
|
||||||
(source
|
(source
|
||||||
(github aestheticintegration/ocaml-opentelemetry))
|
(github imandra-ai/ocaml-opentelemetry))
|
||||||
|
|
||||||
(version 0.4)
|
(version 0.4)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,9 +5,8 @@ synopsis: "Collector client for opentelemetry, using cohttp + lwt"
|
||||||
maintainer: ["the Imandra team and contributors"]
|
maintainer: ["the Imandra team and contributors"]
|
||||||
authors: ["the Imandra team and contributors"]
|
authors: ["the Imandra team and contributors"]
|
||||||
license: "MIT"
|
license: "MIT"
|
||||||
homepage: "https://github.com/aestheticintegration/ocaml-opentelemetry"
|
homepage: "https://github.com/imandra-ai/ocaml-opentelemetry"
|
||||||
bug-reports:
|
bug-reports: "https://github.com/imandra-ai/ocaml-opentelemetry/issues"
|
||||||
"https://github.com/aestheticintegration/ocaml-opentelemetry/issues"
|
|
||||||
depends: [
|
depends: [
|
||||||
"dune" {>= "2.7"}
|
"dune" {>= "2.7"}
|
||||||
"ocaml" {>= "4.08"}
|
"ocaml" {>= "4.08"}
|
||||||
|
|
@ -34,5 +33,4 @@ build: [
|
||||||
"@doc" {with-doc}
|
"@doc" {with-doc}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
dev-repo:
|
dev-repo: "git+https://github.com/imandra-ai/ocaml-opentelemetry.git"
|
||||||
"git+https://github.com/aestheticintegration/ocaml-opentelemetry.git"
|
|
||||||
|
|
|
||||||
|
|
@ -5,9 +5,8 @@ synopsis: "Collector client for opentelemetry, using http + ocurl"
|
||||||
maintainer: ["the Imandra team and contributors"]
|
maintainer: ["the Imandra team and contributors"]
|
||||||
authors: ["the Imandra team and contributors"]
|
authors: ["the Imandra team and contributors"]
|
||||||
license: "MIT"
|
license: "MIT"
|
||||||
homepage: "https://github.com/aestheticintegration/ocaml-opentelemetry"
|
homepage: "https://github.com/imandra-ai/ocaml-opentelemetry"
|
||||||
bug-reports:
|
bug-reports: "https://github.com/imandra-ai/ocaml-opentelemetry/issues"
|
||||||
"https://github.com/aestheticintegration/ocaml-opentelemetry/issues"
|
|
||||||
depends: [
|
depends: [
|
||||||
"dune" {>= "2.7"}
|
"dune" {>= "2.7"}
|
||||||
"ocaml" {>= "4.08"}
|
"ocaml" {>= "4.08"}
|
||||||
|
|
@ -31,5 +30,4 @@ build: [
|
||||||
"@doc" {with-doc}
|
"@doc" {with-doc}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
dev-repo:
|
dev-repo: "git+https://github.com/imandra-ai/ocaml-opentelemetry.git"
|
||||||
"git+https://github.com/aestheticintegration/ocaml-opentelemetry.git"
|
|
||||||
|
|
|
||||||
|
|
@ -5,9 +5,8 @@ synopsis: "Opentelemetry tracing for Cohttp HTTP servers"
|
||||||
maintainer: ["the Imandra team and contributors"]
|
maintainer: ["the Imandra team and contributors"]
|
||||||
authors: ["the Imandra team and contributors"]
|
authors: ["the Imandra team and contributors"]
|
||||||
license: "MIT"
|
license: "MIT"
|
||||||
homepage: "https://github.com/aestheticintegration/ocaml-opentelemetry"
|
homepage: "https://github.com/imandra-ai/ocaml-opentelemetry"
|
||||||
bug-reports:
|
bug-reports: "https://github.com/imandra-ai/ocaml-opentelemetry/issues"
|
||||||
"https://github.com/aestheticintegration/ocaml-opentelemetry/issues"
|
|
||||||
depends: [
|
depends: [
|
||||||
"dune" {>= "2.7"}
|
"dune" {>= "2.7"}
|
||||||
"ocaml" {>= "4.08"}
|
"ocaml" {>= "4.08"}
|
||||||
|
|
@ -31,5 +30,4 @@ build: [
|
||||||
"@doc" {with-doc}
|
"@doc" {with-doc}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
dev-repo:
|
dev-repo: "git+https://github.com/imandra-ai/ocaml-opentelemetry.git"
|
||||||
"git+https://github.com/aestheticintegration/ocaml-opentelemetry.git"
|
|
||||||
|
|
|
||||||
|
|
@ -6,9 +6,8 @@ maintainer: ["the Imandra team and contributors"]
|
||||||
authors: ["the Imandra team and contributors"]
|
authors: ["the Imandra team and contributors"]
|
||||||
license: "MIT"
|
license: "MIT"
|
||||||
tags: ["instrumentation" "tracing" "opentelemetry" "datadog" "lwt"]
|
tags: ["instrumentation" "tracing" "opentelemetry" "datadog" "lwt"]
|
||||||
homepage: "https://github.com/aestheticintegration/ocaml-opentelemetry"
|
homepage: "https://github.com/imandra-ai/ocaml-opentelemetry"
|
||||||
bug-reports:
|
bug-reports: "https://github.com/imandra-ai/ocaml-opentelemetry/issues"
|
||||||
"https://github.com/aestheticintegration/ocaml-opentelemetry/issues"
|
|
||||||
depends: [
|
depends: [
|
||||||
"dune" {>= "2.7"}
|
"dune" {>= "2.7"}
|
||||||
"ocaml" {>= "4.08"}
|
"ocaml" {>= "4.08"}
|
||||||
|
|
@ -31,5 +30,4 @@ build: [
|
||||||
"@doc" {with-doc}
|
"@doc" {with-doc}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
dev-repo:
|
dev-repo: "git+https://github.com/imandra-ai/ocaml-opentelemetry.git"
|
||||||
"git+https://github.com/aestheticintegration/ocaml-opentelemetry.git"
|
|
||||||
|
|
|
||||||
|
|
@ -6,9 +6,8 @@ maintainer: ["the Imandra team and contributors"]
|
||||||
authors: ["the Imandra team and contributors"]
|
authors: ["the Imandra team and contributors"]
|
||||||
license: "MIT"
|
license: "MIT"
|
||||||
tags: ["instrumentation" "tracing" "opentelemetry" "datadog" "jaeger"]
|
tags: ["instrumentation" "tracing" "opentelemetry" "datadog" "jaeger"]
|
||||||
homepage: "https://github.com/aestheticintegration/ocaml-opentelemetry"
|
homepage: "https://github.com/imandra-ai/ocaml-opentelemetry"
|
||||||
bug-reports:
|
bug-reports: "https://github.com/imandra-ai/ocaml-opentelemetry/issues"
|
||||||
"https://github.com/aestheticintegration/ocaml-opentelemetry/issues"
|
|
||||||
depends: [
|
depends: [
|
||||||
"dune" {>= "2.7"}
|
"dune" {>= "2.7"}
|
||||||
"ocaml" {>= "4.08"}
|
"ocaml" {>= "4.08"}
|
||||||
|
|
@ -30,5 +29,4 @@ build: [
|
||||||
"@doc" {with-doc}
|
"@doc" {with-doc}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
dev-repo:
|
dev-repo: "git+https://github.com/imandra-ai/ocaml-opentelemetry.git"
|
||||||
"git+https://github.com/aestheticintegration/ocaml-opentelemetry.git"
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue