A small debug repo to experiment with dune-pkg in a monorepo setup
- Dune 73.3%
- OCaml 22.5%
- Perl 4.2%
| .github/workflows | ||
| repo | ||
| src | ||
| test | ||
| .gitignore | ||
| .ocamlformat | ||
| dune-project | ||
| dune-workspace | ||
| ISSUE.md | ||
| LICENSE | ||
| monorepro.opam | ||
| README.md | ||
dune-monorepro
I use this small debug repo to experiment with dune-pkg in a monorepo setup.
Current Status
- 🔴 I am trying to reproduce a
dune pkg lockissue I see in another similar setup.