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.

Remove indirect dependency on ocamlfind

authored by

Kate and committed by
GitHub
5dc7cad3 da644ab1

+3 -4
+3 -4
vendor/opam/base64/base64.opam
··· 15 15 representation. It is specified in RFC 4648. 16 16 """ 17 17 depends: [ 18 - "ocaml" {>="4.03.0"} 19 - "base-bytes" 18 + "ocaml" {>= "4.03.0"} 20 19 "dune" {>= "2.0"} 21 20 "bos" {with-test} 22 21 "rresult" {with-test} 23 22 "alcotest" {with-test} 24 23 ] 25 24 build: [ 26 - ["dune" "subst"] 25 + ["dune" "subst"] {dev} 27 26 ["dune" "build" "-p" name "-j" jobs] 28 - ["dune" "runtest" "-p" name] {with-test} 27 + ["dune" "runtest" "-p" name "-j" jobs] {with-test} 29 28 ]