Skip to content
/ kcas Public
forked from ocaml-multicore/kcas

Multi-word compare-and-swap library

License

Notifications You must be signed in to change notification settings

jmid/kcas

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kcas — Multi-word compare-and-swap library

%%VERSION%%

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 

About

Multi-word compare-and-swap library

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • OCaml 99.6%
  • Makefile 0.4%