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 #29 from hannesm/conflict-extlib

introduce conflicts with extlib, both define the base64 module

authored by

Calascibetta Romain and committed by
GitHub
e3cabc12 15465fd0

+4
+4
vendor/opam/base64/base64.opam
··· 27 27 ["dune" "build" "-p" name "-j" jobs] 28 28 ["dune" "runtest" "-p" name] {with-test} 29 29 ] 30 + conflicts: [ 31 + "extlib" 32 + "extlib-compat" 33 + ]