this repo has no description
1opam-version: "2.0" 2maintainer: "Hannes Mehnert <hannes@mehnert.org>" 3authors: ["Hannes Mehnert <hannes@mehnert.org>"] 4homepage: "https://github.com/hannesm/patch" 5doc: "https://hannesm.github.io/patch/" 6dev-repo: "git+https://github.com/hannesm/patch.git" 7bug-reports: "https://github.com/hannesm/patch/issues" 8license: "ISC" 9 10depends: [ 11 "ocaml" {>= "4.04.2"} 12 "dune" 13 "alcotest" {with-test} 14 "crowbar" {with-test} 15] 16build: [ 17 ["dune" "subst"] {dev} 18 ["dune" "build" "-p" name "-j" jobs] 19 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 20] 21synopsis: "Patch library purely in OCaml" 22description: """ 23This is a library which parses unified diff and git diff output, and can 24apply a patch in memory. 25""" 26url { 27 src: 28 "https://github.com/hannesm/patch/releases/download/v1.0.1/patch-1.0.1.tbz" 29 checksum: [ 30 "sha256=574c66646223c37eeccc2d91763821da812c1a57681b43c99d21c9145a69613b" 31 "sha512=1e924fa1f112e2a6181ce2c4062dd21ed50310437d9befd280a6dcf019ec16295e7d4bbcf34b042bc768b6aa080043851c0675ac7de8c22b67add041f4569b13" 32 ] 33} 34x-commit-hash: "481cb8748ed6fb3ff72c06a609634625961e4d73"