opam-version: "2.0" maintainer: "KC Sivaramakrishnan " authors: ["KC Sivaramakrishnan "] homepage: "https://github.com/kayceesrk/mergeable-vector" doc: "http://kcsrk.info//mergeable-vector/doc" license: "ISC" dev-repo: "git+https://github.com/kayceesrk/mergeable-vector.git" bug-reports: "https://github.com/kayceesrk/mergeable-vector/issues" depends: [ "ocaml" {>= "4.01.0"} "ocamlfind" {build} "ocamlbuild" {build} "topkg" {build} ] build: [ "ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%" ] synopsis: "Mergeable vector based on operational transformation" description: """ mergeable-vector is vector library with support for [3-way merges](https://en.wikipedia.org/wiki/Merge_(version_control)#Three-way_merge) based on [operational transformation](https://en.wikipedia.org/wiki/Operational_transformation). The library also provides diffing and patching arbitrary vectors. The diff is computed by [Wagner-Fischer algorithm](https://en.wikipedia.org/wiki/Wagner%E2%80%93Fischer_algorithm). mergeable-vector is distributed under the ISC license.""" url { src: "https://github.com/kayceesrk/mergeable-vector/releases/download/0.1.0/mergeable-vector-0.1.0.tbz" checksum: [ "sha256=142f043b241cdb70af5ba2b895fba96555476137abedcdad63387ac3ee850d77" "md5=23452c339773960004f6d15d77e092d7" ] }