mrbuild VS ocaml

Compare mrbuild vs ocaml and see what are their differences.

ocaml

OCaml "reentrant runtime" experimental branch (by lucasaiu)
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
mrbuild ocaml
3 1
5 27
- -
5.4 -
about 1 month ago over 10 years ago
Makefile OCaml
- GNU General Public License v3.0 or later
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.

mrbuild

Posts with mentions or reviews of mrbuild. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-05-06.
  • Cmkr – a modern build system based on CMake and TOML
    2 projects | news.ycombinator.com | 6 May 2024
    2. Write a tiny build system with Make or use any of the precanned ones. I use this: https://github.com/dkogan/mrbuild/ but there are many others

    In any case, learning how to actually use Make is a prerequisite to having an opinion here.

  • Autoconf makes me think we stopped evolving too soon
    8 projects | news.ycombinator.com | 3 Apr 2024
    I think Make is exactly what you want, and I do recommend it to everybody, since the default alternative is usually something heinous like CMake which isn't really an improvement. You want the bit of logic to create a "build system" out of Make abstracted into a library, and then it's perfect. I use this: https://github.com/dkogan/mrbuild/ but there're many other ways to do it
  • Makefile Tutorial
    5 projects | news.ycombinator.com | 22 Sep 2023
    Make is a language for making build systems. CMake is a build system that uses Make written by people who haven't read the manual. Anybody touching build systems at all needs to do themselves a huge favor: read the GNU Make manual to be able to write a Makefile to support a small project. This isn't difficult, and gives you wonderful perspective about what build systems are great and which aren't. CMake is good if you need to support many different unixes and xcode and visual studio. If you don't, then cmake gives you lots of pain for no benefit.

    Make is simple and good-enough for most cases. I use this: https://github.com/dkogan/mrbuild

    But it's not special and there are lots like it. And they are all infinitely better than cmake

ocaml

Posts with mentions or reviews of ocaml. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-03.
  • Autoconf makes me think we stopped evolving too soon
    8 projects | news.ycombinator.com | 3 Apr 2024
    Anything that has to run on a BSD or a Mac needs these tools

    Do QEMU, tcc, and OCaml run on BSD and Mac? Pretty sure they do

    https://news.ycombinator.com/item?id=39925033

    https://github.com/lucasaiu/ocaml/blob/master/configure

    They have hand-written configure scripts, and don't use autoconf.

What are some alternatives?

When comparing mrbuild and ocaml you can also consider the following projects:

meson - The Meson Build System

just - 🤖 Just a command runner

plan9port - Plan 9 from User Space