Skip to content

Commit

Permalink
opam: add core* deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jchavarri authored and anuragsoni committed Mar 30, 2023
1 parent 55d808c commit 59bc7ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
(>= 4.08.0))
(base :with-test)
(stdio :with-test)
(core_bench :with-test)
(core_unix :with-test)
(ppx_expect :with-test)
(ppx_sexp_conv :with-test)
(ppx_sexp_value :with-test)
Expand Down
2 changes: 2 additions & 0 deletions routes.opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ depends: [
"ocaml" {>= "4.08.0"}
"base" {with-test}
"stdio" {with-test}
"core_bench" {with-test}
"core_unix" {with-test}
"ppx_expect" {with-test}
"ppx_sexp_conv" {with-test}
"ppx_sexp_value" {with-test}
Expand Down

0 comments on commit 59bc7ec

Please sign in to comment.