Skip to content

Commit

Permalink
chore: missing dep
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Jun 7, 2024
1 parent b61ba3e commit 2310990
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
18 changes: 10 additions & 8 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -62,32 +62,34 @@
(moonpool multicore thread logs logging)))

(package
(name imandrakit-io)
(synopsis "IO utils for Imandra")
(name imandrakit-log)
(synopsis "Logging utils for Imandra")
(depends
(ocaml
(>= 4.13))
(imandrakit
(= :version))
hmap
dune
(moonpool
(>= 0.6))
logs
thread-local-storage
(trace-tef :with-test)
(odoc :with-doc)))

(package
(name imandrakit-log)
(synopsis "Logging utils for Imandra")
(name imandrakit-io)
(synopsis "IO utils for Imandra")
(depends
(ocaml
(>= 4.13))
(imandrakit
(= :version))
hmap
dune
(imandrakit-log
(= :version))
(moonpool
(>= 0.6))
logs
thread-local-storage
(trace-tef :with-test)
(odoc :with-doc)))

Expand Down
1 change: 1 addition & 0 deletions imandrakit-io.opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ depends: [
"dune" {>= "3.0"}
"ocaml" {>= "4.13"}
"imandrakit" {= version}
"imandrakit-log" {= version}
"moonpool" {>= "0.6"}
"trace-tef" {with-test}
"odoc" {with-doc}
Expand Down

0 comments on commit 2310990

Please sign in to comment.