Skip to content

Commit

Permalink
[4/4] Mark dune as a non-build dependency: Misc file I wasn't able to…
Browse files Browse the repository at this point in the history
… parse
  • Loading branch information
kit-ty-kate committed Jun 10, 2019
1 parent c4eec44 commit d84fee3
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ license: "LGPL with linking exception"

depends: [
"ocaml" { >= "4.05.0" }
"dune" { build & >= "1.4.0"
"dune" { & >= "1.4.0"
& != "1.7.0"
& != "1.7.1" } # Due to dune/dune#1833
"dune" { >= "1.4.0" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ license: "LGPL with linking exception"

depends: [
"ocaml" { >= "4.05.0" }
"dune" { build & >= "1.4.0"
"dune" { & >= "1.4.0"
& != "1.7.0"
& != "1.7.1" } # Due to dune/dune#1833
"lablgtk3" { >= "3.0.beta5" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ license: "LGPL with linking exception"

depends: [
"ocaml" { >= "4.05.0" }
"dune" { build & >= "1.4.0"
"dune" { & >= "1.4.0"
& != "1.7.0"
& != "1.7.1" } # Due to dune/dune#1833
"lablgtk3" { >= "3.0.beta5" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ license: "LGPL with linking exception"

depends: [
"ocaml" { >= "4.05.0" }
"dune" { build & >= "1.4.0"
"dune" { & >= "1.4.0"
& != "1.7.0"
& != "1.7.1" } # Due to dune/dune#1833
"lablgtk3" { >= "3.0.beta5" }
Expand Down
2 changes: 1 addition & 1 deletion packages/lablgtk3/lablgtk3.3.0.beta5/opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ doc: "https://garrigue.github.io/lablgtk/lablgtk3"

depends: [
"ocaml" { >= "4.05.0" }
"dune" { build & >= "1.4.0"
"dune" { >= "1.4.0"
& != "1.7.0"
& != "1.7.1" } # Due to dune/dune#1833
"conf-gtk3" { build & >= "18" }
Expand Down
2 changes: 1 addition & 1 deletion packages/lablgtk3/lablgtk3.3.0.beta6/opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ doc: "https://garrigue.github.io/lablgtk/lablgtk3"

depends: [
"ocaml" { >= "4.05.0" }
"dune" { build & >= "1.4.0"
"dune" { & >= "1.4.0"
& != "1.7.0"
& != "1.7.1" } # Due to dune/dune#1833
"conf-gtk3" { build & >= "18" }
Expand Down
2 changes: 1 addition & 1 deletion packages/omd/omd.2.0.0~alpha/opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ depends: [
"ocaml" {>= "4.01"}
"base-bytes"
"base-bigarray"
"dune" {build & >= "1.1"}
"dune" {>= "1.1"}
]
synopsis: "A Markdown frontend in pure OCaml."
description: """
Expand Down
2 changes: 1 addition & 1 deletion packages/ppx_deriving/ppx_deriving.4.3/opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ build: [
["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
]
depends: [
"dune" {build >= "1.6.3"}
"dune" {>= "1.6.3"}
"cppo" {build}
"ppxfind" {build}
"ocaml-migrate-parsetree"
Expand Down
2 changes: 1 addition & 1 deletion packages/tensorflow/tensorflow.0.0.11/opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ depends: [
"conf-wget" {build}
"ctypes" {>= "0.5"}
"ctypes-foreign"
"dune" {>= "1.3.0" build}
"dune" {>= "1.3.0"}
"libtensorflow"
"ocaml" {>= "4.06"}
"ocamlfind" {build}
Expand Down
2 changes: 1 addition & 1 deletion packages/torch/torch.0.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ depends: [
"cmdliner"
"ctypes" {>= "0.5"}
"ctypes-foreign"
"dune" {>= "1.3.0" build}
"dune" {>= "1.3.0"}
"imagelib"
"libtorch" {< "1.1.0"}
"npy"
Expand Down

0 comments on commit d84fee3

Please sign in to comment.