Skip to content

Commit

Permalink
remove bos and rresult
Browse files Browse the repository at this point in the history
these are no longer test deps
  • Loading branch information
rgrinberg committed Jun 23, 2017
1 parent e93f2b9 commit 8f738a9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions crunch.opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,10 @@ available: [ ocaml-version >= "4.03.0" ]
depends: [
"cmdliner"
"jbuilder" {build & >= "1.0+beta10"}
"bos" {test}
"cstruct" {test}
"lwt" {test}
"mirage-kv-lwt" {test & >= "1.0.0"}
"io-page-unix" {test}
"rresult" {test}
]
build: [
["jbuilder" "subst" "-n" name] {pinned}
Expand Down
4 changes: 1 addition & 3 deletions test/jbuild
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@
mirage-kv
mirage-kv-lwt
lwt
bos
cstruct
rresult))
cstruct))
(modules (t1 consumer))))

(alias
Expand Down

0 comments on commit 8f738a9

Please sign in to comment.