Skip to content

Commit 6d12e9f

Browse files
Merge pull request ocaml#27842 from kit-ty-kate/opam-publish-patch.3.0.0-alpha2
Package patch.3.0.0~alpha2
2 parents 5d2b57b + 7fbd937 commit 6d12e9f

File tree

3 files changed

+34
-2
lines changed
  • packages
    • opam-core/opam-core.2.4.0~alpha1
    • opam-repository/opam-repository.2.4.0~alpha1
    • patch/patch.3.0.0~alpha2

3 files changed

+34
-2
lines changed

packages/opam-core/opam-core.2.4.0~alpha1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ depends: [
2929
"sha" {>= "1.13"}
3030
"jsonm"
3131
"swhid_core"
32-
"patch" {>= "3.0.0~alpha1"}
32+
"patch" {>= "3.0.0~alpha1" & < "3.0.0~alpha2"}
3333
"uutf"
3434
(("host-system-mingw" {os = "win32" & os-distribution != "cygwinports"} &
3535
"conf-mingw-w64-gcc-i686"

packages/opam-repository/opam-repository.2.4.0~alpha1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ bug-reports: "https://github.com/ocaml/opam/issues"
2323
depends: [
2424
"ocaml" {>= "4.08.0"}
2525
"opam-format" {= version}
26-
"patch" {>= "3.0.0~alpha1"}
26+
"patch" {>= "3.0.0~alpha1" & < "3.0.0~alpha2"}
2727
"dune" {>= "2.8.0"}
2828
]
2929
available: opam-version >= "2.1.0"
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-alpha2/patch-3.0.0-alpha2.tar.gz"
27+
checksum: [
28+
"md5=7f11023c7231b916cfe3dd28ff6ce948"
29+
"sha512=e896382c90325af485a0fdea719f8ef4705d8b5db500fcb7df3f5c260c08686087a3f225cefcfb44a1c0ea2fecdb901e932f0d8195175ab53d82c667dd5ef845"
30+
]
31+
}
32+
x-maintenance-intent: ["(latest)"]

0 commit comments

Comments
 (0)