All Projects → ocaml-multicore → Reagents

ocaml-multicore / Reagents

Licence: isc
Reagents for multicore OCaml

Programming Languages

ocaml
1615 projects

reagents — Composable lock-free data and synchronization structures

%%VERSION%%

reagents is TODO

reagents is distributed under the ISC license.

Homepage: https://github.com/ocamllabs/reagents

Installation

reagents can be installed with opam. You would also need to install the multicore OCaml compiler:

$ opam remote add multicore https://github.com/ocamllabs/multicore-opam.git
$ opam switch 4.02.2+multicore
$ opam install reagents

Documentation

The documentation and API reference is automatically generated by from the source interfaces. It can be consulted online.

Sample programs

If you installed reagents with opam sample programs are located in the directory opam config var reagents:doc.

In the distribution sample programs and tests are located in the test directory of the distribution. They can be built and run with:

topkg build --tests true && topkg test 
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].