mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-08 03:47:59 -04:00
chore: use dune 2.7 so that subst works (for the version field)
This commit is contained in:
parent
20cc772682
commit
06cbe55d11
5 changed files with 9 additions and 13 deletions
|
|
@ -1,4 +1,4 @@
|
|||
(lang dune 2.3)
|
||||
(lang dune 2.7)
|
||||
(name opentelemetry)
|
||||
(generate_opam_files true)
|
||||
(source
|
||||
|
|
@ -16,7 +16,6 @@
|
|||
(synopsis "Instrumentation for https://opentelemetry.io")
|
||||
(depends
|
||||
(ocaml (>= "4.08"))
|
||||
(dune (>= "2.3"))
|
||||
ptime
|
||||
(odoc :with-doc)
|
||||
(ocaml-protoc (>= 2.1)))
|
||||
|
|
@ -28,7 +27,6 @@
|
|||
(synopsis "Lwt-compatible instrumentation for https://opentelemetry.io")
|
||||
(depends
|
||||
(ocaml (>= "4.08"))
|
||||
(dune (>= "2.3"))
|
||||
(opentelemetry (= :version))
|
||||
(odoc :with-doc)
|
||||
lwt)
|
||||
|
|
@ -39,7 +37,6 @@
|
|||
(name opentelemetry-client-ocurl)
|
||||
(depends
|
||||
(ocaml (>= "4.08"))
|
||||
(dune (>= "2.3"))
|
||||
(mtime (>= "1.4")) ; for spans
|
||||
; atomic ; vendored
|
||||
(opentelemetry (= :version))
|
||||
|
|
@ -52,7 +49,6 @@
|
|||
(name opentelemetry-cohttp-lwt)
|
||||
(depends
|
||||
(ocaml (>= "4.08"))
|
||||
(dune (>= "2.3"))
|
||||
(opentelemetry (= :version))
|
||||
(opentelemetry-lwt (= :version))
|
||||
(odoc :with-doc)
|
||||
|
|
|
|||
|
|
@ -9,8 +9,8 @@ homepage: "https://github.com/aestheticintegration/ocaml-opentelemetry"
|
|||
bug-reports:
|
||||
"https://github.com/aestheticintegration/ocaml-opentelemetry/issues"
|
||||
depends: [
|
||||
"dune" {>= "2.7"}
|
||||
"ocaml" {>= "4.08"}
|
||||
"dune" {>= "2.3"}
|
||||
"mtime" {>= "1.4"}
|
||||
"opentelemetry" {= version}
|
||||
"ocaml-protoc" {>= "2.1"}
|
||||
|
|
@ -18,7 +18,7 @@ depends: [
|
|||
"ocurl"
|
||||
]
|
||||
build: [
|
||||
["dune" "subst"] {pinned}
|
||||
["dune" "subst"] {dev}
|
||||
[
|
||||
"dune"
|
||||
"build"
|
||||
|
|
|
|||
|
|
@ -9,15 +9,15 @@ homepage: "https://github.com/aestheticintegration/ocaml-opentelemetry"
|
|||
bug-reports:
|
||||
"https://github.com/aestheticintegration/ocaml-opentelemetry/issues"
|
||||
depends: [
|
||||
"dune" {>= "2.7"}
|
||||
"ocaml" {>= "4.08"}
|
||||
"dune" {>= "2.3"}
|
||||
"opentelemetry" {= version}
|
||||
"opentelemetry-lwt" {= version}
|
||||
"odoc" {with-doc}
|
||||
"cohttp-lwt"
|
||||
]
|
||||
build: [
|
||||
["dune" "subst"] {pinned}
|
||||
["dune" "subst"] {dev}
|
||||
[
|
||||
"dune"
|
||||
"build"
|
||||
|
|
|
|||
|
|
@ -10,14 +10,14 @@ homepage: "https://github.com/aestheticintegration/ocaml-opentelemetry"
|
|||
bug-reports:
|
||||
"https://github.com/aestheticintegration/ocaml-opentelemetry/issues"
|
||||
depends: [
|
||||
"dune" {>= "2.7"}
|
||||
"ocaml" {>= "4.08"}
|
||||
"dune" {>= "2.3"}
|
||||
"opentelemetry" {= version}
|
||||
"odoc" {with-doc}
|
||||
"lwt"
|
||||
]
|
||||
build: [
|
||||
["dune" "subst"] {pinned}
|
||||
["dune" "subst"] {dev}
|
||||
[
|
||||
"dune"
|
||||
"build"
|
||||
|
|
|
|||
|
|
@ -10,14 +10,14 @@ homepage: "https://github.com/aestheticintegration/ocaml-opentelemetry"
|
|||
bug-reports:
|
||||
"https://github.com/aestheticintegration/ocaml-opentelemetry/issues"
|
||||
depends: [
|
||||
"dune" {>= "2.7"}
|
||||
"ocaml" {>= "4.08"}
|
||||
"dune" {>= "2.3"}
|
||||
"ptime"
|
||||
"odoc" {with-doc}
|
||||
"ocaml-protoc" {>= "2.1"}
|
||||
]
|
||||
build: [
|
||||
["dune" "subst"] {pinned}
|
||||
["dune" "subst"] {dev}
|
||||
[
|
||||
"dune"
|
||||
"build"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue