kcas — Multi-word compare-and-swap library
kcas is in experimental stage.
kcas is distributed under the ISC license.
Homepage: https://github.com/ocaml-multicore/kcas
Installation
kcas can be installed with opam
:
opam install kcas
If you don't use opam
consult the opam
file for build instructions.
Documentation
The documentation and API reference is automatically generated by from the source interfaces. It can be consulted online.
The library API was redesigned in version 0.2.0. See the API documentation for the 0.1.8 version.
Use
See example.ml for a simple example.
Development
Make a new release
- Update CHANGES.md.
- Run
dune-release tag VERSION
to create a tag for the new VERSION
. - Run
dune-release
to publish the new VERSION
. - Run
./update-gh-pages-for-tag VERSION
to update the online documentation.