opam-repository VS reagents

Compare opam-repository vs reagents and see what are their differences.

opam-repository

Main public package repository for OPAM, the source package manager of OCaml. (by dra27)

reagents

Reagents for multicore OCaml (by ocaml-multicore)
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-repository reagents
1 2
2 126
- -0.8%
0.0 4.4
1 day ago 12 months ago
Shell OCaml
Creative Commons Zero v1.0 Universal 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-repository

Posts with mentions or reviews of opam-repository. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-16.
  • OCaml 5.0 Multicore is out
    19 projects | news.ycombinator.com | 16 Dec 2022
    opam 2.2's release cycle has fallen a bit behind the compiler's (actually because of the Windows support). It's an experimental branch, but this works with opam-repository-mingw to get a vanilla mingw-w64 build of OCaml 5.0.0:

    opam switch create 5.0 --repos=dra27=git+https://github.com/dra27/opam-repository#windows-compilers --packages=ocaml.5.0.0,ocaml-option-mingw

reagents

Posts with mentions or reviews of reagents. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-16.
  • Transputer.net
    1 project | news.ycombinator.com | 7 Jan 2024
    The 1978 paper proposes a reasonable set of primitives and then walks through prose examples with them. The book proposes roughly the same primitives (channels are the big change, but stop is barely in the paper) and describes them in a formal notation for state machines. It's the difference between a sketch of a plausible idea and writing down the mathematics.

    Related though much later, ocaml https://github.com/ocaml-multicore/reagents observed that the send/recv primitives make less sense than a swap primitive. Between occam and the current ocaml effort, concurrent ML is the same sort of model with the details really well thought through (e.g. a thread executing stop gets garbage collected).

  • OCaml 5.0 Multicore is out
    19 projects | news.ycombinator.com | 16 Dec 2022
    Still early days, but I had done some exploratory work in the past on Reagents, a composable lock-free library [1]. Now that OCaml 5 is released, we're reviving this work.

    It's semantics is weaker than STM -- unlike STM, it doesn't provide serializability but Reagents can compile down to multi-word compare and swap operations, which can be implemented with the help of hardware transactions (when present) or efficient software implementations of it [2]. Hence, Reagent programs should be faster than STM.

    [1] https://github.com/ocaml-multicore/reagents

What are some alternatives?

When comparing opam-repository and reagents you can also consider the following projects:

mldonkey - cross-platform multi-network p2p daemon

rescript-webapi - ReScript bindings to the DOM and other Web APIs

ocaml-jupyter - An OCaml kernel for Jupyter (IPython) notebook

vpnkit - A toolkit for embedding VPN capabilities in your application