opam-monorepo VS opam-overlays

Compare opam-monorepo vs opam-overlays and see what are their differences.

opam-monorepo

Assemble dune workspaces to build your project and its dependencies as a whole (by tarides)

opam-overlays

An opam remote with the various Dune modified repositories in this org (by dune-universe)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
opam-monorepo opam-overlays
2 1
130 10
0.0% -
6.8 6.9
about 2 months ago 3 months ago
OCaml Shell
ISC License -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

opam-monorepo

Posts with mentions or reviews of opam-monorepo. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-27.
  • Why OCaml?
    5 projects | news.ycombinator.com | 27 Sep 2022
    Re: dependency management and build tooling: these days I'm using opam-monorepo (https://github.com/tarides/opam-monorepo, previously known as duniverse) to manage dependencies and it's working out pretty well for me. It vendors all dependencies into a node_modules-like directory inside the projects and writes an opam-compatible lockfile, and it builds all the dependencies using dune. For the most widely used packages that don't already use dune it uses an overlay containing dune ports at https://github.com/dune-universe/opam-overlays.
  • My adventures in ML Land
    5 projects | dev.to | 20 Mar 2022
    There is a lot to be desired about OCaml tooling, but I am really excited about opam-tools and duniverse.

opam-overlays

Posts with mentions or reviews of opam-overlays. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-27.
  • Why OCaml?
    5 projects | news.ycombinator.com | 27 Sep 2022
    Re: dependency management and build tooling: these days I'm using opam-monorepo (https://github.com/tarides/opam-monorepo, previously known as duniverse) to manage dependencies and it's working out pretty well for me. It vendors all dependencies into a node_modules-like directory inside the projects and writes an opam-compatible lockfile, and it builds all the dependencies using dune. For the most widely used packages that don't already use dune it uses an overlay containing dune ports at https://github.com/dune-universe/opam-overlays.

What are some alternatives?

When comparing opam-monorepo and opam-overlays you can also consider the following projects:

ocaml-containers - A lightweight, modular standard library extension, string library, and interfaces to various libraries (unix, threads, etc.) BSD license.

ionide-vscode-fsharp - VS Code plugin for F# development

utop - Universal toplevel for OCaml

eioio - Effects-based direct-style IO for multicore OCaml