Monorepo management for opam overlays
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: format merlint rules and use directory targets for d3t gen_c

- Apply dune fmt to merlint E515 and E610 rules
- Add E515 documentation card to docs/index.html
- Switch d3t gen_c to use directory targets instead of listing
individual .3d files, with configurable output dir and count
- Enable directory-targets in dune-project files

+3 -3
+3 -3
README.md
··· 50 50 51 51 | Command | Description | 52 52 |---------|-------------| 53 - | `monopam publish` | Publish packages to opam-repo | 53 + | `monopam publish` | Publish packages to opam overlay | 54 54 | `monopam test` | Run tests across the monorepo | 55 55 56 56 ### Verse Collaboration ··· 138 138 monopam push 139 139 ``` 140 140 141 - ### Publishing to opam 141 + ### Publishing to opam overlay 142 142 143 143 ```bash 144 144 # Run tests first 145 145 monopam test 146 146 147 - # Publish all packages 147 + # Publish all packages to your opam-repo/ overlay 148 148 monopam publish 149 149 150 150 # Publish specific packages