Skip to content

Commit 4ec8b8a

Browse files
committed
Package patch.3.0.0
1 parent 0818490 commit 4ec8b8a

File tree

1 file changed

+32
-0
lines changed
  • packages/patch/patch.3.0.0

1 file changed

+32
-0
lines changed

packages/patch/patch.3.0.0/opam

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
opam-version: "2.0"
2+
synopsis: "Patch library purely in OCaml"
3+
description: """\
4+
This is a library which parses unified diff and git diff output, and can
5+
apply a patch in memory."""
6+
maintainer: "Hannes Mehnert <[email protected]>"
7+
authors: ["Hannes Mehnert <[email protected]>" "Kate <[email protected]>"]
8+
license: "ISC"
9+
homepage: "https://github.com/hannesm/patch"
10+
doc: "https://hannesm.github.io/patch/"
11+
bug-reports: "https://github.com/hannesm/patch/issues"
12+
depends: [
13+
"ocaml" {>= "4.08"}
14+
"dune" {>= "3.0"}
15+
"alcotest" {with-test & >= "1.7.0"}
16+
"crowbar" {with-test}
17+
]
18+
build: [
19+
["dune" "subst"] {dev}
20+
["dune" "build" "-p" name "-j" jobs]
21+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
22+
]
23+
dev-repo: "git+https://github.com/hannesm/patch.git"
24+
url {
25+
src:
26+
"https://github.com/hannesm/patch/releases/download/v3.0.0/patch-3.0.0.tar.gz"
27+
checksum: [
28+
"md5=75aca1ed79a9807e4d4fc6c85aa31b0f"
29+
"sha512=7ff530c6a6985fa32d1e7f64070e56540e13d4a6b622afdf60ee7c9638cc08505dd75cb2c23e0ade3b88e7ae6ed76dcdff858a557134dfbd44f774364de0bde0"
30+
]
31+
}
32+
x-maintenance-intent: ["(latest)"]

0 commit comments

Comments
 (0)