opam-version: "2.0" maintainer: "Jane Street developers" authors: ["Jane Street Group, LLC"] homepage: "https://github.com/janestreet/legacy_diffable" bug-reports: "https://github.com/janestreet/legacy_diffable/issues" dev-repo: "git+https://github.com/janestreet/legacy_diffable.git" doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/legacy_diffable/index.html" license: "MIT" build: [ ["dune" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "5.1.0"} "core" {>= "v0.17" & < "v0.18"} "ppx_jane" {>= "v0.17" & < "v0.18"} "stored_reversed" {>= "v0.17" & < "v0.18"} "streamable" {>= "v0.17" & < "v0.18"} "dune" {>= "3.11.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "An interface for diffs." description: " Diffable interface. " url { src: "https://github.com/janestreet/legacy_diffable/archive/refs/tags/v0.17.0.tar.gz" checksum: "sha256=f1969b16b11f58f4f510efcfa25fec43c798ec5bfe04fd22451f7eeee974569e" }