Skip to content

Commit

Permalink
Merge pull request #11619 from dinosaure/patch-3
Browse files Browse the repository at this point in the history
Constraints decompress to use re.1.7.1
  • Loading branch information
kit-ty-kate authored Mar 22, 2018
2 parents 8d93d92 + 91d564b commit 786c8b8
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 22 deletions.
4 changes: 2 additions & 2 deletions packages/decompress/decompress.0.3/opam
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ depends: [
"oasis" {build}
"base-bytes"
"alcotest" {test}
"re" {test}
"re" {test & = "1.7.1"}
"cstruct" {test}
"camlzip" {test}
"ocamlbuild" {build}
]
depopts: "base-unix"
available: [ocaml-version >= "4.02.0"]
available: [ocaml-version = "4.02.0"]
4 changes: 2 additions & 2 deletions packages/decompress/decompress.0.3/url
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
http: "https://github.com/oklm-wsh/Decompress/archive/0.3.tar.gz"
checksum: "e35c92aea4b3135e4b07bc75f0afb84c"
archive: "https://github.com/mirage/decompress/releases/download/0.3/decompress-0.3.tbz"
checksum: "40ebe32bff2aeba2a4f5ae5a603f8ae8"
4 changes: 2 additions & 2 deletions packages/decompress/decompress.0.4/opam
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ depends: [
"ocamlfind" {build}
"base-bytes"
"alcotest" {test}
"re" {test}
"re" {test & = "1.7.1"}
"camlzip" {test}
"cmdliner" {test}
"ctypes" {test}
Expand All @@ -44,4 +44,4 @@ depopts: [
"base-unix"
]

available: [ocaml-version >= "4.02.0"]
available: [ocaml-version >= "4.02.0" & ocaml-version < "4.03.0"]
4 changes: 2 additions & 2 deletions packages/decompress/decompress.0.4/url
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
http: "https://github.com/oklm-wsh/Decompress/archive/0.4.tar.gz"
checksum: "32f4db760f033d1fcd139eb327d70a64"
archive: "https://github.com/mirage/decompress/releases/download/0.4/decompress-0.4.tbz"
checksum: "0b28aa7e55f64a245a9c0d8baf546fd2"
4 changes: 2 additions & 2 deletions packages/decompress/decompress.0.5/opam
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ depends: [
"topkg" {build}
"base-bytes"
"camlzip" {test}
"re" {test}
"re" {test & = "1.7.1"}
"alcotest" {test}
]

depopts: [
"cmdliner"
]

available: [ocaml-version >= "4.03.0"]
available: [ocaml-version >= "4.03.0" & ocaml-version < "4.06.0"]
4 changes: 2 additions & 2 deletions packages/decompress/decompress.0.5/url
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
http: "https://github.com/oklm-wsh/Decompress/archive/0.5.tar.gz"
checksum: "7bc7cd1fc1090f6d15114fdfe11e557d"
archive: "https://github.com/mirage/decompress/releases/download/0.5/decompress-0.5.tbz"
checksum: "2bc98341e4d5752c1053d89c370710fb"
4 changes: 2 additions & 2 deletions packages/decompress/decompress.0.6/opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ depends: [
"topkg" {build}
"base-bytes"
"camlzip" {test}
"re" {test}
"re" {test & = "1.7.1"}
"alcotest" {test}
]

depopts: [
"cmdliner"
]

available: [ocaml-version >= "4.03.0"]
available: [ocaml-version >= "4.03.0" & ocaml-version < "4.06.0"]
8 changes: 0 additions & 8 deletions packages/decompress/decompress.0.7/opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,11 @@ build: [
"--with-cmdliner" "%{cmdliner:installed}%"
]

build-test: [
[ "ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%" "--tests" "true" ]
[ "ocaml" "pkg/pkg.ml" "test" ]
]

depends: [
"ocamlbuild" {build}
"ocamlfind" {build}
"topkg" {build}
"base-bytes"
"camlzip" {test}
"re" {test}
"alcotest" {test}
]

depopts: [
Expand Down

0 comments on commit 786c8b8

Please sign in to comment.