this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

`EndianBytes` exists since ocplib-endian 0.6

authored by

Marcello Seri and committed by
GitHub
79f83a5e e76fee7d

+19 -18
+1 -1
packages/afl-persistent/afl-persistent.1.1/opam
··· 10 10 "--pinned" "%{pinned}%"]] 11 11 depends: [ 12 12 "ocaml" {>= "4.05"} 13 - "topkg" {build & >= "0.7.4"} 13 + "topkg" {build & >= "0.7.6"} 14 14 "base-unix" 15 15 ] 16 16 synopsis: "use afl-fuzz in persistent mode"
+1 -1
packages/cohttp/cohttp.5.0.0/opam
··· 44 44 "fmt" {with-test} 45 45 "jsonm" {build} 46 46 "alcotest" {with-test} 47 - "crowbar" {with-test} 47 + "crowbar" {with-test & >= "0.2"} 48 48 ] 49 49 build: [ 50 50 ["dune" "subst"] {dev}
+1 -1
packages/crowbar/crowbar.0.1/opam
··· 32 32 depends: [ 33 33 "ocaml" {>= "4.03"} 34 34 "jbuilder" {>= "1.0+beta6"} 35 - "ocplib-endian" 35 + "ocplib-endian" {>= "0.6"} 36 36 "cmdliner" {>= "1.0.0" & < "1.1.0"} 37 37 "afl-persistent" {>= "1.1"} 38 38 "calendar" {with-test & >= "2.00"}
+1 -1
packages/crowbar/crowbar.0.2.1/opam
··· 13 13 depends: [ 14 14 "dune" {>= "2.9"} 15 15 "ocaml" {>= "4.08"} 16 - "ocplib-endian" 16 + "ocplib-endian" {>= "0.6"} 17 17 "cmdliner" {>= "1.1.0"} 18 18 "afl-persistent" {>= "1.1"} 19 19 "calendar" {>= "2.00" & with-test}
+1 -1
packages/crowbar/crowbar.0.2/opam
··· 20 20 depends: [ 21 21 "dune" {>= "1.1"} 22 22 "ocaml" {>= "4.08"} 23 - "ocplib-endian" 23 + "ocplib-endian" {> "0.6"} 24 24 "cmdliner" {>= "0.9.8" & < "1.1.0"} 25 25 "afl-persistent" {>= "1.1"} 26 26 "calendar" {with-test & >= "2.00"}
+2 -1
packages/optint/optint.0.0.3/opam
··· 21 21 depends: [ 22 22 "ocaml" {>= "4.07.0"} 23 23 "dune" 24 - "crowbar" {with-test} 24 + "crowbar" {with-test & >= "0.2"} 25 25 "fmt" {with-test} 26 26 ] 27 + available: arch != "arm32" & arch != "x86_32" 27 28 url { 28 29 src: 29 30 "https://github.com/mirage/optint/releases/download/v0.0.3/optint-v0.0.3.tbz"
+2 -2
packages/optint/optint.0.0.4/opam
··· 16 16 """ 17 17 18 18 build: ["dune" "build" "-p" name "-j" jobs] 19 - run-test: [ "dune" "runtest" "-p" name "-j" jobs ] 19 + run-test: [ "dune" "runtest" "-p" name "-j" jobs ] {arch != "arm32" & arch != "x86_32"} 20 20 21 21 depends: [ 22 22 "ocaml" {>= "4.07.0"} 23 23 "dune" 24 - "crowbar" {with-test} 24 + "crowbar" {with-test & >= "0.2"} 25 25 "fmt" {with-test} 26 26 ] 27 27 url {
+1 -1
packages/tezos-stdlib/tezos-stdlib.8.0/opam
··· 16 16 "lwt_log" { with-test } 17 17 "alcotest" { with-test & >= "1.1.0" } 18 18 "alcotest-lwt" { with-test & >= "1.1.0" } 19 - "crowbar" { with-test } 19 + "crowbar" { with-test & >= "0.2" } 20 20 ] 21 21 build: [ 22 22 ["dune" "build" "-p" name "-j" jobs]
+1 -1
packages/tezos-stdlib/tezos-stdlib.8.1/opam
··· 16 16 "lwt_log" { with-test } 17 17 "alcotest" { with-test & >= "1.1.0" } 18 18 "alcotest-lwt" { with-test & >= "1.1.0" } 19 - "crowbar" { with-test } 19 + "crowbar" { with-test & >= "0.2" } 20 20 ] 21 21 build: [ 22 22 ["dune" "build" "-p" name "-j" jobs]
+1 -1
packages/tezos-stdlib/tezos-stdlib.8.2/opam
··· 16 16 "lwt_log" { with-test } 17 17 "alcotest" { with-test & >= "1.1.0" } 18 18 "alcotest-lwt" { with-test & >= "1.1.0" } 19 - "crowbar" { with-test } 19 + "crowbar" { with-test & >= "0.2" } 20 20 ] 21 21 build: [ 22 22 ["dune" "build" "-p" name "-j" jobs]
+1 -1
packages/tezos-stdlib/tezos-stdlib.8.3/opam
··· 16 16 "lwt_log" { with-test } 17 17 "alcotest" { with-test & >= "1.1.0" } 18 18 "alcotest-lwt" { with-test & >= "1.1.0" } 19 - "crowbar" { with-test } 19 + "crowbar" { with-test & >= "0.2" } 20 20 ] 21 21 build: [ 22 22 ["dune" "build" "-p" name "-j" jobs]
+1 -1
packages/tezos-stdlib/tezos-stdlib.9.0/opam
··· 17 17 "lwt_log" { with-test } 18 18 "alcotest" { with-test & >= "1.1.0" } 19 19 "alcotest-lwt" { with-test & >= "1.1.0" } 20 - "crowbar" { with-test } 20 + "crowbar" { with-test & >= "0.2" } 21 21 ] 22 22 build: [ 23 23 ["rm" "-r" "vendors"]
+1 -1
packages/tezos-stdlib/tezos-stdlib.9.1/opam
··· 17 17 "lwt_log" { with-test } 18 18 "alcotest" { with-test & >= "1.1.0" } 19 19 "alcotest-lwt" { with-test & >= "1.1.0" } 20 - "crowbar" { with-test } 20 + "crowbar" { with-test & >= "0.2" } 21 21 ] 22 22 build: [ 23 23 ["rm" "-r" "vendors"]
+1 -1
packages/tezos-stdlib/tezos-stdlib.9.2/opam
··· 17 17 "lwt_log" { with-test } 18 18 "alcotest" { with-test & >= "1.1.0" } 19 19 "alcotest-lwt" { with-test & >= "1.1.0" } 20 - "crowbar" { with-test } 20 + "crowbar" { with-test & >= "0.2" } 21 21 ] 22 22 build: [ 23 23 ["rm" "-r" "vendors"]
+1 -1
packages/tezos-stdlib/tezos-stdlib.9.3/opam
··· 17 17 "lwt_log" { with-test } 18 18 "alcotest" { with-test & >= "1.1.0" } 19 19 "alcotest-lwt" { with-test & >= "1.1.0" } 20 - "crowbar" { with-test } 20 + "crowbar" { with-test & >= "0.2" } 21 21 ] 22 22 build: [ 23 23 ["rm" "-r" "vendors"]
+1 -1
packages/tezos-stdlib/tezos-stdlib.9.4/opam
··· 17 17 "lwt_log" { with-test } 18 18 "alcotest" { with-test & >= "1.1.0" } 19 19 "alcotest-lwt" { with-test & >= "1.1.0" } 20 - "crowbar" { with-test } 20 + "crowbar" { with-test & >= "0.2" } 21 21 ] 22 22 build: [ 23 23 ["rm" "-r" "vendors"]
+1 -1
packages/tezos-stdlib/tezos-stdlib.9.7/opam
··· 17 17 "lwt_log" { with-test } 18 18 "alcotest" { with-test & >= "1.1.0" } 19 19 "alcotest-lwt" { with-test & >= "1.1.0" } 20 - "crowbar" { with-test } 20 + "crowbar" { with-test & >= "0.2" } 21 21 ] 22 22 build: [ 23 23 ["rm" "-r" "vendors"]