test repositories for opam-monorepo behaviour in multi-opam projects
Find a file
Nathan Rebours 443af9545e Improve readme
Signed-off-by: Nathan Rebours <nathan.p.rebours@gmail.com>
2021-11-04 11:26:17 +01:00
c Initial commit 2021-10-29 10:57:01 +02:00
.gitignore Initial commit 2021-10-29 10:57:01 +02:00
a.opam Initial commit 2021-10-29 10:57:01 +02:00
b.opam Initial commit 2021-10-29 10:57:01 +02:00
dune-project Add a dune-project 2021-11-04 11:12:47 +01:00
README.md Improve readme 2021-11-04 11:26:17 +01:00

test-multi-opam-monorepo

Use this repository to test opam-monorepo in a multi-opam project

Layout

This repo defines two packages at the root: a and b. It also defines another package in c in the c/ folder.

The dependencies between those packages can be defined as a -> b -> c where -> reads as "depends on".