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