Skip to content

Commit

Permalink
yaml: fix available duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
avsm committed Jun 7, 2018
1 parent 50307f7 commit 88a003e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions packages/yaml/yaml.0.1.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license: "ISC"
dev-repo: "https://github.com/avsm/ocaml-yaml.git"
bug-reports: "https://github.com/avsm/ocaml-yaml/issues"
tags: ["org:mirage" "org:ocamllabs"]
available: [ ocaml-version >= "4.03.0"]
available: [ ocaml-version >= "4.03.0" & arch != "ppc64" ]
depends: [
"jbuilder" {build & >="1.0+beta10"}
"ctypes" {>="0.12.0"}
Expand All @@ -26,4 +26,3 @@ build: [
build-test: [
["jbuilder" "runtest"]
]
available: [ arch != "ppc64" ]
3 changes: 1 addition & 2 deletions packages/yaml/yaml.0.2.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license: "ISC"
dev-repo: "https://github.com/avsm/ocaml-yaml.git"
bug-reports: "https://github.com/avsm/ocaml-yaml/issues"
tags: ["org:mirage" "org:ocamllabs"]
available: [ ocaml-version >= "4.03.0"]
available: [ ocaml-version >= "4.03.0" & arch != "ppc64" ]
depends: [
"jbuilder" {build & >="1.0+beta17"}
"ctypes" {>="0.12.0"}
Expand All @@ -27,4 +27,3 @@ build: [
build-test: [
["jbuilder" "runtest" "-p" name]
]
available: [ arch != "ppc64" ]
3 changes: 1 addition & 2 deletions packages/yaml/yaml.0.2.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license: "ISC"
dev-repo: "https://github.com/avsm/ocaml-yaml.git"
bug-reports: "https://github.com/avsm/ocaml-yaml/issues"
tags: ["org:mirage" "org:ocamllabs"]
available: [ ocaml-version >= "4.03.0"]
available: [ ocaml-version >= "4.06.0"]
depends: [
"jbuilder" {build & >="1.0+beta17"}
"configurator"
Expand All @@ -28,4 +28,3 @@ build: [
build-test: [
["jbuilder" "runtest" "-p" name]
]
available: [ ocaml-version >= "4.06.0" ]

0 comments on commit 88a003e

Please sign in to comment.