package kcas

  1. Overview
  2. Docs

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

  1. Update CHANGES.md.
  2. Run dune-release tag VERSION to create a tag for the new VERSION.
  3. Run dune-release to publish the new VERSION.
  4. Run ./update-gh-pages-for-tag VERSION to update the online documentation.
OCaml

Innovation. Community. Security.