opam-version: "2.0" maintainer: "Gabriel Jaldon " authors: "Gabriel Jaldon " homepage: "https://github.com/gjaldon/simple_diff" bug-reports: "https://github.com/gjaldon/simple_diff/issues" license: "MIT" dev-repo: "git+https://github.com/gjaldon/simple_diff.git" build: [make] depends: [ "ocaml" {>= "4.00.0"} "ocamlfind" {build} "ocamlbuild" {build} "re" {>= "1.7.1"} ] synopsis: "Simple_diff is a pure OCaml diffing algorithm." description: """ This diffing algorithm is a port of https://github.com/paulgb/simplediff with some minor differences in the implementation.""" url { src: "https://github.com/gjaldon/simple-diff/archive/v0.1.tar.gz" checksum: [ "sha256=f0667b665f98577dd981b09db3bb3a5711daf0b7d73f6a54952c1d5fdf9ec8e6" "md5=29f3888fcdf5d7b9d72d9af03ea5b1bf" ] }