mirror of
https://github.com/ocaml-tracing/ocaml-trace.git
synced 2026-03-07 18:37:56 -05:00
require OCaml 4.08, since mtime 2.0 does
This commit is contained in:
parent
4e527284ae
commit
3d6c46b7d4
4 changed files with 6 additions and 6 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -17,7 +17,7 @@ jobs:
|
|||
#- macos-latest
|
||||
#- windows-latest
|
||||
ocaml-compiler:
|
||||
- '4.05.x'
|
||||
- '4.08.x'
|
||||
- '4.14.x'
|
||||
- '5.0.x'
|
||||
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
(name trace)
|
||||
(synopsis "A stub for tracing/observability")
|
||||
(depends
|
||||
(ocaml (>= 4.05))
|
||||
(ocaml (>= 4.08))
|
||||
dune)
|
||||
(tags
|
||||
(trace tracing observability profiling)))
|
||||
|
|
@ -24,7 +24,7 @@
|
|||
(name trace-tef)
|
||||
(synopsis "A simple backend for trace")
|
||||
(depends
|
||||
(ocaml (>= 4.05))
|
||||
(ocaml (>= 4.08))
|
||||
(trace (= :version))
|
||||
(mtime (>= 2.0))
|
||||
base-unix
|
||||
|
|
|
|||
|
|
@ -8,9 +8,9 @@ tags: ["trace" "tracing" "catapult"]
|
|||
homepage: "https://github.com/c-cube/trace"
|
||||
bug-reports: "https://github.com/c-cube/trace/issues"
|
||||
depends: [
|
||||
"ocaml" {>= "4.05"}
|
||||
"ocaml" {>= "4.08"}
|
||||
"trace" {= version}
|
||||
"mtime"
|
||||
"mtime" {>= "2.0"}
|
||||
"base-unix"
|
||||
"dune" {>= "2.9"}
|
||||
"odoc" {with-doc}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ tags: ["trace" "tracing" "observability" "profiling"]
|
|||
homepage: "https://github.com/c-cube/trace"
|
||||
bug-reports: "https://github.com/c-cube/trace/issues"
|
||||
depends: [
|
||||
"ocaml" {>= "4.05"}
|
||||
"ocaml" {>= "4.08"}
|
||||
"dune" {>= "2.9"}
|
||||
"odoc" {with-doc}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue