this repo has no description
1opam-version: "2.0" 2maintainer: "Jane Street developers" 3authors: ["Jane Street Group, LLC"] 4homepage: "https://github.com/janestreet/patdiff" 5bug-reports: "https://github.com/janestreet/patdiff/issues" 6dev-repo: "git+https://github.com/janestreet/patdiff.git" 7doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/patdiff/index.html" 8license: "MIT" 9build: [ 10 ["dune" "build" "-p" name "-j" jobs] 11] 12depends: [ 13 "ocaml" {>= "4.14.0"} 14 "core" {>= "v0.16" & < "v0.17"} 15 "core_kernel" {>= "v0.16" & < "v0.17"} 16 "core_unix" {>= "v0.16" & < "v0.17"} 17 "expect_test_helpers_core" {>= "v0.16" & < "v0.17"} 18 "patience_diff" {>= "v0.16" & < "v0.17"} 19 "ppx_jane" {>= "v0.16" & < "v0.17"} 20 "dune" {>= "2.0.0"} 21 "re" {>= "1.8.0"} 22] 23available: arch != "arm32" & arch != "x86_32" 24synopsis: "File Diff using the Patience Diff algorithm" 25url { 26 src: 27 "https://github.com/janestreet/patdiff/archive/refs/tags/v0.16.1.tar.gz" 28 checksum: [ 29 "md5=ed1fd8166e2e99774432c1e28515f37e" 30 "sha512=7833f95ce42eeb17ecbef514eab13a37a0ab125b3c6e7e8af09c5b0efa3be6b971c6c4a40f3d809f1c254c8bc720ddaa46b54ff0514ddb9db0f5be03d99f5fd0" 31 ] 32}