this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add which and bash to ensure tests can run

authored by

Marcello Seri and committed by
GitHub
17d42735 88af5312

+2 -2
-2
packages/obuilder-spec/obuilder-spec.0.6.0/opam
··· 31 31 "ppx_sexp_conv" 32 32 "ocaml" {>= "4.14.1"} 33 33 "odoc" {with-doc} 34 - "conf-which" {with-test} 35 - "conf-bash" {with-test} 36 34 ] 37 35 build: [ 38 36 ["dune" "subst"] {dev}
+2
packages/obuilder/obuilder.0.6.0/opam
··· 43 43 "ocaml" {>= "4.14.1"} 44 44 "alcotest-lwt" {>= "1.7.0" & with-test} 45 45 "odoc" {with-doc} 46 + "conf-which" {with-test} 47 + "conf-bash" {with-test} 46 48 ] 47 49 build: [ 48 50 ["dune" "subst"] {dev}