Page
Library
Module
Module type
Parameter
Class
Class type
Source
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>
mergeable-vector can be installed with opam
:
opam install mergeable-vector
If you don't use opam
consult the opam
file for build instructions.
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.
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