package mergeable-vector

  1. Overview
  2. Docs
Mergeable vector based on operational transformation

Install

Dune Dependency

Authors

Maintainers

Sources

mergeable-vector-0.1.0.tbz
md5=23452c339773960004f6d15d77e092d7

Description

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.

Published: 06 Mar 2017

README

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

Dependencies (4)

  1. topkg build
  2. ocamlbuild build
  3. ocamlfind build
  4. ocaml >= "4.01.0"

Dev Dependencies

None

Used by

None

Conflicts

None