package kcas

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

Install

Dune Dependency

Authors

Maintainers

Sources

kcas-0.1.5.tbz
sha256=0944a28f67a2b68732a0ffcffed560430085038dacf499120e8860beeedc7bbb
sha512=bc829465f6f9c7930798b7c283bf3302d9cd7aa6d348b49a31c54de030ffbe7e7b5d9ba0162ec8e8c75f8d758bd3ad33365dcf74f961f2e5c1a1c74ebd0d829e

Description

Published: 24 Nov 2022

README

kcas — Multi-word compare-and-swap library

0.1.5

kcas is TODO

kcas is distributed under the ISC license.

Homepage: https://github.com/kayceesrk/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.

Sample programs

If you installed kcas with opam sample programs are located in the directory opam config var kcas: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 

Dependencies (2)

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

Dev Dependencies

None

Used by

None

Conflicts

None