this repo has no description

add which and bash to ensure tests can run

Changed files
+2 -2
packages
obuilder
obuilder.0.6.0
obuilder-spec
obuilder-spec.0.6.0
-2
packages/obuilder-spec/obuilder-spec.0.6.0/opam
···
"ppx_sexp_conv"
"ocaml" {>= "4.14.1"}
"odoc" {with-doc}
-
"conf-which" {with-test}
-
"conf-bash" {with-test}
]
build: [
["dune" "subst"] {dev}
+2
packages/obuilder/obuilder.0.6.0/opam
···
"ocaml" {>= "4.14.1"}
"alcotest-lwt" {>= "1.7.0" & with-test}
"odoc" {with-doc}
+
"conf-which" {with-test}
+
"conf-bash" {with-test}
]
build: [
["dune" "subst"] {dev}