mergeable-vector
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 byocamldoc
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 thetest
directory of the distribution. They can be built and run
with:
topkg build --tests true && topkg test