Skip to content

Commit f7c62d8

Browse files
authored
Merge pull request #27975 from kit-ty-kate/opam-publish-patch.3.0.0-beta1
Package patch.3.0.0~beta1
2 parents 1643086 + 9698974 commit f7c62d8

File tree

1 file changed

+34
-0
lines changed
  • packages/patch/patch.3.0.0~beta1

1 file changed

+34
-0
lines changed

packages/patch/patch.3.0.0~beta1/opam

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
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 <hannes@mehnert.org>"
7+
authors: ["Hannes Mehnert <hannes@mehnert.org>" "Kate <kit-ty-kate@exn.st>"]
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+
available: opam-version >= "2.1.0"
19+
flags: avoid-version
20+
build: [
21+
["dune" "subst"] {dev}
22+
["dune" "build" "-p" name "-j" jobs]
23+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
24+
]
25+
dev-repo: "git+https://github.com/hannesm/patch.git"
26+
url {
27+
src:
28+
"https://github.com/hannesm/patch/releases/download/v3.0.0-beta1/patch-3.0.0-beta1.tar.gz"
29+
checksum: [
30+
"md5=e4654a4516a2841991ac17c1f07f6068"
31+
"sha512=dbbf8f9366bdc8137424efeb31d245bac8aa8a5ff72b6e1e79d4199591ad871dbbde93d1202302cb0a12518d37e21fbbbe30bd8d2bfdd39adbdd0f17ba399ed6"
32+
]
33+
}
34+
x-maintenance-intent: ["(latest)"]

0 commit comments

Comments
 (0)