File tree Expand file tree Collapse file tree 1 file changed +41
-0
lines changed
packages/opatch/opatch.3.0.1 Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "Pure OCaml command-line tool to apply a patch"
3+ description:
4+ "Command-line tool to apply a unified diff or git-diff to a directory"
5+ maintainer: ["Samuel Hym <samuel@tarides.com>"]
6+ authors: [
7+ "Kate Deplaix <kit-ty-kate@exn.st>" "Samuel Hym <samuel@tarides.com>"
8+ ]
9+ license: "ISC"
10+ homepage: "https://github.com/hannesm/patch"
11+ bug-reports: "https://github.com/hannesm/patch/issues"
12+ depends: [
13+ "dune" {>= "3.0"}
14+ "ocaml" {>= "4.14"}
15+ "patch" {= "3.0.0"}
16+ "odoc" {with-doc}
17+ ]
18+ build: [
19+ ["dune" "subst"] {dev}
20+ [
21+ "dune"
22+ "build"
23+ "-p"
24+ name
25+ "-j"
26+ jobs
27+ "@install"
28+ "@doc" {with-doc}
29+ ]
30+ ]
31+ dev-repo: "git+https://github.com/hannesm/patch.git"
32+ url {
33+ src:
34+ "https://github.com/hannesm/patch/releases/download/v3.0.1/patch-3.0.1.tbz"
35+ checksum: [
36+ "sha256=8e561910f7af8597ea65035b689e77a3147be731963507c4b0820ba4a5f91c72"
37+ "sha512=1fb9064a659abb5884d503003b02d97ef568c5645bf1feae94b62035b34847f1ecedd1ef2c1925dc2e5b28878987c81259027fc46ca6ed6c3b8d977ac49f0c15"
38+ ]
39+ }
40+ x-commit-hash: "7b0149bcd625edbb649f0598305a1da69196558e"
41+ x-maintenance-intent: ["(latest)"]
You can’t perform that action at this time.
0 commit comments