The unpac monorepo manager self-hosting as a monorepo using unpac
0
fork

Configure Feed

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

Merge pull request #35 from CraigFe/remove-dune-build-directive

opam: remove the 'build' directive on dune dependency

authored by

Calascibetta Romain and committed by
GitHub
b9055361 b16c4b8d

+1 -1
+1 -1
vendor/opam/base64/base64.opam
··· 17 17 depends: [ 18 18 "ocaml" {>="4.03.0"} 19 19 "base-bytes" 20 - "dune" {build & >= "1.0.1"} 20 + "dune" {>= "1.0.1"} 21 21 "bos" {with-test} 22 22 "rresult" {with-test} 23 23 "alcotest" {with-test}