Skip to content

Commit

Permalink
Add missing dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
filipeom authored and zapashcanon committed Aug 21, 2024
1 parent 7101e12 commit 45d5f4d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,8 @@
(rusage :with-dev-setup)
(tyxml :with-dev-setup)
(yaml :with-dev-setup)
(lwt :with-dev-setup)
(cohttp :with-dev-setup)
(cohttp-lwt-unix :with-dev-setup)
)
(sites (share binc) (share libc)))
3 changes: 3 additions & 0 deletions owi.opam
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ depends: [
"rusage" {with-dev-setup}
"tyxml" {with-dev-setup}
"yaml" {with-dev-setup}
"lwt" {with-dev-setup}
"cohttp" {with-dev-setup}
"cohttp-lwt-unix" {with-dev-setup}
]
build: [
["dune" "subst"] {dev}
Expand Down

0 comments on commit 45d5f4d

Please sign in to comment.