opam-version: "2.0" maintainer: "Hannes Mehnert " authors: ["Hannes Mehnert "] homepage: "https://github.com/hannesm/patch" doc: "https://hannesm.github.io/patch/" dev-repo: "git+https://github.com/hannesm/patch.git" bug-reports: "https://github.com/hannesm/patch/issues" license: "ISC" depends: [ "ocaml" {>= "4.04.2"} "dune" "alcotest" {with-test} "crowbar" {with-test} ] build: [ ["dune" "subst"] {dev} ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] synopsis: "Patch library purely in OCaml" description: """ This is a library which parses unified diff and git diff output, and can apply a patch in memory. """ url { src: "https://github.com/hannesm/patch/releases/download/v1.0.1/patch-1.0.1.tbz" checksum: [ "sha256=574c66646223c37eeccc2d91763821da812c1a57681b43c99d21c9145a69613b" "sha512=1e924fa1f112e2a6181ce2c4062dd21ed50310437d9befd280a6dcf019ec16295e7d4bbcf34b042bc768b6aa080043851c0675ac7de8c22b67add041f4569b13" ] } x-commit-hash: "481cb8748ed6fb3ff72c06a609634625961e4d73"