package kcas
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Multi-word compare-and-swap library
Install
dune-project
Dependency
Authors
Maintainers
Sources
kcas-0.2.0.tbz
sha256=74c520006058b601fbc9f52fa05a9621881f5cda65f48331779d35c98839d100
sha512=4823d0d8686d708f463443d3ede9fd7d7be74314d2724a26f336b38a813e0c494e4fd17272701bb72f0b52c4459d575706ac056fb79686ec43b2e64f9fafd3ff
doc/README.html
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 kcasIf 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 VERSIONto create a tag for the newVERSION. - Run
dune-releaseto publish the newVERSION. - Run
./update-gh-pages-for-tag VERSIONto update the online documentation.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page