Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a dependency on dune-configurator for all packages that use dune.configurator #14851

Merged
merged 3 commits into from Sep 19, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/ahrocksdb/ahrocksdb.0.2.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ bug-reports: "https://github.com/ahrefs/ocaml-ahrocksdb/issues"
depends: [
"ocaml" {>= "4.06.0"}
"dune"
"dune-configurator"
"base" {build & < "v0.13"}
"stdio" {build & < "v0.13"}
"ctypes" {>= "0.12.0"}
Expand Down
1 change: 1 addition & 0 deletions packages/ahrocksdb/ahrocksdb.0.2.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ bug-reports: "https://github.com/ahrefs/ocaml-ahrocksdb/issues"
depends: [
"ocaml" {>= "4.06.0"}
"dune"
"dune-configurator"
"ctypes" {>= "0.12.0"}
"astring"
"conf-rocksdb"
Expand Down
1 change: 1 addition & 0 deletions packages/ahrocksdb/ahrocksdb.0.2.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ bug-reports: "https://github.com/ahrefs/ocaml-ahrocksdb/issues"
depends: [
"ocaml" {>= "4.06.0"}
"dune"
"dune-configurator"
"ctypes" {>= "0.12.0"}
"astring"
"conf-rocksdb"
Expand Down
1 change: 1 addition & 0 deletions packages/async_ssl/async_ssl.v0.12.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ depends: [
"ctypes"
"ctypes-foreign"
"dune" {>= "1.5.1"}
"dune-configurator"
]
synopsis: "An Async-pipe-based interface with OpenSSL"
description: "
Expand Down
1 change: 1 addition & 0 deletions packages/base/base.v0.12.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ depends: [
"ocaml" {>= "4.04.2" & < "4.08.0"}
"sexplib0" {>= "v0.12" & < "v0.13"}
"dune" {>= "1.5.1"}
"dune-configurator"
]
depopts: [
"base-native-int63"
Expand Down
1 change: 1 addition & 0 deletions packages/base/base.v0.12.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ depends: [
"ocaml" {>= "4.04.2" & < "4.10.0"}
"sexplib0" {>= "v0.12" & < "v0.13"}
"dune" {>= "1.5.1"}
"dune-configurator"
]
depopts: [
"base-native-int63"
Expand Down
1 change: 1 addition & 0 deletions packages/bwrap/bwrap.0.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ run-test: [
depends: [
"ocaml" {>= "4.03"}
"dune"
"dune-configurator"
"cppo" {build}
"base-unix"
"base-bytes"
Expand Down
1 change: 1 addition & 0 deletions packages/cairo2/cairo2.0.6.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ depends: [
"ocaml" {>= "4.02"}
"base-bigarray"
"dune"
"dune-configurator"
"conf-cairo"
]
depopts: [
Expand Down
1 change: 1 addition & 0 deletions packages/cairo2/cairo2.0.6/opam
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ depends: [
"ocaml" {>= "4.02"}
"base-bigarray"
"dune"
"dune-configurator"
"conf-cairo"
]
depopts: [
Expand Down
1 change: 1 addition & 0 deletions packages/containers/containers.2.4.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ doc: "https://c-cube.github.io/ocaml-containers"
bug-reports: "https://github.com/c-cube/ocaml-containers/issues/"
depends: [
"dune"
"dune-configurator"
"result"
"uchar"
"qtest" {with-test}
Expand Down
1 change: 1 addition & 0 deletions packages/containers/containers.2.4/opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ doc: "https://c-cube.github.io/ocaml-containers"
bug-reports: "https://github.com/c-cube/ocaml-containers/issues/"
depends: [
"dune"
"dune-configurator"
"result"
"uchar"
"qtest" {with-test}
Expand Down
1 change: 1 addition & 0 deletions packages/containers/containers.2.5/opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ doc: "https://c-cube.github.io/ocaml-containers"
bug-reports: "https://github.com/c-cube/ocaml-containers/issues/"
depends: [
"dune"
"dune-configurator"
"result"
"uchar"
"qtest" {with-test}
Expand Down
1 change: 1 addition & 0 deletions packages/containers/containers.2.6.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ doc: "https://c-cube.github.io/ocaml-containers"
bug-reports: "https://github.com/c-cube/ocaml-containers/issues/"
depends: [
"dune"
"dune-configurator"
"result"
"uchar"
"qtest" {with-test}
Expand Down
1 change: 1 addition & 0 deletions packages/containers/containers.2.6/opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ doc: "https://c-cube.github.io/ocaml-containers"
bug-reports: "https://github.com/c-cube/ocaml-containers/issues/"
depends: [
"dune"
"dune-configurator"
"result"
"uchar"
"qtest" {with-test}
Expand Down
1 change: 1 addition & 0 deletions packages/crlibm/crlibm.0.3/opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ build: [
depends: [
"ocaml" {>= "4.03"}
"dune"
"dune-configurator"
"base-bytes" {build}
"benchmark" {with-test}
]
Expand Down
1 change: 1 addition & 0 deletions packages/crlibm/crlibm.0.4/opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ build: [
depends: [
"ocaml" {>= "4.03"}
"dune"
"dune-configurator"
"base-bytes" {build}
"benchmark" {with-test}
]
Expand Down
9 changes: 9 additions & 0 deletions packages/dune-configurator/dune-configurator.1.0.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
opam-version: "2.0"
authors: ["Jérémie Dimino"]
homepage: "https://github.com/ocaml/dune"
bug-reports: "https://github.com/ocaml/dune/issues"
maintainer: "Jérémie Dimino"
description: """
dune.configurator library distributed with Dune 1.x
"""
depends: ["dune" {<"2.0.0"}]
1 change: 1 addition & 0 deletions packages/fftw3/fftw3.0.8.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ build: [
depends: [
"ocaml" {>= "4.03.0"}
"dune"
"dune-configurator"
"cppo" {build}
"lacaml" {with-test}
"conf-fftw3"
Expand Down
1 change: 1 addition & 0 deletions packages/fftw3/fftw3.0.8.3/opam
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ build: [
depends: [
"ocaml" {>= "4.03.0"}
"dune" {>= "1.1"}
"dune-configurator"
"cppo" {build}
"lacaml" {with-test & os = "linux"}
"conf-fftw3"
Expand Down
1 change: 1 addition & 0 deletions packages/fiat-p256/fiat-p256.0.1.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ depends: [
"bigarray-compat"
"cstruct" {>= "3.5.0"}
"dune" {>= "1.6.0"}
"dune-configurator"
"hex"
"ppx_deriving_yojson" {with-test}
"ppx_expect"
Expand Down
1 change: 1 addition & 0 deletions packages/fiat-p256/fiat-p256.0.2.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ depends: [
"bigarray-compat"
"cstruct" {>= "3.5.0"}
"dune" {>= "1.6.0"}
"dune-configurator"
"hex"
"ppx_deriving_yojson" {with-test}
"rresult" {with-test}
Expand Down
1 change: 1 addition & 0 deletions packages/freetds/freetds.0.7/opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ build: [
]
depends: [
"dune" {>= "1.4.0"}
"dune-configurator"
"cppo" {build}
"ounit" {with-test & >= "2.0.0"}
"ocaml" {>= "4.06.0"}
Expand Down
1 change: 1 addition & 0 deletions packages/glfw-ocaml/glfw-ocaml.3.2.1-1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ depends: [
"conf-glfw3"
"base-bigarray"
"dune" {>= "1.0"}
"dune-configurator"
"conf-pkg-config" {build}
"ocaml" {>= "4.02.0"}
]
Expand Down
1 change: 1 addition & 0 deletions packages/glfw-ocaml/glfw-ocaml.3.2.1-2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ depends: [
"conf-glfw3"
"base-bigarray"
"dune" {>= "1.0"}
"dune-configurator"
"conf-pkg-config" {build}
"ocaml" {>= "4.02.0"}
]
Expand Down
1 change: 1 addition & 0 deletions packages/gsl/gsl.1.24.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ build: [
depends: [
"ocaml" {>= "4.05"}
"dune" {>= "1.4.0"}
"dune-configurator"
"conf-gsl" {build}
"conf-pkg-config" {build}
"base" {build & < "v0.13"}
Expand Down
1 change: 1 addition & 0 deletions packages/hdf5/hdf5.0.1.5/opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ build: [
depends: [
"cppo"
"dune" {>= "1.1.0"}
"dune-configurator"
"ocaml" {>= "4.04"}
"ppx_inline_test"
"ppx_tools_versioned"
Expand Down
1 change: 1 addition & 0 deletions packages/hidapi/hidapi.1.1.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ build: [ "dune" "build" "-p" name "-j" jobs ]
depends: [
"ocaml" {>= "4.02.0"}
"dune" {>= "1.8.2"}
"dune-configurator"
"conf-hidapi" {build}
"bigstring" {>= "0.2"}
]
Expand Down
1 change: 1 addition & 0 deletions packages/hidapi/hidapi.1.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ build: [ "dune" "build" "-p" name "-j" jobs ]
depends: [
"ocaml" {>= "4.02.0"}
"dune" {>= "1.8.2"}
"dune-configurator"
"conf-hidapi" {build}
"bigstring" {>= "0.2"}
]
Expand Down
1 change: 1 addition & 0 deletions packages/interval_base/interval_base.1.5.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ build: [
depends: [
"ocaml" {>= "4.03"}
"dune"
"dune-configurator"
]
synopsis: "An interval library for OCaml (base package)"
description: "
Expand Down
1 change: 1 addition & 0 deletions packages/interval_base/interval_base.1.5/opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ build: [
depends: [
"ocaml" {>= "4.03"}
"dune"
"dune-configurator"
]
synopsis: "An interval library for OCaml (base package)"
description: "
Expand Down
1 change: 1 addition & 0 deletions packages/interval_crlibm/interval_crlibm.1.5.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ depends: [
"ocaml" {>= "4.03"}
"interval_base" {= version}
"dune"
"dune-configurator"
"crlibm"
]
synopsis: "An interval library for OCaml (crlibm version)"
Expand Down
1 change: 1 addition & 0 deletions packages/interval_crlibm/interval_crlibm.1.5/opam
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ depends: [
"ocaml" {>= "4.03"}
"interval_base" {= version}
"dune"
"dune-configurator"
"crlibm"
]
synopsis: "An interval library for OCaml (crlibm version)"
Expand Down
1 change: 1 addition & 0 deletions packages/io-page/io-page.2.1.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ doc: "https://mirage.github.io/io-page/"
depends: [
"ocaml" {>= "4.02.3"}
"dune" {>= "1.0"}
"dune-configurator"
"cstruct" {>= "2.0.0"}
]
build: [
Expand Down
1 change: 1 addition & 0 deletions packages/io-page/io-page.2.2.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ doc: "https://mirage.github.io/io-page/"
depends: [
"ocaml" {>= "4.02.3"}
"dune" {>= "1.0"}
"dune-configurator"
"cstruct" {>= "2.0.0"}
"bigarray-compat" {>= "1.0.0"}
]
Expand Down
1 change: 1 addition & 0 deletions packages/io-page/io-page.2.3.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ doc: "https://mirage.github.io/io-page/"
depends: [
"ocaml" {>= "4.02.3"}
"dune"
"dune-configurator"
"cstruct" {>= "2.0.0"}
"bigarray-compat"
]
Expand Down
1 change: 1 addition & 0 deletions packages/iter/iter.1.2.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ depends: [
"base-bytes"
"result"
"dune"
"dune-configurator"
"qcheck" {with-test}
"qtest" {with-test}
"mdx" {with-test}
Expand Down
1 change: 1 addition & 0 deletions packages/jst-config/jst-config.v0.12.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ depends: [
"ppx_assert" {>= "v0.12" & < "v0.13"}
"stdio" {>= "v0.12" & < "v0.13"}
"dune" {>= "1.5.1"}
"dune-configurator"
]
depopts: [
"base-native-int63"
Expand Down
1 change: 1 addition & 0 deletions packages/lablgtk3/lablgtk3.3.0.beta4/opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ doc: "https://garrigue.github.io/lablgtk/lablgtk"
depends: [
"ocaml" { >= "4.05.0" }
"dune" { >= "1.4.0" }
"dune-configurator"
"conf-gtk3" { build & >= "18" }
"cairo2" { >= "0.6" }
]
Expand Down
1 change: 1 addition & 0 deletions packages/lablgtk3/lablgtk3.3.0.beta5/opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ depends: [
"dune" { >= "1.4.0"
& != "1.7.0"
& != "1.7.1" } # Due to dune/dune#1833
"dune-configurator"
"conf-gtk3" { build & >= "18" }
"cairo2" { >= "0.6" }
]
Expand Down
1 change: 1 addition & 0 deletions packages/lablgtk3/lablgtk3.3.0.beta6/opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ depends: [
"dune" { >= "1.4.0"
& != "1.7.0"
& != "1.7.1" } # Due to dune/dune#1833
"dune-configurator"
"conf-gtk3" { build & >= "18" }
"cairo2" { >= "0.6" }
]
Expand Down
1 change: 1 addition & 0 deletions packages/lacaml/lacaml.11.0.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ build: [
depends: [
"ocaml" {>= "4.05"}
"dune" {>= "1.4.0"}
"dune-configurator"
"conf-blas" {build}
"conf-lapack" {build}
"base" {build & < "v0.13"}
Expand Down
1 change: 1 addition & 0 deletions packages/lacaml/lacaml.11.0.3/opam
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ build: [
depends: [
"ocaml" {>= "4.05"}
"dune" {>= "1.4.0"}
"dune-configurator"
"conf-blas" {build}
"conf-lapack" {build}
"base" {build & < "v0.13"}
Expand Down
1 change: 1 addition & 0 deletions packages/lacaml/lacaml.11.0.4/opam
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ build: [
depends: [
"ocaml" {>= "4.05"}
"dune" {>= "1.4.0"}
"dune-configurator"
"conf-blas" {build}
"conf-lapack" {build}
"base" {build}
Expand Down
1 change: 1 addition & 0 deletions packages/lbfgs/lbfgs.0.9.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ depends: [
"base-bytes"
"camlp4" {build}
"dune"
"dune-configurator"
"lacaml" {with-test}
]
depexts: [
Expand Down
1 change: 1 addition & 0 deletions packages/lbfgs/lbfgs.0.9.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ depends: [
"base-bytes"
"camlp4" {build}
"dune"
"dune-configurator"
"conf-gfortran" {build}
"lacaml" {with-test}
]
Expand Down
1 change: 1 addition & 0 deletions packages/lbfgs/lbfgs.0.9.3/opam
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ depends: [
"base-bigarray"
"base-bytes"
"dune" {>= "1.1"}
"dune-configurator"
"cppo" {build}
"conf-gfortran" {build}
"lacaml" {with-test}
Expand Down
1 change: 1 addition & 0 deletions packages/links-postgresql/links-postgresql.0.9/opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ build: [
depends: [
"ocaml" {>= "4.06.0"}
"dune" {>= "1.10"}
"dune-configurator"
"postgresql"
"links"
]
Expand Down
1 change: 1 addition & 0 deletions packages/links-sqlite3/links-sqlite3.0.9/opam
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ build: [
depends: [
"ocaml" {>= "4.06.0"}
"dune" {>= "1.10"}
"dune-configurator"
"sqlite3"
"links"
]
Expand Down
1 change: 1 addition & 0 deletions packages/links/links.0.9/opam
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ build: [
depends: [
"ocaml" {>= "4.06.0"}
"dune" {>= "1.10"}
"dune-configurator"
"ppx_deriving"
"ppx_deriving_yojson" {>= "3.3"}
"base64"
Expand Down
Loading