this repo has no description

Fix alcotest dependencies of Caqti packages since 1.7.0.

Changed files
+16 -10
packages
caqti
caqti.1.7.0
caqti.1.8.0
caqti-async
caqti-async.1.7.0
caqti-async.1.8.0
caqti-driver-mariadb
caqti-driver-mariadb.1.7.0
caqti-driver-mariadb.1.8.0
caqti-driver-postgresql
caqti-driver-postgresql.1.7.0
caqti-driver-postgresql.1.8.0
caqti-driver-sqlite3
caqti-driver-sqlite3.1.7.0
caqti-driver-sqlite3.1.8.0
caqti-lwt
caqti-lwt.1.7.0
caqti-lwt.1.8.0
+2 -2
packages/caqti-async/caqti-async.1.7.0/opam
···
doc: "https://paurkedal.github.io/ocaml-caqti/index.html"
bug-reports: "https://github.com/paurkedal/ocaml-caqti/issues"
depends: [
-
"alcotest" {>= "1.5.0"}
-
"alcotest-async" {>= "1.5.0"}
"async_kernel" {>= "v0.11.0"}
"async_unix" {>= "v0.11.0"}
"caqti" {>= "1.7.0" & < "1.8.0~"}
···
doc: "https://paurkedal.github.io/ocaml-caqti/index.html"
bug-reports: "https://github.com/paurkedal/ocaml-caqti/issues"
depends: [
+
"alcotest" {with-test & >= "1.5.0"}
+
"alcotest-async" {with-test & >= "1.5.0"}
"async_kernel" {>= "v0.11.0"}
"async_unix" {>= "v0.11.0"}
"caqti" {>= "1.7.0" & < "1.8.0~"}
+2 -2
packages/caqti-async/caqti-async.1.8.0/opam
···
doc: "https://paurkedal.github.io/ocaml-caqti/index.html"
bug-reports: "https://github.com/paurkedal/ocaml-caqti/issues"
depends: [
-
"alcotest" {>= "1.5.0"}
-
"alcotest-async" {>= "1.5.0"}
"async_kernel" {>= "v0.11.0"}
"async_unix" {>= "v0.11.0"}
"caqti" {>= "1.8.0" & < "1.9.0~"}
···
doc: "https://paurkedal.github.io/ocaml-caqti/index.html"
bug-reports: "https://github.com/paurkedal/ocaml-caqti/issues"
depends: [
+
"alcotest" {with-test & >= "1.5.0"}
+
"alcotest-async" {with-test & >= "1.5.0"}
"async_kernel" {>= "v0.11.0"}
"async_unix" {>= "v0.11.0"}
"caqti" {>= "1.8.0" & < "1.9.0~"}
+1
packages/caqti-driver-mariadb/caqti-driver-mariadb.1.7.0/opam
···
doc: "https://paurkedal.github.io/ocaml-caqti/index.html"
bug-reports: "https://github.com/paurkedal/ocaml-caqti/issues"
depends: [
"ocaml"
"caqti" {>= "1.7.0" & < "1.8.0~"}
"dune" {>= "2.0"}
···
doc: "https://paurkedal.github.io/ocaml-caqti/index.html"
bug-reports: "https://github.com/paurkedal/ocaml-caqti/issues"
depends: [
+
"alcotest" {with-test & >= "1.5.0"}
"ocaml"
"caqti" {>= "1.7.0" & < "1.8.0~"}
"dune" {>= "2.0"}
+1
packages/caqti-driver-mariadb/caqti-driver-mariadb.1.8.0/opam
···
doc: "https://paurkedal.github.io/ocaml-caqti/index.html"
bug-reports: "https://github.com/paurkedal/ocaml-caqti/issues"
depends: [
"ocaml"
"caqti" {>= "1.8.0" & < "1.9.0~"}
"cmdliner" {with-test & >= "1.1.0"}
···
doc: "https://paurkedal.github.io/ocaml-caqti/index.html"
bug-reports: "https://github.com/paurkedal/ocaml-caqti/issues"
depends: [
+
"alcotest" {with-test & >= "1.5.0"}
"ocaml"
"caqti" {>= "1.8.0" & < "1.9.0~"}
"cmdliner" {with-test & >= "1.1.0"}
+1
packages/caqti-driver-postgresql/caqti-driver-postgresql.1.7.0/opam
···
doc: "https://paurkedal.github.io/ocaml-caqti/index.html"
bug-reports: "https://github.com/paurkedal/ocaml-caqti/issues"
depends: [
"ocaml"
"caqti" {>= "1.7.0" & < "1.8.0~"}
"dune" {>= "2.0"}
···
doc: "https://paurkedal.github.io/ocaml-caqti/index.html"
bug-reports: "https://github.com/paurkedal/ocaml-caqti/issues"
depends: [
+
"alcotest" {with-test & >= "1.5.0"}
"ocaml"
"caqti" {>= "1.7.0" & < "1.8.0~"}
"dune" {>= "2.0"}
+1
packages/caqti-driver-postgresql/caqti-driver-postgresql.1.8.0/opam
···
doc: "https://paurkedal.github.io/ocaml-caqti/index.html"
bug-reports: "https://github.com/paurkedal/ocaml-caqti/issues"
depends: [
"ocaml"
"caqti" {>= "1.8.0" & < "1.9.0~"}
"cmdliner" {with-test & >= "1.1.0"}
···
doc: "https://paurkedal.github.io/ocaml-caqti/index.html"
bug-reports: "https://github.com/paurkedal/ocaml-caqti/issues"
depends: [
+
"alcotest" {with-test & >= "1.5.0"}
"ocaml"
"caqti" {>= "1.8.0" & < "1.9.0~"}
"cmdliner" {with-test & >= "1.1.0"}
+1
packages/caqti-driver-sqlite3/caqti-driver-sqlite3.1.7.0/opam
···
doc: "https://paurkedal.github.io/ocaml-caqti/index.html"
bug-reports: "https://github.com/paurkedal/ocaml-caqti/issues"
depends: [
"ocaml" {>= "4.08"}
"caqti" {>= "1.7.0" & < "1.8.0~"}
"dune" {>= "2.0"}
···
doc: "https://paurkedal.github.io/ocaml-caqti/index.html"
bug-reports: "https://github.com/paurkedal/ocaml-caqti/issues"
depends: [
+
"alcotest" {with-test & >= "1.5.0"}
"ocaml" {>= "4.08"}
"caqti" {>= "1.7.0" & < "1.8.0~"}
"dune" {>= "2.0"}
+1
packages/caqti-driver-sqlite3/caqti-driver-sqlite3.1.8.0/opam
···
doc: "https://paurkedal.github.io/ocaml-caqti/index.html"
bug-reports: "https://github.com/paurkedal/ocaml-caqti/issues"
depends: [
"ocaml"
"caqti" {>= "1.8.0" & < "1.9.0~"}
"cmdliner" {with-test & >= "1.1.0"}
···
doc: "https://paurkedal.github.io/ocaml-caqti/index.html"
bug-reports: "https://github.com/paurkedal/ocaml-caqti/issues"
depends: [
+
"alcotest" {with-test & >= "1.5.0"}
"ocaml"
"caqti" {>= "1.8.0" & < "1.9.0~"}
"cmdliner" {with-test & >= "1.1.0"}
+2 -2
packages/caqti-lwt/caqti-lwt.1.7.0/opam
···
doc: "https://paurkedal.github.io/ocaml-caqti/index.html"
bug-reports: "https://github.com/paurkedal/ocaml-caqti/issues"
depends: [
-
"alcotest" {>= "1.5.0"}
-
"alcotest-lwt" {>= "1.5.0"}
"caqti" {>= "1.7.0" & < "1.8.0~"}
"caqti-dynload" {with-test & >= "1.0.0" & < "2.0.0~"}
"caqti-driver-sqlite3" {with-test & >= "1.0.0" & < "2.0.0~"}
···
doc: "https://paurkedal.github.io/ocaml-caqti/index.html"
bug-reports: "https://github.com/paurkedal/ocaml-caqti/issues"
depends: [
+
"alcotest" {with-test & >= "1.5.0"}
+
"alcotest-lwt" {with-test & >= "1.5.0"}
"caqti" {>= "1.7.0" & < "1.8.0~"}
"caqti-dynload" {with-test & >= "1.0.0" & < "2.0.0~"}
"caqti-driver-sqlite3" {with-test & >= "1.0.0" & < "2.0.0~"}
+2 -2
packages/caqti-lwt/caqti-lwt.1.8.0/opam
···
doc: "https://paurkedal.github.io/ocaml-caqti/index.html"
bug-reports: "https://github.com/paurkedal/ocaml-caqti/issues"
depends: [
-
"alcotest" {>= "1.5.0"}
-
"alcotest-lwt" {>= "1.5.0"}
"caqti" {>= "1.8.0" & < "1.9.0~"}
"caqti-dynload" {with-test & >= "1.0.0" & < "2.0.0~"}
"caqti-driver-sqlite3" {with-test & >= "1.0.0" & < "2.0.0~"}
···
doc: "https://paurkedal.github.io/ocaml-caqti/index.html"
bug-reports: "https://github.com/paurkedal/ocaml-caqti/issues"
depends: [
+
"alcotest" {with-test & >= "1.5.0"}
+
"alcotest-lwt" {with-test & >= "1.5.0"}
"caqti" {>= "1.8.0" & < "1.9.0~"}
"caqti-dynload" {with-test & >= "1.0.0" & < "2.0.0~"}
"caqti-driver-sqlite3" {with-test & >= "1.0.0" & < "2.0.0~"}
+1 -1
packages/caqti/caqti.1.7.0/opam
···
doc: "https://paurkedal.github.io/ocaml-caqti/index.html"
bug-reports: "https://github.com/paurkedal/ocaml-caqti/issues"
depends: [
-
"alcotest" {>= "1.5.0"}
"angstrom" {>= "0.14.0"}
"bigstringaf"
"cmdliner" {with-test & < "1.1.0"}
···
doc: "https://paurkedal.github.io/ocaml-caqti/index.html"
bug-reports: "https://github.com/paurkedal/ocaml-caqti/issues"
depends: [
+
"alcotest" {with-test & >= "1.5.0"}
"angstrom" {>= "0.14.0"}
"bigstringaf"
"cmdliner" {with-test & < "1.1.0"}
+1 -1
packages/caqti/caqti.1.8.0/opam
···
doc: "https://paurkedal.github.io/ocaml-caqti/index.html"
bug-reports: "https://github.com/paurkedal/ocaml-caqti/issues"
depends: [
-
"alcotest" {>= "1.5.0"}
"angstrom" {>= "0.14.0"}
"bigstringaf"
"cmdliner" {with-test & >= "1.1.0"}
···
doc: "https://paurkedal.github.io/ocaml-caqti/index.html"
bug-reports: "https://github.com/paurkedal/ocaml-caqti/issues"
depends: [
+
"alcotest" {with-test & >= "1.5.0"}
"angstrom" {>= "0.14.0"}
"bigstringaf"
"cmdliner" {with-test & >= "1.1.0"}