A small debug repo to experiment with dune-pkg in a monorepo setup
  • Dune 73.3%
  • OCaml 22.5%
  • Perl 4.2%
Find a file
2026-02-16 09:16:27 +01:00
.github/workflows Fix setup-dune ci script 2026-02-16 09:16:27 +01:00
repo Reproduce the case of developing in the repo a published package 2026-02-12 10:46:08 +01:00
src Lint(dunolint) 2026-02-16 08:56:40 +01:00
test Reproduce the case of developing in the repo a published package 2026-02-12 10:46:08 +01:00
.gitignore Populate with some pkg structure (foo & bar) 2026-02-12 10:11:54 +01:00
.ocamlformat Populate with some pkg structure (foo & bar) 2026-02-12 10:11:54 +01:00
dune-project Reproduce the case of developing in the repo a published package 2026-02-12 10:46:08 +01:00
dune-workspace Reproduce the case of developing in the repo a published package 2026-02-12 10:46:08 +01:00
ISSUE.md Describe issue 2026-02-12 10:52:56 +01:00
LICENSE Populate with some pkg structure (foo & bar) 2026-02-12 10:11:54 +01:00
monorepro.opam Reproduce the case of developing in the repo a published package 2026-02-12 10:46:08 +01:00
README.md Describe issue 2026-02-12 10:52:56 +01:00

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 lock issue I see in another similar setup.