package kcas

  1. Overview
  2. Docs
Multi-word compare-and-swap library

Install

Dune Dependency

Authors

Maintainers

Sources

kcas-0.1.7.tbz
sha256=54b764b1bc6a1b315832ed2deca899e37ce8a85ff6fa401c5e6dc78b0e4a2f5c
sha512=3df95687b02998c42f3d9c56120a5fc242945426c99aad58ee808fd7d6a103fa18b185cd5c21cceaf4eecf4583e64cfa6e7472a718703ac14acaa368252e4daa

Description

Published: 01 Feb 2023

README

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.

Use

See example.ml for a simple example.

Dependencies (2)

  1. ocaml >= "5.0"
  2. dune >= "3.3"

Dev Dependencies (1)

  1. odoc with-doc

Used by

None

Conflicts

None