this repo has no description

Fix most of the wrong dune constraints (according to their own dune-project files)

Kate 50e0680c 7e6a6dcc

Changed files
+28 -27
packages
bentov
bentov.1
bistro
bistro.0.5.0
bnfgen
bnfgen.2.0
conduit
conduit.4.0.0
cosovo
cosovo.3
data-encoding
data-encoding.0.1
dbf
dbf.0.1
faraday
faraday.0.7.1
faraday-async
faraday-async.0.7.1
faraday-lwt
faraday-lwt.0.7.1
faraday-lwt-unix
faraday-lwt-unix.0.7.1
hxd
hxd.0.1.0
jwto
jwto.0.2.0
jwto.0.3.0
key-parsers
key-parsers.1.0.0
libsvm
libsvm.0.10.0
mindstorm
mindstorm.0.8
openQASM
openQASM.0.3.0
owork
owork.0.1.0
pbkdf
pbkdf.1.0.0
phonetic
phonetic.0.1.0
polynomial
polynomial.0.3.0
ppx_show
ppx_show.0.1.0
resto
resto.0.5
salsa20
salsa20.1.0.0
scrypt-kdf
scrypt-kdf.1.0.0
travesty
travesty.0.5.1
+1 -1
packages/bentov/bentov.1/opam
···
doc: "https://barko.github.io/bentov/"
bug-reports: "https://github.com/barko/bentov/issues"
depends: [
-
"dune" {> "1.5"}
"cmdliner" {>= "1.0.4"}
"ocaml" {>= "4.08.0"}
]
···
doc: "https://barko.github.io/bentov/"
bug-reports: "https://github.com/barko/bentov/issues"
depends: [
+
"dune" {>= "2.5"}
"cmdliner" {>= "1.0.4"}
"ocaml" {>= "4.08.0"}
]
+1 -1
packages/bistro/bistro.0.5.0/opam
···
"ocaml" {>= "4.07.0"}
"base64"
"bos"
-
"dune" {> "1.6"}
"core" {>= "0.12.0" & < "v0.13"}
"lwt" {>= "3.2.0"}
"lwt_react"
···
"ocaml" {>= "4.07.0"}
"base64"
"bos"
+
"dune" {>= "1.11"}
"core" {>= "0.12.0" & < "v0.13"}
"lwt" {>= "3.2.0"}
"lwt_react"
+1 -1
packages/bnfgen/bnfgen.2.0/opam
···
]
depends: [
"menhir" {build}
-
"dune" {>= "1.4.0"}
]
url {
src: "https://github.com/dmbaturin/bnfgen/archive/2.0.tar.gz"
···
]
depends: [
"menhir" {build}
+
"dune" {>= "1.9"}
]
url {
src: "https://github.com/dmbaturin/bnfgen/archive/2.0.tar.gz"
+1 -1
packages/conduit/conduit.4.0.0/opam
···
bug-reports: "https://github.com/mirage/ocaml-conduit/issues"
depends: [
"ocaml" {>= "4.03.0"}
-
"dune"
"ppx_sexp_conv" {>="v0.13.0"}
"sexplib"
"astring"
···
bug-reports: "https://github.com/mirage/ocaml-conduit/issues"
depends: [
"ocaml" {>= "4.03.0"}
+
"dune" {>= "2.0"}
"ppx_sexp_conv" {>="v0.13.0"}
"sexplib"
"astring"
+1 -1
packages/cosovo/cosovo.3/opam
···
doc: "https://barko.github.io/cosovo/"
bug-reports: "https://github.com/barko/cosovo/issues"
depends: [
-
"dune" {> "1.5"}
"re" {>= "1.9.0"}
"cmdliner" {>= "1.0.4"}
"menhir" {>= "20200211"}
···
doc: "https://barko.github.io/cosovo/"
bug-reports: "https://github.com/barko/cosovo/issues"
depends: [
+
"dune" {>= "2.5"}
"re" {>= "1.9.0"}
"cmdliner" {>= "1.0.4"}
"menhir" {>= "20200211"}
+1 -1
packages/data-encoding/data-encoding.0.1/opam
···
license: "MIT"
depends: [
"ocaml" { >= "4.07" }
-
"dune" { >= "1.7" }
"lwt"
"ezjsonm"
"zarith"
···
license: "MIT"
depends: [
"ocaml" { >= "4.07" }
+
"dune" { >= "1.11" }
"lwt"
"ezjsonm"
"zarith"
+1
packages/dbf/dbf.0.1/opam
···
bug-reports: "https://github.com/pveber/dbf/issues"
dev-repo: "git+https://github.com/pveber/dbf.git"
depends: [
"cstruct-unix" {>= "4.0.0"}
"ppx_cstruct" {>= "4.0.0"}
"core_kernel" {>= "v0.12.0" & < "v0.14"}
···
bug-reports: "https://github.com/pveber/dbf/issues"
dev-repo: "git+https://github.com/pveber/dbf.git"
depends: [
+
"dune" {>= "1.9"}
"cstruct-unix" {>= "4.0.0"}
"ppx_cstruct" {>= "4.0.0"}
"core_kernel" {>= "v0.12.0" & < "v0.14"}
+1 -1
packages/faraday-async/faraday-async.0.7.1/opam
···
]
depends: [
"ocaml" {>= "4.02.0"}
-
"dune" {>= "1.0"}
"faraday" {>= "0.5.0"}
"async" {>= "v0.9.0" & < "v0.14"}
]
···
]
depends: [
"ocaml" {>= "4.02.0"}
+
"dune" {>= "1.11"}
"faraday" {>= "0.5.0"}
"async" {>= "v0.9.0" & < "v0.14"}
]
+1 -1
packages/faraday-lwt-unix/faraday-lwt-unix.0.7.1/opam
···
]
depends: [
"ocaml" {>= "4.02.0"}
-
"dune" {>= "1.0"}
"faraday-lwt"
"lwt" {>= "2.7.0"}
"base-unix"
···
]
depends: [
"ocaml" {>= "4.02.0"}
+
"dune" {>= "1.11"}
"faraday-lwt"
"lwt" {>= "2.7.0"}
"base-unix"
+1 -1
packages/faraday-lwt/faraday-lwt.0.7.1/opam
···
]
depends: [
"ocaml" {>= "4.02.0"}
-
"dune" {>= "1.0"}
"faraday" {>= "0.5.0"}
"lwt"
]
···
]
depends: [
"ocaml" {>= "4.02.0"}
+
"dune" {>= "1.11"}
"faraday" {>= "0.5.0"}
"lwt"
]
+1 -1
packages/faraday/faraday.0.7.1/opam
···
]
depends: [
"ocaml" {>= "4.02.0"}
-
"dune" {>= "1.0"}
"alcotest" {with-test & >= "0.4.1"}
"bigstringaf"
]
···
]
depends: [
"ocaml" {>= "4.02.0"}
+
"dune" {>= "1.11"}
"alcotest" {with-test & >= "0.4.1"}
"bigstringaf"
]
+1 -1
packages/hxd/hxd.0.1.0/opam
···
depends: [
"ocaml" {>= "4.06.0"}
-
"dune"
"base-bytes"
"base-bigarray"
"base-unix"
···
depends: [
"ocaml" {>= "4.06.0"}
+
"dune" {>= "1.8"}
"base-bytes"
"base-bigarray"
"base-unix"
+1 -1
packages/jwto/jwto.0.2.0/opam
···
depends: [
"ocaml" {>= "4.05"}
-
"dune"
"alcotest" {with-test}
"cryptokit" {>= "1.10"}
"fmt" {>= "0.8"}
···
depends: [
"ocaml" {>= "4.05"}
+
"dune" {>= "1.7"}
"alcotest" {with-test}
"cryptokit" {>= "1.10"}
"fmt" {>= "0.8"}
+1 -2
packages/jwto/jwto.0.3.0/opam
···
depends: [
"ocaml" {>= "4.05"}
-
"dune" {build}
"alcotest" {with-test}
"cryptokit" {>= "1.10"}
"fmt" {>= "0.8"}
···
]
synopsis: "JWT encoding, decoding and verification"
-
description: "JWT encoding, decoding and verification"
url {
src: "https://github.com/sporto/jwto/archive/0.3.0.tar.gz"
checksum: [
···
depends: [
"ocaml" {>= "4.05"}
+
"dune" {>= "1.7"}
"alcotest" {with-test}
"cryptokit" {>= "1.10"}
"fmt" {>= "0.8"}
···
]
synopsis: "JWT encoding, decoding and verification"
url {
src: "https://github.com/sporto/jwto/archive/0.3.0.tar.gz"
checksum: [
+1 -1
packages/key-parsers/key-parsers.1.0.0/opam
···
depends: [
"asn1-combinators" {>= "0.2.0"}
"cstruct" {>= "1.6.0"}
-
"dune" {build}
"hex" {>= "1.0.0"}
"ocaml" {>= "4.04.1"}
"ounit" {with-test & >= "2.0.0"}
···
depends: [
"asn1-combinators" {>= "0.2.0"}
"cstruct" {>= "1.6.0"}
+
"dune" {>= "1.0"}
"hex" {>= "1.0.0"}
"ocaml" {>= "4.04.1"}
"ounit" {with-test & >= "2.0.0"}
+1 -1
packages/libsvm/libsvm.0.10.0/opam
···
"""
depends: [
"base" {< "v0.15"}
-
"dune" {>= "1.7"}
"lacaml"
"ocaml" {>= "4.03.0"}
"stdio" {< "v0.15"}
···
"""
depends: [
"base" {< "v0.15"}
+
"dune" {>= "1.10"}
"lacaml"
"ocaml" {>= "4.03.0"}
"stdio" {< "v0.15"}
+1 -1
packages/mindstorm/mindstorm.0.8/opam
···
]
depends: [
"ocaml" {>= "4.04.1"}
-
"dune"
"dune-configurator"
"cppo" {build}
"base-bytes"
···
]
depends: [
"ocaml" {>= "4.04.1"}
+
"dune" {>= "1.8"}
"dune-configurator"
"cppo" {build}
"base-bytes"
+1 -1
packages/openQASM/openQASM.0.3.0/opam
···
doc: "https://inQWIRE.github.io/openqasm-parser"
bug-reports: "https://github.com/inQWIRE/openqasm-parser/issues"
depends: [
-
"dune" {> "1.5"}
"menhir" {>= "20190626"}
]
build: [
···
doc: "https://inQWIRE.github.io/openqasm-parser"
bug-reports: "https://github.com/inQWIRE/openqasm-parser/issues"
depends: [
+
"dune" {>= "2.0"}
"menhir" {>= "20190626"}
]
build: [
+1 -1
packages/owork/owork.0.1.0/opam
···
description:
"Owork is a productivity timer. It provides a server executable which uses a state machine to start different timers for sessions. There are four states: `idle`, `working`, `short break` and `long break`."
depends: [
-
"dune" {> "1.5"}
"ocaml" {>= "4.04.0"}
"astring" {>= "0.8"}
"cmdliner" {>= "1.0"}
···
description:
"Owork is a productivity timer. It provides a server executable which uses a state machine to start different timers for sessions. There are four states: `idle`, `working`, `short break` and `long break`."
depends: [
+
"dune" {>= "1.10"}
"ocaml" {>= "4.04.0"}
"astring" {>= "0.8"}
"cmdliner" {>= "1.0"}
+1 -1
packages/pbkdf/pbkdf.1.0.0/opam
···
doc: "https://abeaumont.github.io/ocaml-pbkdf/"
depends: [
"ocaml" {>= "4.02.3"}
-
"dune"
"nocrypto" {>= "0.5.4"}
"alcotest" {with-test & >= "0.8.1"}
]
···
doc: "https://abeaumont.github.io/ocaml-pbkdf/"
depends: [
"ocaml" {>= "4.02.3"}
+
"dune" {>= "1.8"}
"nocrypto" {>= "0.5.4"}
"alcotest" {with-test & >= "0.8.1"}
]
+1 -1
packages/phonetic/phonetic.0.1.0/opam
···
depends: [
"benchmark" { with-test }
-
"dune" { >= "1.1.1" }
"ocaml" { >= "4.05" }
"ounit" { with-test }
]
···
depends: [
"benchmark" { with-test }
+
"dune" { >= "1.10" }
"ocaml" { >= "4.05" }
"ounit" { with-test }
]
+2 -2
packages/polynomial/polynomial.0.3.0/opam
···
homepage: "https://gitlab.com/dannywillems/ocaml-polynomial"
bug-reports: "https://gitlab.com/dannywillems/ocaml-polynomial/issues"
depends: [
-
"dune" {>= "2.0"}
"zarith" {>= "1.9.1" & < "2.0.0"}
"ff-sig" {>= "0.5.0" & < "0.6.0"}
"alcotest" {with-test}
···
"md5=7b8c5a85037732fb6e198d4ceb14687b"
"sha512=3d2ddaf35b085f3e95e47811ec36d12c86c5b6989d1794fc3e28cc3096ec42b2af606ec1c8244b578d6a8437419eac1ff2564d3791be7e9eea870fbf9ad13ec9"
]
-
}
···
homepage: "https://gitlab.com/dannywillems/ocaml-polynomial"
bug-reports: "https://gitlab.com/dannywillems/ocaml-polynomial/issues"
depends: [
+
"dune" {>= "2.7"}
"zarith" {>= "1.9.1" & < "2.0.0"}
"ff-sig" {>= "0.5.0" & < "0.6.0"}
"alcotest" {with-test}
···
"md5=7b8c5a85037732fb6e198d4ceb14687b"
"sha512=3d2ddaf35b085f3e95e47811ec36d12c86c5b6989d1794fc3e28cc3096ec42b2af606ec1c8244b578d6a8437419eac1ff2564d3791be7e9eea870fbf9ad13ec9"
]
+
}
+1
packages/ppx_show/ppx_show.0.1.0/opam
···
dev-repo: "git+https://gitlab.inria.fr/tmartine/ppx_show"
synopsis: "OCaml PPX deriver for deriving show based on ppxlib"
depends: [
"ppxlib" {>= "0.8.0" & < "0.9.0"}
"stdcompat" {>= "9"}
]
···
dev-repo: "git+https://gitlab.inria.fr/tmartine/ppx_show"
synopsis: "OCaml PPX deriver for deriving show based on ppxlib"
depends: [
+
"dune" {>= "1.10"}
"ppxlib" {>= "0.8.0" & < "0.9.0"}
"stdcompat" {>= "9"}
]
+1 -1
packages/resto/resto.0.5/opam
···
depends: [
"ocaml" { >= "4.07" }
-
"dune" { >= "1.7" }
"uri" {>= "1.9.0" }
"json-data-encoding" {= "0.8" & with-test }
"json-data-encoding-bson" {= "0.8" & with-test }
···
depends: [
"ocaml" { >= "4.07" }
+
"dune" { >= "1.11" }
"uri" {>= "1.9.0" }
"json-data-encoding" {= "0.8" & with-test }
"json-data-encoding-bson" {= "0.8" & with-test }
+1 -1
packages/salsa20/salsa20.1.0.0/opam
···
doc: "https://abeaumont.github.io/ocaml-salsa20/"
depends: [
"ocaml" {>= "4.02.0"}
-
"dune"
"cstruct" {>= "1.7.0"}
"nocrypto" {>= "0.5.3"}
"salsa20-core" {>= "0.1.0" & < "1.0.0"}
···
doc: "https://abeaumont.github.io/ocaml-salsa20/"
depends: [
"ocaml" {>= "4.02.0"}
+
"dune" {>= "1.8"}
"cstruct" {>= "1.7.0"}
"nocrypto" {>= "0.5.3"}
"salsa20-core" {>= "0.1.0" & < "1.0.0"}
+1 -1
packages/scrypt-kdf/scrypt-kdf.1.0.0/opam
···
doc: "https://abeaumont.github.io/ocaml-scrypt-kdf/"
depends: [
"ocaml" {>= "4.02.3"}
-
"dune"
"cstruct" {>= "1.7.0"}
"nocrypto" {>= "0.5.3"}
"pbkdf" {>= "0.1.0"}
···
doc: "https://abeaumont.github.io/ocaml-scrypt-kdf/"
depends: [
"ocaml" {>= "4.02.3"}
+
"dune" {>= "1.8"}
"cstruct" {>= "1.7.0"}
"nocrypto" {>= "0.5.3"}
"pbkdf" {>= "0.1.0"}
+1 -1
packages/travesty/travesty.0.5.1/opam
···
bug-reports: "https://github.com/MattWindsor91/travesty/issues"
depends: [
"ocaml" {>= "4.07"}
-
"dune"
"ppx_deriving"
"ppx_expect" {< "v0.15"}
"ppx_jane" {< "v0.15"}
···
bug-reports: "https://github.com/MattWindsor91/travesty/issues"
depends: [
"ocaml" {>= "4.07"}
+
"dune" {>= "1.8"}
"ppx_deriving"
"ppx_expect" {< "v0.15"}
"ppx_jane" {< "v0.15"}