this repo has no description

Merge pull request #21344 from Leonidas-from-XIV/minimum-version-crowbar

`EndianBytes` exists since ocplib-endian 0.6

Changed files
+19 -18
packages
afl-persistent
afl-persistent.1.1
cohttp
cohttp.5.0.0
crowbar
crowbar.0.1
crowbar.0.2
crowbar.0.2.1
optint
optint.0.0.3
optint.0.0.4
tezos-stdlib
tezos-stdlib.8.0
tezos-stdlib.8.1
tezos-stdlib.8.2
tezos-stdlib.8.3
tezos-stdlib.9.0
tezos-stdlib.9.1
tezos-stdlib.9.2
tezos-stdlib.9.3
tezos-stdlib.9.4
tezos-stdlib.9.7
+1 -1
packages/afl-persistent/afl-persistent.1.1/opam
···
"--pinned" "%{pinned}%"]]
depends: [
"ocaml" {>= "4.05"}
-
"topkg" {build & >= "0.7.4"}
+
"topkg" {build & >= "0.7.6"}
"base-unix"
]
synopsis: "use afl-fuzz in persistent mode"
+1 -1
packages/cohttp/cohttp.5.0.0/opam
···
"fmt" {with-test}
"jsonm" {build}
"alcotest" {with-test}
-
"crowbar" {with-test}
+
"crowbar" {with-test & >= "0.2"}
]
build: [
["dune" "subst"] {dev}
+1 -1
packages/crowbar/crowbar.0.1/opam
···
depends: [
"ocaml" {>= "4.03"}
"jbuilder" {>= "1.0+beta6"}
-
"ocplib-endian"
+
"ocplib-endian" {>= "0.6"}
"cmdliner" {>= "1.0.0" & < "1.1.0"}
"afl-persistent" {>= "1.1"}
"calendar" {with-test & >= "2.00"}
+1 -1
packages/crowbar/crowbar.0.2.1/opam
···
depends: [
"dune" {>= "2.9"}
"ocaml" {>= "4.08"}
-
"ocplib-endian"
+
"ocplib-endian" {>= "0.6"}
"cmdliner" {>= "1.1.0"}
"afl-persistent" {>= "1.1"}
"calendar" {>= "2.00" & with-test}
+1 -1
packages/crowbar/crowbar.0.2/opam
···
depends: [
"dune" {>= "1.1"}
"ocaml" {>= "4.08"}
-
"ocplib-endian"
+
"ocplib-endian" {> "0.6"}
"cmdliner" {>= "0.9.8" & < "1.1.0"}
"afl-persistent" {>= "1.1"}
"calendar" {with-test & >= "2.00"}
+2 -1
packages/optint/optint.0.0.3/opam
···
depends: [
"ocaml" {>= "4.07.0"}
"dune"
-
"crowbar" {with-test}
+
"crowbar" {with-test & >= "0.2"}
"fmt" {with-test}
]
+
available: arch != "arm32" & arch != "x86_32"
url {
src:
"https://github.com/mirage/optint/releases/download/v0.0.3/optint-v0.0.3.tbz"
+2 -2
packages/optint/optint.0.0.4/opam
···
"""
build: ["dune" "build" "-p" name "-j" jobs]
-
run-test: [ "dune" "runtest" "-p" name "-j" jobs ]
+
run-test: [ "dune" "runtest" "-p" name "-j" jobs ] {arch != "arm32" & arch != "x86_32"}
depends: [
"ocaml" {>= "4.07.0"}
"dune"
-
"crowbar" {with-test}
+
"crowbar" {with-test & >= "0.2"}
"fmt" {with-test}
]
url {
+1 -1
packages/tezos-stdlib/tezos-stdlib.8.0/opam
···
"lwt_log" { with-test }
"alcotest" { with-test & >= "1.1.0" }
"alcotest-lwt" { with-test & >= "1.1.0" }
-
"crowbar" { with-test }
+
"crowbar" { with-test & >= "0.2" }
]
build: [
["dune" "build" "-p" name "-j" jobs]
+1 -1
packages/tezos-stdlib/tezos-stdlib.8.1/opam
···
"lwt_log" { with-test }
"alcotest" { with-test & >= "1.1.0" }
"alcotest-lwt" { with-test & >= "1.1.0" }
-
"crowbar" { with-test }
+
"crowbar" { with-test & >= "0.2" }
]
build: [
["dune" "build" "-p" name "-j" jobs]
+1 -1
packages/tezos-stdlib/tezos-stdlib.8.2/opam
···
"lwt_log" { with-test }
"alcotest" { with-test & >= "1.1.0" }
"alcotest-lwt" { with-test & >= "1.1.0" }
-
"crowbar" { with-test }
+
"crowbar" { with-test & >= "0.2" }
]
build: [
["dune" "build" "-p" name "-j" jobs]
+1 -1
packages/tezos-stdlib/tezos-stdlib.8.3/opam
···
"lwt_log" { with-test }
"alcotest" { with-test & >= "1.1.0" }
"alcotest-lwt" { with-test & >= "1.1.0" }
-
"crowbar" { with-test }
+
"crowbar" { with-test & >= "0.2" }
]
build: [
["dune" "build" "-p" name "-j" jobs]
+1 -1
packages/tezos-stdlib/tezos-stdlib.9.0/opam
···
"lwt_log" { with-test }
"alcotest" { with-test & >= "1.1.0" }
"alcotest-lwt" { with-test & >= "1.1.0" }
-
"crowbar" { with-test }
+
"crowbar" { with-test & >= "0.2" }
]
build: [
["rm" "-r" "vendors"]
+1 -1
packages/tezos-stdlib/tezos-stdlib.9.1/opam
···
"lwt_log" { with-test }
"alcotest" { with-test & >= "1.1.0" }
"alcotest-lwt" { with-test & >= "1.1.0" }
-
"crowbar" { with-test }
+
"crowbar" { with-test & >= "0.2" }
]
build: [
["rm" "-r" "vendors"]
+1 -1
packages/tezos-stdlib/tezos-stdlib.9.2/opam
···
"lwt_log" { with-test }
"alcotest" { with-test & >= "1.1.0" }
"alcotest-lwt" { with-test & >= "1.1.0" }
-
"crowbar" { with-test }
+
"crowbar" { with-test & >= "0.2" }
]
build: [
["rm" "-r" "vendors"]
+1 -1
packages/tezos-stdlib/tezos-stdlib.9.3/opam
···
"lwt_log" { with-test }
"alcotest" { with-test & >= "1.1.0" }
"alcotest-lwt" { with-test & >= "1.1.0" }
-
"crowbar" { with-test }
+
"crowbar" { with-test & >= "0.2" }
]
build: [
["rm" "-r" "vendors"]
+1 -1
packages/tezos-stdlib/tezos-stdlib.9.4/opam
···
"lwt_log" { with-test }
"alcotest" { with-test & >= "1.1.0" }
"alcotest-lwt" { with-test & >= "1.1.0" }
-
"crowbar" { with-test }
+
"crowbar" { with-test & >= "0.2" }
]
build: [
["rm" "-r" "vendors"]
+1 -1
packages/tezos-stdlib/tezos-stdlib.9.7/opam
···
"lwt_log" { with-test }
"alcotest" { with-test & >= "1.1.0" }
"alcotest-lwt" { with-test & >= "1.1.0" }
-
"crowbar" { with-test }
+
"crowbar" { with-test & >= "0.2" }
]
build: [
["rm" "-r" "vendors"]