mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-07 18:37:56 -05: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)
|
||||
(generate_opam_files true)
|
||||
(source
|
||||
(github aestheticintegration/ocaml-opentelemetry))
|
||||
(github imandra-ai/ocaml-opentelemetry))
|
||||
|
||||
(version 0.4)
|
||||
|
||||
|
|
|
|||
|
|
@ -5,9 +5,8 @@ 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"
|
||||
homepage: "https://github.com/imandra-ai/ocaml-opentelemetry"
|
||||
bug-reports: "https://github.com/imandra-ai/ocaml-opentelemetry/issues"
|
||||
depends: [
|
||||
"dune" {>= "2.7"}
|
||||
"ocaml" {>= "4.08"}
|
||||
|
|
@ -34,5 +33,4 @@ build: [
|
|||
"@doc" {with-doc}
|
||||
]
|
||||
]
|
||||
dev-repo:
|
||||
"git+https://github.com/aestheticintegration/ocaml-opentelemetry.git"
|
||||
dev-repo: "git+https://github.com/imandra-ai/ocaml-opentelemetry.git"
|
||||
|
|
|
|||
|
|
@ -5,9 +5,8 @@ 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"
|
||||
homepage: "https://github.com/imandra-ai/ocaml-opentelemetry"
|
||||
bug-reports: "https://github.com/imandra-ai/ocaml-opentelemetry/issues"
|
||||
depends: [
|
||||
"dune" {>= "2.7"}
|
||||
"ocaml" {>= "4.08"}
|
||||
|
|
@ -31,5 +30,4 @@ build: [
|
|||
"@doc" {with-doc}
|
||||
]
|
||||
]
|
||||
dev-repo:
|
||||
"git+https://github.com/aestheticintegration/ocaml-opentelemetry.git"
|
||||
dev-repo: "git+https://github.com/imandra-ai/ocaml-opentelemetry.git"
|
||||
|
|
|
|||
|
|
@ -5,9 +5,8 @@ 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"
|
||||
homepage: "https://github.com/imandra-ai/ocaml-opentelemetry"
|
||||
bug-reports: "https://github.com/imandra-ai/ocaml-opentelemetry/issues"
|
||||
depends: [
|
||||
"dune" {>= "2.7"}
|
||||
"ocaml" {>= "4.08"}
|
||||
|
|
@ -31,5 +30,4 @@ build: [
|
|||
"@doc" {with-doc}
|
||||
]
|
||||
]
|
||||
dev-repo:
|
||||
"git+https://github.com/aestheticintegration/ocaml-opentelemetry.git"
|
||||
dev-repo: "git+https://github.com/imandra-ai/ocaml-opentelemetry.git"
|
||||
|
|
|
|||
|
|
@ -6,9 +6,8 @@ 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"
|
||||
homepage: "https://github.com/imandra-ai/ocaml-opentelemetry"
|
||||
bug-reports: "https://github.com/imandra-ai/ocaml-opentelemetry/issues"
|
||||
depends: [
|
||||
"dune" {>= "2.7"}
|
||||
"ocaml" {>= "4.08"}
|
||||
|
|
@ -31,5 +30,4 @@ build: [
|
|||
"@doc" {with-doc}
|
||||
]
|
||||
]
|
||||
dev-repo:
|
||||
"git+https://github.com/aestheticintegration/ocaml-opentelemetry.git"
|
||||
dev-repo: "git+https://github.com/imandra-ai/ocaml-opentelemetry.git"
|
||||
|
|
|
|||
|
|
@ -6,9 +6,8 @@ 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"
|
||||
homepage: "https://github.com/imandra-ai/ocaml-opentelemetry"
|
||||
bug-reports: "https://github.com/imandra-ai/ocaml-opentelemetry/issues"
|
||||
depends: [
|
||||
"dune" {>= "2.7"}
|
||||
"ocaml" {>= "4.08"}
|
||||
|
|
@ -30,5 +29,4 @@ build: [
|
|||
"@doc" {with-doc}
|
||||
]
|
||||
]
|
||||
dev-repo:
|
||||
"git+https://github.com/aestheticintegration/ocaml-opentelemetry.git"
|
||||
dev-repo: "git+https://github.com/imandra-ai/ocaml-opentelemetry.git"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue