mirror of
https://github.com/ocaml-tracing/ocaml-trace.git
synced 2026-03-08 03:47:57 -04:00
chore: depopt in opam
This commit is contained in:
parent
7cde72d0e6
commit
7092217158
2 changed files with 2 additions and 0 deletions
|
|
@ -27,6 +27,7 @@
|
||||||
dune)
|
dune)
|
||||||
(depopts
|
(depopts
|
||||||
hmap
|
hmap
|
||||||
|
unix
|
||||||
(mtime
|
(mtime
|
||||||
(>= 2.0)))
|
(>= 2.0)))
|
||||||
(tags
|
(tags
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,7 @@ depends: [
|
||||||
]
|
]
|
||||||
depopts: [
|
depopts: [
|
||||||
"hmap"
|
"hmap"
|
||||||
|
"unix"
|
||||||
"mtime" {>= "2.0"}
|
"mtime" {>= "2.0"}
|
||||||
]
|
]
|
||||||
build: [
|
build: [
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue