this repo has no description
1opam-version: "2.0" 2maintainer: "Gabriel Jaldon <gjaldon85@gmail.com>" 3authors: "Gabriel Jaldon <gjaldon85@gmail.com>" 4homepage: "https://github.com/gjaldon/simple_diff" 5bug-reports: "https://github.com/gjaldon/simple_diff/issues" 6license: "MIT" 7dev-repo: "git+https://github.com/gjaldon/simple_diff.git" 8build: [make] 9depends: [ 10 "ocaml" {>= "4.00.0"} 11 "ocamlfind" {build} 12 "ocamlbuild" {build} 13 "re" {>= "1.7.1"} 14] 15synopsis: "Simple_diff is a pure OCaml diffing algorithm." 16description: """ 17This diffing algorithm is a port of https://github.com/paulgb/simplediff with 18some minor differences in the implementation.""" 19url { 20 src: "https://github.com/gjaldon/simple-diff/archive/v0.1.tar.gz" 21 checksum: [ 22 "sha256=f0667b665f98577dd981b09db3bb3a5711daf0b7d73f6a54952c1d5fdf9ec8e6" 23 "md5=29f3888fcdf5d7b9d72d9af03ea5b1bf" 24 ] 25}