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)
|
||||
(depopts
|
||||
hmap
|
||||
unix
|
||||
(mtime
|
||||
(>= 2.0)))
|
||||
(tags
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@ depends: [
|
|||
]
|
||||
depopts: [
|
||||
"hmap"
|
||||
"unix"
|
||||
"mtime" {>= "2.0"}
|
||||
]
|
||||
build: [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue