package mergeable-vector
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=142f043b241cdb70af5ba2b895fba96555476137abedcdad63387ac3ee850d77
md5=23452c339773960004f6d15d77e092d7
README.md.html
mergeable-vector — Mergeable vector based on operational transformation
0.1.0
mergeable-vector is vector library with support for 3-way merges based on operational transformation. The library also provides diffing and patching arbitrary vectors. The diff is computed by Wagner-Fischer algorithm.
mergeable-vector is distributed under the ISC license.
Homepage: https://github.com/kayceesrk/mergeable-vector Contact: KC Sivaramakrishnan <sk826@cl.cam.ac.uk>
Installation
mergeable-vector can be installed with opam
:
opam install mergeable-vector
If you don't use opam
consult the opam
file for build instructions.
Documentation
The documentation and API reference is automatically generated by ocamldoc
from the interfaces. It can be consulted online and there is a generated version in the doc
directory of the distribution.
Sample programs
If you installed mergeable-vector with opam
sample programs are located in the directory opam config var mergeable-vector: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