this repo has no description

Merge pull request #18733 from kit-ty-kate/various-fixes

Various fixes (lower-bounds checker edition, round 4)

Kate c73fc227 113e97dc

Changed files
+106 -97
packages
bentov
bentov.1
bistro
bistro.0.5.0
bnfgen
bnfgen.2.0
bnfgen.3.0.0
conduit
conduit.4.0.0
cosovo
cosovo.3
data-encoding
data-encoding.0.1
data-encoding.0.1.1
data-encoding.0.2
data-encoding.0.3
datakit-client
datakit-client.1.0.0
datakit-server
datakit-server.1.0.0
datakit-server-9p
datakit-server-9p.1.0.0
dbf
dbf.0.1
dotenv
dotenv.0.0.1
emile
emile.1.0
emile.1.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
hpack
hpack.0.1.0
hpack.0.2.0
hxd
hxd.0.1.0
jwto
jwto.0.2.0
jwto.0.3.0
key-parsers
key-parsers.0.10.0
key-parsers.0.10.1
key-parsers.1.0.0
key-parsers.1.0.1
libsvm
libsvm.0.10.0
lwt-canceler
lwt-canceler.0.2
lwt_log
lwt_log.1.0.0
mindstorm
mindstorm.0.8
mirage-entropy
mirage-entropy.0.5.1
nsq
nsq.0.4.0
nsq.0.5.0
nsq.0.5.1
nsq.0.5.2
nsq.0.5.3
openQASM
openQASM.0.3.0
owl-base
owl-base.0.6.0
owl-ode
owl-ode.0.0.9
owl-plplot
owl-plplot.0.6.0
owork
owork.0.1.0
pbkdf
pbkdf.1.0.0
pecu
pecu.0.1
pecu.0.2
pecu.0.3
pecu.0.4
pecu.0.5
phonetic
phonetic.0.1.0
polynomial
polynomial.0.3.0
ppx-owl-opt
ppx-owl-opt.0.0.1
ppx_deriving_yojson
ppx_deriving_yojson.3.3
ppx_deriving_yojson.3.4
ppx_deriving_yojson.3.5
ppx_deriving_yojson.3.5.1
ppx_deriving_yojson.3.5.2
ppx_show
ppx_show.0.1.0
ppx_string_interpolation
ppx_string_interpolation.1.0.0
resto
resto.0.2
resto.0.3
resto.0.4
resto.0.5
salsa20
salsa20.1.0.0
scrypt-kdf
scrypt-kdf.1.0.0
tezos-stdlib
tezos-stdlib.7.0
tezos-stdlib.7.1
tezos-stdlib.7.2
tezos-stdlib.7.3
tezos-stdlib.7.4
tezos-stdlib.8.0
tezos-stdlib.8.1
tezos-stdlib.8.2
tezos-stdlib.8.3
tezos-stdlib.9.0
tezos-stdlib.9.1
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"}
+
"dune" {>= "2.5"}
"cmdliner" {>= "1.0.4"}
"ocaml" {>= "4.08.0"}
]
+5 -4
packages/bistro/bistro.0.5.0/opam
···
bug-reports: "https://github.com/pveber/bistro/issues"
depends: [
"ocaml" {>= "4.07.0"}
-
"base64"
+
"base64" {>= "3.0.0"}
"bos"
-
"dune" {> "1.6"}
-
"core" {>= "0.12.0" & < "v0.13"}
+
"dune" {>= "1.11"}
+
"core" {>= "v0.12.0" & < "v0.13"}
"lwt" {>= "3.2.0"}
"lwt_react"
"ocamlgraph" {>= "1.8.7"}
"ppx_sexp_conv" {< "v0.13"}
"rresult"
"sexplib" {>= "113.24.00" & < "v0.13"}
-
"tyxml" {>= "4.0"}
+
"tyxml" {>= "4.3"}
+
"re" {>= "1.7.2"}
]
build: [
["dune" "subst"] {dev}
+2 -2
packages/bnfgen/bnfgen.2.0/opam
···
["dune" "build" "-p" name]
]
depends: [
-
"menhir" {build}
-
"dune" {>= "1.4.0"}
+
"menhir" {build & >= "20180523"}
+
"dune" {>= "1.9"}
]
url {
src: "https://github.com/dmbaturin/bnfgen/archive/2.0.tar.gz"
+1 -1
packages/bnfgen/bnfgen.3.0.0/opam
···
bug-reports: "https://github.com/dmbaturin/bnfgen/issues"
depends: [
"ocaml" {>= "4.08"}
-
"menhir"
+
"menhir" {>= "20180523"}
"dune" {>= "1.9.0"}
]
build: [
+1 -1
packages/conduit/conduit.4.0.0/opam
···
bug-reports: "https://github.com/mirage/ocaml-conduit/issues"
depends: [
"ocaml" {>= "4.03.0"}
-
"dune"
+
"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"}
+
"dune" {>= "2.5"}
"re" {>= "1.9.0"}
"cmdliner" {>= "1.0.4"}
"menhir" {>= "20200211"}
+3 -2
packages/data-encoding/data-encoding.0.1.1/opam
···
license: "MIT"
depends: [
"ocaml" { >= "4.07" }
-
"dune" { >= "1.7" }
+
"dune" { >= "1.11" }
"ezjsonm"
-
"zarith"
+
"zarith" {>= "1.4"}
+
"hex" {>= "1.3.0"}
"ocplib-json-typed" { >= "0.7" }
"ocplib-json-typed-bson" { >= "0.7" }
"alcotest" { with-test }
+3 -2
packages/data-encoding/data-encoding.0.1/opam
···
license: "MIT"
depends: [
"ocaml" { >= "4.07" }
-
"dune" { >= "1.7" }
+
"dune" { >= "1.11" }
"lwt"
"ezjsonm"
-
"zarith"
+
"zarith" {>= "1.4"}
+
"hex" {>= "1.3.0"}
"ocplib-json-typed" { >= "0.7" }
"ocplib-json-typed-bson" { >= "0.7" }
"alcotest" { with-test }
+2 -1
packages/data-encoding/data-encoding.0.2/opam
···
"ocaml" { >= "4.07" }
"dune" { >= "1.7" }
"ezjsonm"
-
"zarith"
+
"zarith" {>= "1.4"}
+
"hex" {>= "1.3.0"}
"json-data-encoding" { = "0.8" }
"json-data-encoding-bson" { = "0.8" }
"alcotest" { with-test }
+2 -1
packages/data-encoding/data-encoding.0.3/opam
···
"ocaml" { >= "4.08" }
"dune" { >= "1.11" }
"ezjsonm"
-
"zarith"
+
"zarith" {>= "1.4"}
+
"hex" {>= "1.3.0"}
"json-data-encoding" { = "0.9.1" }
"json-data-encoding-bson" { = "0.9.1" }
"alcotest" { with-test }
+2 -2
packages/datakit-client/datakit-client.1.0.0/opam
···
bug-reports: "https://github.com/moby/datakit/issues"
depends: [
"ocaml"
-
"dune"
+
"dune" {>= "1.7"}
"astring"
"result" {< "1.5"}
"fmt"
-
"lwt"
+
"lwt" {>= "2.6.0"}
"cstruct" {> "2.2.0"}
]
build: ["dune" "build" "-p" name "-j" jobs]
+1 -1
packages/datakit-server-9p/datakit-server-9p.1.0.0/opam
···
bug-reports: "https://github.com/moby/datakit/issues"
depends: [
"ocaml"
-
"dune"
+
"dune" {>= "1.7"}
"datakit-server" {>= "0.12.0"}
"mirage-flow-lwt"
"protocol-9p" {>= "0.11.0"}
+1 -1
packages/datakit-server/datakit-server.1.0.0/opam
···
bug-reports: "https://github.com/moby/datakit/issues"
depends: [
"ocaml"
-
"dune"
+
"dune" {>= "1.7"}
"astring"
"logs"
"rresult"
+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: [
+
"dune" {>= "1.9"}
"cstruct-unix" {>= "4.0.0"}
"ppx_cstruct" {>= "4.0.0"}
"core_kernel" {>= "v0.12.0" & < "v0.14"}
+1 -1
packages/dotenv/dotenv.0.0.1/opam
···
"base" {< "v0.15"}
"stdio" {< "v0.15"}
"uutf"
-
"dune" {>= "1.1"}
+
"dune" {>= "1.7"}
]
synopsis: "Javascript's dotenv port to ocaml"
description: """
+2 -1
packages/emile/emile.1.0/opam
···
"angstrom" {>= "0.14.0"}
"ipaddr" {>= "2.7.0"}
"base64" {>= "3.0.0"}
-
"pecu"
+
"pecu" {>= "0.3"}
+
"bigstringaf" {>= "0.2.0"}
"uutf"
"alcotest" {with-test}
]
+2 -1
packages/emile/emile.1.1/opam
···
"angstrom" {>= "0.14.0"}
"ipaddr" {>= "2.7.0"}
"base64" {>= "3.0.0"}
-
"pecu"
+
"pecu" {>= "0.3"}
+
"bigstringaf" {>= "0.2.0"}
"uutf"
"alcotest" {with-test}
]
+1 -1
packages/faraday-async/faraday-async.0.7.1/opam
···
]
depends: [
"ocaml" {>= "4.02.0"}
-
"dune" {>= "1.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"}
+
"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"}
+
"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"}
+
"dune" {>= "1.11"}
"alcotest" {with-test & >= "0.4.1"}
"bigstringaf"
]
+2 -2
packages/hpack/hpack.0.1.0/opam
···
doc: "https://anmonteiro.github.io/ocaml-h2/"
depends: [
"ocaml" {>= "4.04"}
-
"dune"
+
"dune" {>= "1.7"}
"yojson" {with-test}
"hex" {with-test}
-
"angstrom"
+
"angstrom" {>= "0.2.0"}
"faraday"
]
build: [
+2 -2
packages/hpack/hpack.0.2.0/opam
···
doc: "https://anmonteiro.github.io/ocaml-h2/"
depends: [
"ocaml" {>= "4.04"}
-
"dune"
+
"dune" {>= "1.7"}
"yojson" {with-test}
"hex" {with-test}
-
"angstrom"
+
"angstrom" {>= "0.2.0"}
"faraday"
]
build: [
+1 -1
packages/hxd/hxd.0.1.0/opam
···
depends: [
"ocaml" {>= "4.06.0"}
-
"dune"
+
"dune" {>= "1.8"}
"base-bytes"
"base-bigarray"
"base-unix"
+1 -1
packages/jwto/jwto.0.2.0/opam
···
depends: [
"ocaml" {>= "4.05"}
-
"dune"
+
"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}
+
"dune" {>= "1.7"}
"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: [
+2 -2
packages/key-parsers/key-parsers.0.10.0/opam
···
depends: [
"ocaml" {>= "4.04.1" & < "4.07.0"}
"dune"
-
"ppx_deriving" {>= "4.0" & < "5.0"}
-
"ppx_deriving_yojson" {>= "3.0" & < "4.0"}
+
"ppx_deriving" {>= "4.2" & < "5.0"}
+
"ppx_deriving_yojson" {>= "3.2" & < "4.0"}
"ounit" {with-test & >= "2.0.0"}
"hex" {>= "1.0.0"}
"asn1-combinators" {>= "0.2.0"}
+2 -2
packages/key-parsers/key-parsers.0.10.1/opam
···
"ocaml" {>= "4.04.1"}
"ounit" {with-test & >= "2.0.0"}
"ppx_bin_prot" {< "v0.15"}
-
"ppx_deriving" {>= "4.0"}
-
"ppx_deriving_yojson" {>= "3.0"}
+
"ppx_deriving" {>= "4.2"}
+
"ppx_deriving_yojson" {>= "3.2"}
"result" {>= "1.2"}
"zarith" {>= "1.4.1"}
]
+2 -2
packages/key-parsers/key-parsers.1.0.0/opam
···
depends: [
"asn1-combinators" {>= "0.2.0"}
"cstruct" {>= "1.6.0"}
-
"dune" {build}
+
"dune" {>= "1.0"}
"hex" {>= "1.0.0"}
"ocaml" {>= "4.04.1"}
"ounit" {with-test & >= "2.0.0"}
-
"ppx_deriving" {>= "4.0"}
+
"ppx_deriving" {>= "4.2"}
"result" {>= "1.2"}
"zarith" {>= "1.4.1"}
]
+1 -1
packages/key-parsers/key-parsers.1.0.1/opam
···
"hex" {>= "1.0.0"}
"ocaml" {>= "4.04.1"}
"ounit" {with-test & >= "2.0.0"}
-
"ppx_deriving" {>= "4.0"}
+
"ppx_deriving" {>= "4.2"}
"result" {>= "1.2"}
"zarith" {>= "1.4.1"}
]
+2 -2
packages/libsvm/libsvm.0.10.0/opam
···
"""
depends: [
"base" {< "v0.15"}
-
"dune" {>= "1.7"}
-
"lacaml"
+
"dune" {>= "1.10"}
+
"lacaml" {>= "10.0.0"}
"ocaml" {>= "4.03.0"}
"stdio" {< "v0.15"}
"core_kernel" {with-test & < "v0.15"}
+1 -1
packages/lwt-canceler/lwt-canceler.0.2/opam
···
license: "MIT"
depends: [
"ocaml"
-
"dune" { >= "1.7" }
+
"dune" { >= "1.11" }
"lwt" { >= "3.0.0" }
]
build: [
+1 -1
packages/lwt_log/lwt_log.1.0.0/opam
···
depends: [
"ocaml"
-
"jbuilder"
+
"jbuilder" {>= "1.0+beta14"}
"lwt" {< "4.0.0"}
]
build: [
+1 -1
packages/mindstorm/mindstorm.0.8/opam
···
]
depends: [
"ocaml" {>= "4.04.1"}
-
"dune"
+
"dune" {>= "1.8"}
"dune-configurator"
"cppo" {build}
"base-bytes"
+1 -1
packages/mirage-entropy/mirage-entropy.0.5.1/opam
···
]
depends: [
"conf-pkg-config" {build}
-
"dune" {>= "1.3.0"}
+
"dune" {>= "1.7.0"}
"ocaml" {>= "4.07.0"}
"cstruct" {>= "4.0.0"}
"mirage-runtime" {>= "3.7.0"}
+1 -1
packages/nsq/nsq.0.4.0/opam
···
"cohttp-lwt-unix"
"yojson"
"ocaml-migrate-parsetree" {< "2.0.0"}
-
"ppx_deriving_yojson"
+
"ppx_deriving_yojson" {>= "3.2"}
"ppx_sexp_conv" {< "v0.15"}
"ppx_expect" {< "v0.15"}
"ppx_compare" {< "v0.15"}
+2 -2
packages/nsq/nsq.0.5.0/opam
···
synopsis: "A client library for the NSQ messaging platform"
depends: [
"ocaml" {>= "4.04.0"}
-
"dune"
+
"dune" {>= "1.7"}
"base" {< "v0.15"}
"stdio" {< "v0.15"}
"lwt" {>= "3.2.0"}
···
"cohttp-lwt-unix"
"yojson"
"ocaml-migrate-parsetree" {< "2.0.0"}
-
"ppx_deriving_yojson"
+
"ppx_deriving_yojson" {>= "3.2"}
"ppx_sexp_conv" {< "v0.15"}
"ppx_expect" {< "v0.15"}
"ppx_compare" {< "v0.15"}
+2 -2
packages/nsq/nsq.0.5.1/opam
···
synopsis: "A client library for the NSQ messaging platform"
depends: [
"ocaml" {>= "4.04.0"}
-
"dune"
+
"dune" {>= "1.7"}
"base" {< "v0.15"}
"stdio" {< "v0.15"}
"lwt" {>= "3.2.0"}
···
"cohttp-lwt-unix"
"yojson"
"ocaml-migrate-parsetree" {< "2.0.0"}
-
"ppx_deriving_yojson"
+
"ppx_deriving_yojson" {>= "3.2"}
"ppx_sexp_conv" {< "v0.15"}
"ppx_expect" {< "v0.15"}
"ppx_compare" {< "v0.15"}
+2 -2
packages/nsq/nsq.0.5.2/opam
···
"cohttp-lwt-unix"
"yojson"
"ocaml-migrate-parsetree"
-
"ppx_deriving_yojson"
+
"ppx_deriving_yojson" {>= "3.2"}
"ppx_jane"
"logs"
-
"hex"
+
"hex" {>= "1.3.0"}
]
url {
src: "https://github.com/ryanslade/nsq-ocaml/archive/0.5.2.tar.gz"
+3 -3
packages/nsq/nsq.0.5.3/opam
···
"cohttp-lwt-unix"
"yojson"
"ocaml-migrate-parsetree"
-
"ppx_deriving_yojson"
-
"ppx_jane"
+
"ppx_deriving_yojson" {>= "3.2"}
+
"ppx_jane" {>= "v0.12"}
"logs"
-
"hex"
+
"hex" {>= "1.3.0"}
]
url {
src: "https://github.com/ryanslade/nsq-ocaml/archive/0.5.3.tar.gz"
+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"}
+
"dune" {>= "2.0"}
"menhir" {>= "20190626"}
]
build: [
+1 -1
packages/owl-base/owl-base.0.6.0/opam
···
depends: [
"ocaml" {>= "4.06.0"}
"base-bigarray"
-
"dune"
+
"dune" {>= "1.7"}
"dune-configurator"
]
url {
+1 -1
packages/owl-ode/owl-ode.0.0.9/opam
···
]
depends: [
"ocaml" {>= "4.06.0"}
-
"dune" {>= "1.1.0"}
+
"dune" {>= "1.7"}
"owl" {>= "0.5.0" & < "0.6.0"}
]
synopsis: "Owl's ODE solvers"
+1 -1
packages/owl-plplot/owl-plplot.0.6.0/opam
···
depends: [
"ocaml" {>= "4.06.0"}
-
"dune"
+
"dune" {>= "1.7"}
"owl" {>= "0.5.0"}
"plplot"
]
+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"}
+
"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"
+
"dune" {>= "1.8"}
"nocrypto" {>= "0.5.4"}
"alcotest" {with-test & >= "0.8.1"}
]
+1 -1
packages/pecu/pecu.0.1/opam
···
depends: [
"ocaml" {>= "4.03.0"}
-
"jbuilder"
+
"jbuilder" {>= "1.0+beta7"}
"fmt"
"uutf"
"rresult"
+1 -1
packages/pecu/pecu.0.2/opam
···
depends: [
"ocaml" {>= "4.03.0"}
-
"dune"
+
"dune" {>= "1.4"}
"fmt"
"rresult"
"cmdliner"
+1 -1
packages/pecu/pecu.0.3/opam
···
depends: [
"ocaml" {>= "4.03.0"}
-
"dune"
+
"dune" {>= "1.4"}
"fmt"
"rresult"
"cmdliner"
+1 -1
packages/pecu/pecu.0.4/opam
···
depends: [
"ocaml" {>= "4.03.0"}
-
"dune"
+
"dune" {>= "1.4"}
"fmt" {with-test}
"alcotest" {with-test}
]
+1 -1
packages/pecu/pecu.0.5/opam
···
depends: [
"ocaml" {>= "4.03.0"}
-
"dune"
+
"dune" {>= "1.4"}
"fmt" {with-test}
"alcotest" {with-test}
]
+1 -1
packages/phonetic/phonetic.0.1.0/opam
···
depends: [
"benchmark" { with-test }
-
"dune" { >= "1.1.1" }
+
"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"}
+
"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 -1
packages/ppx-owl-opt/ppx-owl-opt.0.0.1/opam
···
]
depends: [
"ocaml" {>= "4.06.0"}
-
"dune" {>= "1.5.0"}
+
"dune" {>= "1.7"}
"ppxlib"
"base"
]
+1 -1
packages/ppx_deriving_yojson/ppx_deriving_yojson.3.3/opam
···
"ocaml" {>= "4.04.0" & < "4.08.0"}
"yojson" {< "1.6.0"}
"result"
-
"ppx_deriving" {>= "4.0" & < "5.0"}
+
"ppx_deriving" {>= "4.2" & < "5.0"}
"ppx_tools" {build}
"ppxfind" {build}
"dune" {>= "1.2"}
+1 -1
packages/ppx_deriving_yojson/ppx_deriving_yojson.3.4/opam
···
"ocaml" {>= "4.04.0" & < "4.08.0"}
"yojson" {>= "1.6.0"}
"result"
-
"ppx_deriving" {>= "4.0" & < "5.0"}
+
"ppx_deriving" {>= "4.2" & < "5.0"}
"ppx_tools" {build}
"ppxfind" {build}
"dune" {>= "1.2"}
+1 -1
packages/ppx_deriving_yojson/ppx_deriving_yojson.3.5.1/opam
···
"ocaml" {>= "4.04.0" & < "4.10.0"}
"yojson" {>= "1.6.0" & < "2.0.0"}
"result"
-
"ppx_deriving" {>= "4.0" & < "5.0"}
+
"ppx_deriving" {>= "4.2" & < "5.0"}
"ppx_tools" {build}
"ppxfind" {build}
"dune" {>= "1.2"}
+1 -1
packages/ppx_deriving_yojson/ppx_deriving_yojson.3.5.2/opam
···
"ocaml" {>= "4.04.0" & < "4.11.0"}
"yojson" {>= "1.6.0" & < "2.0.0"}
"result"
-
"ppx_deriving" {>= "4.0" & < "5.0"}
+
"ppx_deriving" {>= "4.2" & < "5.0"}
"ppx_tools" {build}
"ppxfind" {build}
"dune" {>= "1.2"}
+1 -1
packages/ppx_deriving_yojson/ppx_deriving_yojson.3.5/opam
···
"ocaml" {>= "4.04.0" & < "4.09.0"}
"yojson" {>= "1.6.0" & < "2.0.0"}
"result"
-
"ppx_deriving" {>= "4.0" & < "5.0"}
+
"ppx_deriving" {>= "4.2" & < "5.0"}
"ppx_tools" {build}
"ppxfind" {build}
"dune" {>= "1.2"}
+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: [
+
"dune" {>= "1.10"}
"ppxlib" {>= "0.8.0" & < "0.9.0"}
"stdcompat" {>= "9"}
]
+1 -1
packages/ppx_string_interpolation/ppx_string_interpolation.1.0.0/opam
···
]
depends: [
-
"dune" {>= "1.5"}
+
"dune" {>= "1.7"}
"ocaml" {>= "4.04.1"}
"ppxlib"
"sedlex" {>= "1.99.4" & < "2.3"}
+1 -1
packages/resto/resto.0.2/opam
···
depends: [
"ocaml" { >= "4.07" }
-
"dune" { >= "1.7" }
+
"dune" { >= "1.11" }
"uri" {>= "1.9.0" }
"ocplib-json-typed" {with-test}
"ocplib-json-typed-bson" {with-test}
+1 -1
packages/resto/resto.0.3/opam
···
depends: [
"ocaml" { >= "4.07" }
-
"dune" { >= "1.7" }
+
"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/resto/resto.0.4/opam
···
depends: [
"ocaml" { >= "4.07" }
-
"dune" { >= "1.7" }
+
"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/resto/resto.0.5/opam
···
depends: [
"ocaml" { >= "4.07" }
-
"dune" { >= "1.7" }
+
"dune" { >= "1.11" }
"uri" {>= "1.9.0" }
"json-data-encoding" {= "0.8" & with-test }
"json-data-encoding-bson" {= "0.8" & with-test }
+2 -1
packages/salsa20/salsa20.1.0.0/opam
···
doc: "https://abeaumont.github.io/ocaml-salsa20/"
depends: [
"ocaml" {>= "4.02.0"}
-
"dune"
+
"dune" {>= "1.8"}
"cstruct" {>= "1.7.0"}
"nocrypto" {>= "0.5.3"}
"salsa20-core" {>= "0.1.0" & < "1.0.0"}
+
"solsa20-core" {with-test & >= "0.3.0"}
"alcotest" {with-test}
]
build: [
+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"
+
"dune" {>= "1.8"}
"cstruct" {>= "1.7.0"}
"nocrypto" {>= "0.5.3"}
"pbkdf" {>= "0.1.0"}
+1 -1
packages/tezos-stdlib/tezos-stdlib.7.0/opam
···
"tezos-tooling" { with-test & = version }
"dune" { >= "1.11" }
"ocaml" { >= "4.08.0" }
-
"hex"
+
"hex" {>= "1.3.0"}
"lwt"
"zarith"
"bigstring" { with-test }
+1 -1
packages/tezos-stdlib/tezos-stdlib.7.1/opam
···
"tezos-tooling" { with-test & = version }
"dune" { >= "1.11" }
"ocaml" { >= "4.08.0" }
-
"hex"
+
"hex" {>= "1.3.0"}
"lwt"
"zarith"
"bigstring" { with-test }
+1 -1
packages/tezos-stdlib/tezos-stdlib.7.2/opam
···
"tezos-tooling" { with-test & = version }
"dune" { >= "1.11" }
"ocaml" { >= "4.08.0" }
-
"hex"
+
"hex" {>= "1.3.0"}
"lwt"
"zarith"
"bigstring" { with-test }
+1 -1
packages/tezos-stdlib/tezos-stdlib.7.3/opam
···
"tezos-tooling" { with-test & = version }
"dune" { >= "1.11" }
"ocaml" { >= "4.08.0" }
-
"hex"
+
"hex" {>= "1.3.0"}
"lwt"
"zarith"
"bigstring" { with-test }
+1 -1
packages/tezos-stdlib/tezos-stdlib.7.4/opam
···
"tezos-tooling" { with-test & = version }
"dune" { >= "1.11" }
"ocaml" { >= "4.08.0" }
-
"hex"
+
"hex" {>= "1.3.0"}
"lwt"
"zarith"
"bigstring" { with-test }
+1 -1
packages/tezos-stdlib/tezos-stdlib.8.0/opam
···
dev-repo: "git+https://gitlab.com/tezos/tezos.git"
license: "MIT"
depends: [
-
"dune" { >= "2.0" }
+
"dune" { >= "2.5" }
"ocaml" { >= "4.8.0" }
"hex"
"lwt"
+1 -1
packages/tezos-stdlib/tezos-stdlib.8.1/opam
···
dev-repo: "git+https://gitlab.com/tezos/tezos.git"
license: "MIT"
depends: [
-
"dune" { >= "2.0" }
+
"dune" { >= "2.5" }
"ocaml" { >= "4.8.0" }
"hex"
"lwt"
+1 -1
packages/tezos-stdlib/tezos-stdlib.8.2/opam
···
dev-repo: "git+https://gitlab.com/tezos/tezos.git"
license: "MIT"
depends: [
-
"dune" { >= "2.0" }
+
"dune" { >= "2.5" }
"ocaml" { >= "4.8.0" }
"hex"
"lwt"
+1 -1
packages/tezos-stdlib/tezos-stdlib.8.3/opam
···
dev-repo: "git+https://gitlab.com/tezos/tezos.git"
license: "MIT"
depends: [
-
"dune" { >= "2.0" }
+
"dune" { >= "2.5" }
"ocaml" { >= "4.8.0" }
"hex"
"lwt"
+1 -1
packages/tezos-stdlib/tezos-stdlib.9.0/opam
···
dev-repo: "git+https://gitlab.com/tezos/tezos.git"
license: "MIT"
depends: [
-
"dune" { >= "2.0" }
+
"dune" { >= "2.5" }
"ocaml" { >= "4.8.0" }
"hex"
"lwt" { >= "4.0.0" }
+1 -1
packages/tezos-stdlib/tezos-stdlib.9.1/opam
···
dev-repo: "git+https://gitlab.com/tezos/tezos.git"
license: "MIT"
depends: [
-
"dune" { >= "2.0" }
+
"dune" { >= "2.5" }
"ocaml" { >= "4.8.0" }
"hex"
"lwt" { >= "4.0.0" }
+1 -1
packages/travesty/travesty.0.5.1/opam
···
bug-reports: "https://github.com/MattWindsor91/travesty/issues"
depends: [
"ocaml" {>= "4.07"}
-
"dune"
+
"dune" {>= "1.8"}
"ppx_deriving"
"ppx_expect" {< "v0.15"}
"ppx_jane" {< "v0.15"}