Skip to content

fondation451/lockfree

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lockfree — Lock-free data structures for Multicore OCaml

%%VERSION%%

lockfree is TODO

lockfree is distributed under the ISC license.

Homepage: https://github.com/kayceesrk/lockfree

Installation

lockfree can be installed with opam:

opam install lockfree

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

Lock-free data structures for multicore OCaml

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • OCaml 99.8%
  • Makefile 0.2%