this repo has no description
0
fork

Configure Feed

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

Release Caqti 2.0.1.

+763 -347
+39
packages/caqti-async/caqti-async.2.0.1/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "Petter A. Urkedal <paurkedal@gmail.com>" 3 + authors: "Petter A. Urkedal <paurkedal@gmail.com>" 4 + license: "LGPL-3.0-or-later WITH LGPL-3.0-linking-exception" 5 + homepage: "https://github.com/paurkedal/ocaml-caqti/" 6 + doc: "https://paurkedal.github.io/ocaml-caqti/index.html" 7 + bug-reports: "https://github.com/paurkedal/ocaml-caqti/issues" 8 + depends: [ 9 + "alcotest" {with-test & >= "1.5.0"} 10 + "alcotest-async" {with-test & >= "1.5.0"} 11 + "async_kernel" {>= "v0.11.0"} 12 + "async_unix" {>= "v0.11.0"} 13 + "caqti" {>= "2.0.0" & < "2.1.0~"} 14 + "caqti-dynload" {with-test & >= "2.0.0" & < "3.0.0~"} 15 + "caqti-driver-sqlite3" {with-test & >= "2.0.0" & < "3.0.0~"} 16 + "cmdliner" {with-test & >= "1.1.0"} 17 + "conduit-async" {>= "1.5.0"} 18 + "core" 19 + "core_unix" 20 + "dune" {>= "2.5"} 21 + "ocaml" 22 + "odoc" {with-doc} 23 + ] 24 + build: [ 25 + ["dune" "build" "-p" name "-j" jobs] 26 + ["dune" "runtest" "-p" name "-j" jobs] {with-test} 27 + ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc} 28 + ] 29 + dev-repo: "git+https://github.com/paurkedal/ocaml-caqti.git" 30 + synopsis: "Async support for Caqti" 31 + url { 32 + src: 33 + "https://github.com/paurkedal/ocaml-caqti/releases/download/v2.0.1/caqti-v2.0.1.tbz" 34 + checksum: [ 35 + "sha256=7eb57225c521fe25395653d960b1c381bb2b2ccae47bc2a827bb16611988da8b" 36 + "sha512=eeafaf495b08fb8620ddee1711b8f9fa2ca0c79fb450a905c8d071806b7046d665e1e2ac0e7d3c7ca1258455decbf184e689e9ecb2453ec9d952b864f9dd14f4" 37 + ] 38 + } 39 + x-commit-hash: "7fb87f8f956ae84b191bc297f300649941110850"
+32
packages/caqti-driver-mariadb/caqti-driver-mariadb.2.0.1/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "Petter A. Urkedal <paurkedal@gmail.com>" 3 + authors: "Petter A. Urkedal <paurkedal@gmail.com>" 4 + license: "LGPL-3.0-or-later WITH LGPL-3.0-linking-exception" 5 + homepage: "https://github.com/paurkedal/ocaml-caqti/" 6 + doc: "https://paurkedal.github.io/ocaml-caqti/index.html" 7 + bug-reports: "https://github.com/paurkedal/ocaml-caqti/issues" 8 + depends: [ 9 + "alcotest" {with-test & >= "1.5.0"} 10 + "ocaml" 11 + "caqti" {>= "2.0.0" & < "2.1.0~"} 12 + "cmdliner" {with-test & >= "1.1.0"} 13 + "dune" {>= "3.0"} 14 + "mariadb" {>= "1.1.5"} 15 + "odoc" {with-doc} 16 + ] 17 + build: [ 18 + ["dune" "build" "-p" name "-j" jobs] 19 + ["dune" "runtest" "-p" name "-j" jobs] {with-test} 20 + ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc} 21 + ] 22 + dev-repo: "git+https://github.com/paurkedal/ocaml-caqti.git" 23 + synopsis: "MariaDB driver for Caqti using C bindings" 24 + url { 25 + src: 26 + "https://github.com/paurkedal/ocaml-caqti/releases/download/v2.0.1/caqti-v2.0.1.tbz" 27 + checksum: [ 28 + "sha256=7eb57225c521fe25395653d960b1c381bb2b2ccae47bc2a827bb16611988da8b" 29 + "sha512=eeafaf495b08fb8620ddee1711b8f9fa2ca0c79fb450a905c8d071806b7046d665e1e2ac0e7d3c7ca1258455decbf184e689e9ecb2453ec9d952b864f9dd14f4" 30 + ] 31 + } 32 + x-commit-hash: "7fb87f8f956ae84b191bc297f300649941110850"
+30
packages/caqti-driver-pgx/caqti-driver-pgx.2.0.1/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "Petter A. Urkedal <paurkedal@gmail.com>" 3 + authors: [ 4 + "Petter A. Urkedal <paurkedal@gmail.com>" 5 + ] 6 + license: "LGPL-3 with OCaml linking exception" 7 + homepage: "https://github.com/paurkedal/ocaml-caqti/" 8 + doc: "https://paurkedal.github.io/ocaml-caqti/index.html" 9 + bug-reports: "https://github.com/paurkedal/ocaml-caqti/issues" 10 + depends: [ 11 + "ocaml" 12 + "caqti" {>= "2.0.0" & < "2.1.0~"} 13 + "dune" {>= "1.11"} 14 + "pgx" {>= "1.0"} 15 + ] 16 + build: [ 17 + ["dune" "build" "-p" name "-j" jobs] 18 + ["dune" "runtest" "-p" name "-j" jobs] {with-test} 19 + ] 20 + dev-repo: "git+https://github.com/paurkedal/ocaml-caqti.git" 21 + synopsis: "PostgreSQL driver for Caqti based on the pure-OCaml PGX library" 22 + url { 23 + src: 24 + "https://github.com/paurkedal/ocaml-caqti/releases/download/v2.0.1/caqti-v2.0.1.tbz" 25 + checksum: [ 26 + "sha256=7eb57225c521fe25395653d960b1c381bb2b2ccae47bc2a827bb16611988da8b" 27 + "sha512=eeafaf495b08fb8620ddee1711b8f9fa2ca0c79fb450a905c8d071806b7046d665e1e2ac0e7d3c7ca1258455decbf184e689e9ecb2453ec9d952b864f9dd14f4" 28 + ] 29 + } 30 + x-commit-hash: "7fb87f8f956ae84b191bc297f300649941110850"
+36
packages/caqti-driver-postgresql/caqti-driver-postgresql.2.0.1/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "Petter A. Urkedal <paurkedal@gmail.com>" 3 + authors: [ 4 + "Petter A. Urkedal <paurkedal@gmail.com>" 5 + "James Owen <james@cryptosense.com>" 6 + ] 7 + license: "LGPL-3.0-or-later WITH LGPL-3.0-linking-exception" 8 + homepage: "https://github.com/paurkedal/ocaml-caqti/" 9 + doc: "https://paurkedal.github.io/ocaml-caqti/index.html" 10 + bug-reports: "https://github.com/paurkedal/ocaml-caqti/issues" 11 + depends: [ 12 + "alcotest" {with-test & >= "1.5.0"} 13 + "ocaml" 14 + "caqti" {>= "2.0.0" & < "2.1.0~"} 15 + "cmdliner" {with-test & >= "1.1.0"} 16 + "dune" {>= "2.5"} 17 + "odoc" {with-doc} 18 + "postgresql" {>= "5.0.0"} 19 + "uri" {>= "4.0.0"} 20 + ] 21 + build: [ 22 + ["dune" "build" "-p" name "-j" jobs] 23 + ["dune" "runtest" "-p" name "-j" jobs] {with-test} 24 + ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc} 25 + ] 26 + dev-repo: "git+https://github.com/paurkedal/ocaml-caqti.git" 27 + synopsis: "PostgreSQL driver for Caqti based on C bindings" 28 + url { 29 + src: 30 + "https://github.com/paurkedal/ocaml-caqti/releases/download/v2.0.1/caqti-v2.0.1.tbz" 31 + checksum: [ 32 + "sha256=7eb57225c521fe25395653d960b1c381bb2b2ccae47bc2a827bb16611988da8b" 33 + "sha512=eeafaf495b08fb8620ddee1711b8f9fa2ca0c79fb450a905c8d071806b7046d665e1e2ac0e7d3c7ca1258455decbf184e689e9ecb2453ec9d952b864f9dd14f4" 34 + ] 35 + } 36 + x-commit-hash: "7fb87f8f956ae84b191bc297f300649941110850"
+32
packages/caqti-driver-sqlite3/caqti-driver-sqlite3.2.0.1/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "Petter A. Urkedal <paurkedal@gmail.com>" 3 + authors: "Petter A. Urkedal <paurkedal@gmail.com>" 4 + license: "LGPL-3.0-or-later WITH LGPL-3.0-linking-exception" 5 + homepage: "https://github.com/paurkedal/ocaml-caqti/" 6 + doc: "https://paurkedal.github.io/ocaml-caqti/index.html" 7 + bug-reports: "https://github.com/paurkedal/ocaml-caqti/issues" 8 + depends: [ 9 + "alcotest" {with-test & >= "1.5.0"} 10 + "ocaml" 11 + "caqti" {>= "2.0.0" & < "2.1.0~"} 12 + "cmdliner" {with-test & >= "1.1.0"} 13 + "dune" {>= "2.5"} 14 + "odoc" {with-doc} 15 + "sqlite3" 16 + ] 17 + build: [ 18 + ["dune" "build" "-p" name "-j" jobs] 19 + ["dune" "runtest" "-p" name "-j" jobs] {with-test} 20 + ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc} 21 + ] 22 + dev-repo: "git+https://github.com/paurkedal/ocaml-caqti.git" 23 + synopsis: "Sqlite3 driver for Caqti using C bindings" 24 + url { 25 + src: 26 + "https://github.com/paurkedal/ocaml-caqti/releases/download/v2.0.1/caqti-v2.0.1.tbz" 27 + checksum: [ 28 + "sha256=7eb57225c521fe25395653d960b1c381bb2b2ccae47bc2a827bb16611988da8b" 29 + "sha512=eeafaf495b08fb8620ddee1711b8f9fa2ca0c79fb450a905c8d071806b7046d665e1e2ac0e7d3c7ca1258455decbf184e689e9ecb2453ec9d952b864f9dd14f4" 30 + ] 31 + } 32 + x-commit-hash: "7fb87f8f956ae84b191bc297f300649941110850"
+41
packages/caqti-dynload/caqti-dynload.2.0.1/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "Petter A. Urkedal <paurkedal@gmail.com>" 3 + authors: "Petter A. Urkedal <paurkedal@gmail.com>" 4 + license: "LGPL-3.0-or-later WITH LGPL-3.0-linking-exception" 5 + homepage: "https://github.com/paurkedal/ocaml-caqti/" 6 + doc: "https://paurkedal.github.io/ocaml-caqti/index.html" 7 + bug-reports: "https://github.com/paurkedal/ocaml-caqti/issues" 8 + depends: [ 9 + "alcotest" {with-test & >= "1.5.0"} 10 + "caqti" {>= "2.0.0" & < "3.0.0~"} 11 + "caqti-driver-sqlite3" {with-test & >= "2.0.0" & < "3.0.0~"} 12 + "cmdliner" {with-test & >= "1.1.0"} 13 + "dune" {>= "2.5"} 14 + "ocaml" {>= "4.04.0"} 15 + "ocamlfind" 16 + ] 17 + build: [ 18 + ["dune" "build" "-p" name "-j" jobs] 19 + ["dune" "runtest" "-p" name "-j" jobs] {with-test} 20 + ] 21 + dev-repo: "git+https://github.com/paurkedal/ocaml-caqti.git" 22 + synopsis: "Dynamic linking of Caqti drivers using findlib.dynload" 23 + description: """ 24 + This library registers a dynamic linker which will be called when 25 + encoutering an unhandled database URI. It tries to load a findlib package 26 + named "caqti-driver-<scheme>" where "<scheme>" is the scheme of the URI, 27 + which is expected register a driver for the scheme. 28 + 29 + This is a separate package to avoid the dependency on the findlib.dynload 30 + for architectures, like MirageOS, where dynamic linking may be unavailable. 31 + The alternative is to link drivers directly into the application. 32 + """ 33 + url { 34 + src: 35 + "https://github.com/paurkedal/ocaml-caqti/releases/download/v2.0.1/caqti-v2.0.1.tbz" 36 + checksum: [ 37 + "sha256=7eb57225c521fe25395653d960b1c381bb2b2ccae47bc2a827bb16611988da8b" 38 + "sha512=eeafaf495b08fb8620ddee1711b8f9fa2ca0c79fb450a905c8d071806b7046d665e1e2ac0e7d3c7ca1258455decbf184e689e9ecb2453ec9d952b864f9dd14f4" 39 + ] 40 + } 41 + x-commit-hash: "7fb87f8f956ae84b191bc297f300649941110850"
+36
packages/caqti-eio/caqti-eio.2.0.1/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "Petter A. Urkedal <paurkedal@gmail.com>" 3 + authors: "Petter A. Urkedal <paurkedal@gmail.com>" 4 + license: "LGPL-3.0-or-later WITH LGPL-3.0-linking-exception" 5 + homepage: "https://github.com/paurkedal/ocaml-caqti/" 6 + doc: "https://paurkedal.github.io/ocaml-caqti/index.html" 7 + bug-reports: "https://github.com/paurkedal/ocaml-caqti/issues" 8 + depends: [ 9 + "alcotest" {with-test & >= "1.5.0"} 10 + "caqti" {>= "2.0.0" & < "2.1.0~"} 11 + "caqti-dynload" {with-test & >= "2.0.0" & < "3.0.0~"} 12 + "caqti-driver-sqlite3" {with-test & >= "2.0.0" & < "3.0.0~"} 13 + "cmdliner" {with-test & >= "1.1.0"} 14 + "dune" {>= "2.5"} 15 + "eio" {>= "0.11"} 16 + "eio_main" {with-test} 17 + "logs" 18 + "ocaml" {>= "5.0.0~"} 19 + "odoc" {with-doc} 20 + ] 21 + build: [ 22 + ["dune" "build" "-p" name "-j" jobs] 23 + ["dune" "runtest" "-p" name "-j" jobs] {with-test} 24 + ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc} 25 + ] 26 + dev-repo: "git+https://github.com/paurkedal/ocaml-caqti.git" 27 + synopsis: "Lwt support for Caqti" 28 + url { 29 + src: 30 + "https://github.com/paurkedal/ocaml-caqti/releases/download/v2.0.1/caqti-v2.0.1.tbz" 31 + checksum: [ 32 + "sha256=7eb57225c521fe25395653d960b1c381bb2b2ccae47bc2a827bb16611988da8b" 33 + "sha512=eeafaf495b08fb8620ddee1711b8f9fa2ca0c79fb450a905c8d071806b7046d665e1e2ac0e7d3c7ca1258455decbf184e689e9ecb2453ec9d952b864f9dd14f4" 34 + ] 35 + } 36 + x-commit-hash: "7fb87f8f956ae84b191bc297f300649941110850"
+37
packages/caqti-lwt/caqti-lwt.2.0.1/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "Petter A. Urkedal <paurkedal@gmail.com>" 3 + authors: "Petter A. Urkedal <paurkedal@gmail.com>" 4 + license: "LGPL-3.0-or-later WITH LGPL-3.0-linking-exception" 5 + homepage: "https://github.com/paurkedal/ocaml-caqti/" 6 + doc: "https://paurkedal.github.io/ocaml-caqti/index.html" 7 + bug-reports: "https://github.com/paurkedal/ocaml-caqti/issues" 8 + depends: [ 9 + "alcotest" {with-test & >= "1.5.0"} 10 + "alcotest-lwt" {with-test & >= "1.5.0"} 11 + "caqti" {>= "2.0.0" & < "2.1.0~"} 12 + "caqti-dynload" {with-test & >= "2.0.0" & < "3.0.0~"} 13 + "caqti-driver-sqlite3" {with-test & >= "2.0.0" & < "3.0.0~"} 14 + "cmdliner" {with-test & >= "1.1.0"} 15 + "dune" {>= "2.5"} 16 + "logs" 17 + "mtime" {>= "2.0.0"} 18 + "lwt" {>= "5.3.0"} 19 + "ocaml" 20 + "odoc" {with-doc} 21 + ] 22 + build: [ 23 + ["dune" "build" "-p" name "-j" jobs] 24 + ["dune" "runtest" "-p" name "-j" jobs] {with-test} 25 + ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc} 26 + ] 27 + dev-repo: "git+https://github.com/paurkedal/ocaml-caqti.git" 28 + synopsis: "Lwt support for Caqti" 29 + url { 30 + src: 31 + "https://github.com/paurkedal/ocaml-caqti/releases/download/v2.0.1/caqti-v2.0.1.tbz" 32 + checksum: [ 33 + "sha256=7eb57225c521fe25395653d960b1c381bb2b2ccae47bc2a827bb16611988da8b" 34 + "sha512=eeafaf495b08fb8620ddee1711b8f9fa2ca0c79fb450a905c8d071806b7046d665e1e2ac0e7d3c7ca1258455decbf184e689e9ecb2453ec9d952b864f9dd14f4" 35 + ] 36 + } 37 + x-commit-hash: "7fb87f8f956ae84b191bc297f300649941110850"
+40
packages/caqti-mirage/caqti-mirage.2.0.1/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "Petter A. Urkedal <paurkedal@gmail.com>" 3 + authors: "Petter A. Urkedal <paurkedal@gmail.com>" 4 + license: "LGPL-3.0-or-later WITH LGPL-3.0-linking-exception" 5 + homepage: "https://github.com/paurkedal/ocaml-caqti/" 6 + doc: "https://paurkedal.github.io/ocaml-caqti/index.html" 7 + bug-reports: "https://github.com/paurkedal/ocaml-caqti/issues" 8 + depends: [ 9 + "caqti" {>= "2.0.0" & < "2.1.0~"} 10 + "caqti-lwt" {>= "2.0.0" & < "2.1.0~"} 11 + "conduit-mirage" 12 + "dns-client" {>= "7.0.0"} 13 + "dns-client-mirage" {>= "7.0.0"} 14 + "dune" {>= "2.5"} 15 + "logs" 16 + "lwt" {>= "5.3.0"} 17 + "mirage-channel" 18 + "mirage-clock" 19 + "mirage-random" 20 + "mirage-time" 21 + "ocaml" 22 + "odoc" {with-doc} 23 + "tcpip" 24 + ] 25 + build: [ 26 + ["dune" "build" "-p" name "-j" jobs] 27 + ["dune" "runtest" "-p" name "-j" jobs] {with-test} 28 + ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc} 29 + ] 30 + dev-repo: "git+https://github.com/paurkedal/ocaml-caqti.git" 31 + synopsis: "MirageOS support for Caqti" 32 + url { 33 + src: 34 + "https://github.com/paurkedal/ocaml-caqti/releases/download/v2.0.1/caqti-v2.0.1.tbz" 35 + checksum: [ 36 + "sha256=7eb57225c521fe25395653d960b1c381bb2b2ccae47bc2a827bb16611988da8b" 37 + "sha512=eeafaf495b08fb8620ddee1711b8f9fa2ca0c79fb450a905c8d071806b7046d665e1e2ac0e7d3c7ca1258455decbf184e689e9ecb2453ec9d952b864f9dd14f4" 38 + ] 39 + } 40 + x-commit-hash: "7fb87f8f956ae84b191bc297f300649941110850"
+30
packages/caqti-type-calendar/caqti-type-calendar.2.0.1/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "Petter A. Urkedal <paurkedal@gmail.com>" 3 + authors: "Petter A. Urkedal <paurkedal@gmail.com>" 4 + license: "LGPL-3.0-or-later WITH LGPL-3.0-linking-exception" 5 + homepage: "https://github.com/paurkedal/ocaml-caqti/" 6 + doc: "https://paurkedal.github.io/ocaml-caqti/index.html" 7 + bug-reports: "https://github.com/paurkedal/ocaml-caqti/issues" 8 + depends: [ 9 + "caqti" {>= "2.0.0" & < "3.0.0~"} 10 + "calendar" {>= "2.0"} 11 + "dune" {>= "2.5"} 12 + "ocaml" 13 + "odoc" {with-doc} 14 + ] 15 + build: [ 16 + ["dune" "build" "-p" name "-j" jobs] 17 + ["dune" "runtest" "-p" name "-j" jobs] {with-test} 18 + ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc} 19 + ] 20 + dev-repo: "git+https://github.com/paurkedal/ocaml-caqti.git" 21 + synopsis: "Date and time field types using the calendar library" 22 + url { 23 + src: 24 + "https://github.com/paurkedal/ocaml-caqti/releases/download/v2.0.1/caqti-v2.0.1.tbz" 25 + checksum: [ 26 + "sha256=7eb57225c521fe25395653d960b1c381bb2b2ccae47bc2a827bb16611988da8b" 27 + "sha512=eeafaf495b08fb8620ddee1711b8f9fa2ca0c79fb450a905c8d071806b7046d665e1e2ac0e7d3c7ca1258455decbf184e689e9ecb2453ec9d952b864f9dd14f4" 28 + ] 29 + } 30 + x-commit-hash: "7fb87f8f956ae84b191bc297f300649941110850"
+63
packages/caqti/caqti.2.0.1/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "Petter A. Urkedal <paurkedal@gmail.com>" 3 + authors: [ 4 + "Petter A. Urkedal <paurkedal@gmail.com>" 5 + "Nathan Rebours <nathan@cryptosense.com>" 6 + "Basile Clément" 7 + ] 8 + license: "LGPL-3.0-or-later WITH LGPL-3.0-linking-exception" 9 + homepage: "https://github.com/paurkedal/ocaml-caqti/" 10 + doc: "https://paurkedal.github.io/ocaml-caqti/index.html" 11 + bug-reports: "https://github.com/paurkedal/ocaml-caqti/issues" 12 + depends: [ 13 + "alcotest" {with-test & >= "1.5.0"} 14 + "angstrom" {>= "0.14.0"} 15 + "bigstringaf" 16 + "cmdliner" {with-test & >= "1.1.0"} 17 + "domain-name" {>= "0.2.0"} 18 + "dune" {>= "2.5"} 19 + "ipaddr" {>= "3.0.0"} 20 + "logs" 21 + "lwt-dllist" 22 + "mtime" {>= "2.0.0"} 23 + "ocaml" {>= "4.08.0"} 24 + "odoc" {with-doc} 25 + "ptime" 26 + "re" {with-test} 27 + "uri" {>= "2.2.0"} 28 + ] 29 + conflicts: [ 30 + "result" {< "1.5"} 31 + ] 32 + build: [ 33 + ["dune" "build" "-p" name "-j" jobs] 34 + ["dune" "runtest" "-p" name "-j" jobs] {with-test} 35 + ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc} 36 + ] 37 + dev-repo: "git+https://github.com/paurkedal/ocaml-caqti.git" 38 + synopsis: "Unified interface to relational database libraries" 39 + description: """ 40 + Caqti provides a monadic cooperative-threaded OCaml connector API for 41 + relational databases. 42 + 43 + The purpose of Caqti is further to help make applications independent of a 44 + particular database system. This is achieved by defining a common signature, 45 + which is implemented by the database drivers. Connection parameters are 46 + specified as an URI, which is typically provided at run-time. Caqti then 47 + loads a driver which can handle the URI, and provides a first-class module 48 + which implements the driver API and additional convenience functionality. 49 + 50 + Caqti does not make assumptions about the structure of the query language, 51 + and only provides the type information needed at the edges of communication 52 + between the OCaml code and the database; i.e. for encoding parameters and 53 + decoding returned tuples. It is hoped that this agnostic choice makes it a 54 + suitable target for higher level interfaces and code generators.""" 55 + url { 56 + src: 57 + "https://github.com/paurkedal/ocaml-caqti/releases/download/v2.0.1/caqti-v2.0.1.tbz" 58 + checksum: [ 59 + "sha256=7eb57225c521fe25395653d960b1c381bb2b2ccae47bc2a827bb16611988da8b" 60 + "sha512=eeafaf495b08fb8620ddee1711b8f9fa2ca0c79fb450a905c8d071806b7046d665e1e2ac0e7d3c7ca1258455decbf184e689e9ecb2453ec9d952b864f9dd14f4" 61 + ] 62 + } 63 + x-commit-hash: "7fb87f8f956ae84b191bc297f300649941110850"
+1 -1
packages/dream/dream.1.0.0~alpha1/opam
··· 50 50 "base64" {>= "3.1.0"} # Base64.encode_string. 51 51 "bigarray-compat" 52 52 "caqti-lwt" 53 - "caqti" {>= "1.4.0"} 53 + "caqti" {>= "1.4.0" & < "2.0.0~"} 54 54 "conf-libev" 55 55 "cstruct" 56 56 "dune" {>= "2.7.0"} # --instrument-with.
+1 -1
packages/dream/dream.1.0.0~alpha2/opam
··· 50 50 "base-unix" 51 51 "base64" {>= "3.1.0"} # Base64.encode_string. 52 52 "bigarray-compat" 53 - "caqti" {>= "1.4.0"} # ~post_connect. 53 + "caqti" {>= "1.4.0" & < "2.0.0~"} # ~post_connect. 54 54 "caqti-lwt" 55 55 "conf-libev" {os != "win32"} 56 56 "cstruct" {>= "6.0.0"}
+1 -1
packages/dream/dream.1.0.0~alpha3/opam
··· 49 49 depends: [ 50 50 "base-unix" 51 51 "bigarray-compat" 52 - "caqti" {>= "1.6.0"} # https://github.com/aantron/dream/issues/44. 52 + "caqti" {>= "1.6.0" & < "2.0.0~"} # https://github.com/aantron/dream/issues/44. 53 53 "caqti-lwt" 54 54 "conf-libev" {os != "win32"} 55 55 "cstruct" {>= "6.0.0"}
+1 -1
packages/dream/dream.1.0.0~alpha4/opam
··· 50 50 "base-unix" 51 51 "bigarray-compat" 52 52 "camlp-streams" 53 - "caqti" {>= "1.6.0"} # https://github.com/aantron/dream/issues/44. 53 + "caqti" {>= "1.6.0" & < "2.0.0~"} # https://github.com/aantron/dream/issues/44. 54 54 "caqti-lwt" 55 55 "conf-libev" {os != "win32"} 56 56 "cstruct" {>= "6.0.0"}
+1 -1
packages/dream/dream.1.0.0~alpha5/opam
··· 50 50 "base-unix" 51 51 "bigarray-compat" 52 52 "camlp-streams" 53 - "caqti" {>= "1.8.0"} # Infix operators. 53 + "caqti" {>= "1.8.0" & < "2.0.0~"} # Infix operators. 54 54 "caqti-lwt" 55 55 "conf-libev" {os != "win32"} 56 56 "cstruct" {>= "6.0.0"}
+2 -2
packages/guardian/guardian.0.0.4/opam
··· 13 13 bug-reports: "https://github.com/uzh/guardian/issues" 14 14 depends: [ 15 15 "base64" {>= "3.5.0"} 16 - "caqti-driver-mariadb" {>= "1.8.0"} 17 - "caqti-lwt" {>= "1.8.0"} 16 + "caqti-driver-mariadb" {>= "1.8.0" & < "2.0.0~"} 17 + "caqti-lwt" {>= "1.8.0" & < "2.0.0~"} 18 18 "conformist" {>= "0.8.1"} 19 19 "containers" {>= "3.6"} 20 20 "dune" {>= "2.9"}
+2 -2
packages/guardian/guardian.0.0.5/opam
··· 12 12 doc: "https://github.com/uzh/guardian" 13 13 bug-reports: "https://github.com/uzh/guardian/issues" 14 14 depends: [ 15 - "caqti-driver-mariadb" {>= "1.8.0"} 16 - "caqti-lwt" {>= "1.8.0"} 15 + "caqti-driver-mariadb" {>= "1.8.0" & < "2.0.0~"} 16 + "caqti-lwt" {>= "1.8.0" & < "2.0.0~"} 17 17 "containers" {>= "3.6"} 18 18 "dune" {>= "2.9"} 19 19 "logs" {>= "0.7.0"}
+2 -2
packages/guardian/guardian.0.1.0/opam
··· 13 13 bug-reports: "https://github.com/uzh/guardian/issues" 14 14 depends: [ 15 15 "dune" {>= "2.9"} 16 - "caqti-driver-mariadb" {>= "1.8.0"} 17 - "caqti-lwt" {>= "1.8.0"} 16 + "caqti-driver-mariadb" {>= "1.8.0" & < "2.0.0~"} 17 + "caqti-lwt" {>= "1.8.0" & < "2.0.0~"} 18 18 "containers" {>= "3.6"} 19 19 "logs" {>= "0.7.0"} 20 20 "lwt" {>= "5.6.1"}
+2 -2
packages/ppx_rapper/ppx_rapper.1.0.1/opam
··· 12 12 "pg_query" 13 13 "ppxlib" 14 14 "base" 15 - "caqti" 16 - "caqti-lwt" 15 + "caqti" {< "2.0.0~"} 16 + "caqti-lwt" {< "2.0.0~"} 17 17 ] 18 18 build: [ 19 19 ["dune" "subst"] {dev}
+2 -2
packages/ppx_rapper/ppx_rapper.1.0.2/opam
··· 12 12 "pg_query" 13 13 "ppxlib" 14 14 "base" 15 - "caqti" 16 - "caqti-lwt" 15 + "caqti" {< "2.0.0~"} 16 + "caqti-lwt" {< "2.0.0~"} 17 17 ] 18 18 build: [ 19 19 ["dune" "subst"] {dev}
+2 -2
packages/ppx_rapper/ppx_rapper.1.1.0/opam
··· 12 12 "pg_query" 13 13 "ppxlib" 14 14 "base" 15 - "caqti" 16 - "caqti-lwt" 15 + "caqti" {< "2.0.0~"} 16 + "caqti-lwt" {< "2.0.0~"} 17 17 ] 18 18 build: [ 19 19 ["dune" "subst"] {dev}
+2 -2
packages/ppx_rapper/ppx_rapper.1.1.1/opam
··· 12 12 "pg_query" 13 13 "ppxlib" 14 14 "base" 15 - "caqti" 16 - "caqti-lwt" 15 + "caqti" {< "2.0.0~"} 16 + "caqti-lwt" {< "2.0.0~"} 17 17 ] 18 18 build: [ 19 19 ["dune" "subst"] {dev}
+2 -2
packages/ppx_rapper/ppx_rapper.1.2.0/opam
··· 12 12 "pg_query" 13 13 "ppxlib" 14 14 "base" 15 - "caqti" 16 - "caqti-lwt" 15 + "caqti" {< "2.0.0~"} 16 + "caqti-lwt" {< "2.0.0~"} 17 17 "caqti-type-calendar" {with-test} 18 18 ] 19 19 build: [
+2 -2
packages/ppx_rapper/ppx_rapper.2.0.0/opam
··· 12 12 "pg_query" 13 13 "ppxlib" 14 14 "base" 15 - "caqti" 16 - "caqti-lwt" 15 + "caqti" {< "2.0.0~"} 16 + "caqti-lwt" {< "2.0.0~"} 17 17 "caqti-type-calendar" {with-test} 18 18 ] 19 19 build: [
+1 -1
packages/ppx_rapper/ppx_rapper.3.0.0/opam
··· 12 12 "pg_query" 13 13 "ppxlib" {>= "0.3.1"} 14 14 "base" {>= "v0.11.1"} 15 - "caqti" {>= "1.2.0"} 15 + "caqti" {>= "1.2.0" & < "2.0.0~"} 16 16 ] 17 17 build: [ 18 18 ["dune" "subst"] {dev}
+1 -1
packages/ppx_rapper/ppx_rapper.3.1.0/opam
··· 13 13 "pg_query" {>= "0.9.6"} 14 14 "ppxlib" {>= "0.3.1"} 15 15 "base" {>= "v0.11.1"} 16 - "caqti" {>= "1.7.0"} 16 + "caqti" {>= "1.7.0" & < "2.0.0~"} 17 17 ] 18 18 build: [ 19 19 ["dune" "subst"] {dev}
+2 -2
packages/sihl-cache/sihl-cache.0.4.0/opam
··· 12 12 "ocaml" {>= "4.08.0"} 13 13 "sihl" {= version} 14 14 "alcotest-lwt" {>= "1.3.0" & with-test} 15 - "caqti-driver-postgresql" {>= "1.2.0" & with-test} 16 - "caqti-driver-mariadb" {>= "1.2.0" & with-test} 15 + "caqti-driver-postgresql" {>= "1.2.0" & < "2.0.0~" & with-test} 16 + "caqti-driver-mariadb" {>= "1.2.0" & < "2.0.0~" & with-test} 17 17 "odoc" {with-doc} 18 18 ] 19 19 build: [
+2 -2
packages/sihl-cache/sihl-cache.0.4.1/opam
··· 12 12 "ocaml" {>= "4.08.0"} 13 13 "sihl" {= version} 14 14 "alcotest-lwt" {>= "1.3.0" & with-test} 15 - "caqti-driver-postgresql" {>= "1.2.0" & with-test} 16 - "caqti-driver-mariadb" {>= "1.2.0" & with-test} 15 + "caqti-driver-postgresql" {>= "1.2.0" & < "2.0.0~" & with-test} 16 + "caqti-driver-mariadb" {>= "1.2.0" & < "2.0.0~" & with-test} 17 17 "odoc" {with-doc} 18 18 ] 19 19 build: [
+2 -2
packages/sihl-cache/sihl-cache.0.5.0/opam
··· 12 12 "ocaml" {>= "4.08.0"} 13 13 "sihl" {= version} 14 14 "alcotest-lwt" {>= "1.3.0" & with-test} 15 - "caqti-driver-postgresql" {>= "1.2.0" & with-test} 16 - "caqti-driver-mariadb" {>= "1.2.0" & with-test} 15 + "caqti-driver-postgresql" {>= "1.2.0" & < "2.0.0~" & with-test} 16 + "caqti-driver-mariadb" {>= "1.2.0" & < "2.0.0~" & with-test} 17 17 "odoc" {with-doc} 18 18 ] 19 19 build: [
+2 -2
packages/sihl-cache/sihl-cache.0.6.0~rc1/opam
··· 12 12 "ocaml" {>= "4.08.0"} 13 13 "sihl" {= version} 14 14 "alcotest-lwt" {>= "1.3.0" & with-test} 15 - "caqti-driver-postgresql" {>= "1.2.0" & with-test} 16 - "caqti-driver-mariadb" {>= "1.2.0" & with-test} 15 + "caqti-driver-postgresql" {>= "1.2.0" & < "2.0.0~" & with-test} 16 + "caqti-driver-mariadb" {>= "1.2.0" & < "2.0.0~" & with-test} 17 17 "odoc" {with-doc} 18 18 ] 19 19 build: [
+2 -2
packages/sihl-cache/sihl-cache.1.0.0/opam
··· 13 13 "ocaml" {>= "4.08.0"} 14 14 "sihl" {= version} 15 15 "alcotest-lwt" {>= "1.4.0" & with-test} 16 - "caqti-driver-postgresql" {>= "1.5.1" & with-test} 17 - "caqti-driver-mariadb" {>= "1.5.1" & with-test} 16 + "caqti-driver-postgresql" {>= "1.5.1" & < "2.0.0~" & with-test} 17 + "caqti-driver-mariadb" {>= "1.5.1" & < "2.0.0~" & with-test} 18 18 "odoc" {with-doc} 19 19 ] 20 20 build: [
+2 -2
packages/sihl-cache/sihl-cache.1.0.0~rc1/opam
··· 12 12 "ocaml" {>= "4.08.0"} 13 13 "sihl" {= version} 14 14 "alcotest-lwt" {>= "1.4.0" & with-test} 15 - "caqti-driver-postgresql" {>= "1.5.1" & with-test} 16 - "caqti-driver-mariadb" {>= "1.5.1" & with-test} 15 + "caqti-driver-postgresql" {>= "1.5.1" & < "2.0.0~" & with-test} 16 + "caqti-driver-mariadb" {>= "1.5.1" & < "2.0.0~" & with-test} 17 17 "odoc" {with-doc} 18 18 ] 19 19 build: [
+2 -2
packages/sihl-cache/sihl-cache.1.0.0~rc2/opam
··· 12 12 "ocaml" {>= "4.08.0"} 13 13 "sihl" {= version} 14 14 "alcotest-lwt" {>= "1.4.0" & with-test} 15 - "caqti-driver-postgresql" {>= "1.5.1" & with-test} 16 - "caqti-driver-mariadb" {>= "1.5.1" & with-test} 15 + "caqti-driver-postgresql" {>= "1.5.1" & < "2.0.0~" & with-test} 16 + "caqti-driver-mariadb" {>= "1.5.1" & < "2.0.0~" & with-test} 17 17 "odoc" {with-doc} 18 18 ] 19 19 build: [
+2 -2
packages/sihl-cache/sihl-cache.1.0.0~rc3/opam
··· 13 13 "ocaml" {>= "4.08.0"} 14 14 "sihl" {= version} 15 15 "alcotest-lwt" {>= "1.4.0" & with-test} 16 - "caqti-driver-postgresql" {>= "1.5.1" & with-test} 17 - "caqti-driver-mariadb" {>= "1.5.1" & with-test} 16 + "caqti-driver-postgresql" {>= "1.5.1" & < "2.0.0~" & with-test} 17 + "caqti-driver-mariadb" {>= "1.5.1" & < "2.0.0~" & with-test} 18 18 "odoc" {with-doc} 19 19 ] 20 20 build: [
+2 -2
packages/sihl-cache/sihl-cache.1.0.1/opam
··· 13 13 "ocaml" {>= "4.08.0"} 14 14 "sihl" {= version} 15 15 "alcotest-lwt" {>= "1.4.0" & with-test} 16 - "caqti-driver-postgresql" {>= "1.5.1" & with-test} 17 - "caqti-driver-mariadb" {>= "1.5.1" & with-test} 16 + "caqti-driver-postgresql" {>= "1.5.1" & < "2.0.0~" & with-test} 17 + "caqti-driver-mariadb" {>= "1.5.1" & < "2.0.0~" & with-test} 18 18 "odoc" {with-doc} 19 19 ] 20 20 build: [
+2 -2
packages/sihl-cache/sihl-cache.2.0.0/opam
··· 13 13 "ocaml" {>= "4.08.0"} 14 14 "sihl" {= version} 15 15 "alcotest-lwt" {>= "1.4.0" & with-test} 16 - "caqti-driver-postgresql" {>= "1.5.1" & with-test} 17 - "caqti-driver-mariadb" {>= "1.5.1" & with-test} 16 + "caqti-driver-postgresql" {>= "1.5.1" & < "2.0.0~" & with-test} 17 + "caqti-driver-mariadb" {>= "1.5.1" & < "2.0.0~" & with-test} 18 18 "odoc" {with-doc} 19 19 ] 20 20 build: [
+2 -2
packages/sihl-cache/sihl-cache.2.0.1/opam
··· 13 13 "ocaml" {>= "4.08.0"} 14 14 "sihl" {= version} 15 15 "alcotest-lwt" {>= "1.4.0" & with-test} 16 - "caqti-driver-postgresql" {>= "1.5.1" & with-test} 17 - "caqti-driver-mariadb" {>= "1.5.1" & with-test} 16 + "caqti-driver-postgresql" {>= "1.5.1" & < "2.0.0~" & with-test} 17 + "caqti-driver-mariadb" {>= "1.5.1" & < "2.0.0~" & with-test} 18 18 "odoc" {with-doc} 19 19 ] 20 20 build: [
+2 -2
packages/sihl-cache/sihl-cache.3.0.0/opam
··· 13 13 "ocaml" {>= "4.08.0"} 14 14 "sihl" {= version} 15 15 "alcotest-lwt" {>= "1.4.0" & with-test} 16 - "caqti-driver-postgresql" {>= "1.5.1" & with-test} 17 - "caqti-driver-mariadb" {>= "1.5.1" & with-test} 16 + "caqti-driver-postgresql" {>= "1.5.1" & < "2.0.0~" & with-test} 17 + "caqti-driver-mariadb" {>= "1.5.1" & < "2.0.0~" & with-test} 18 18 "odoc" {with-doc} 19 19 ] 20 20 build: [
+2 -2
packages/sihl-cache/sihl-cache.3.0.1/opam
··· 13 13 "ocaml" {>= "4.08.0"} 14 14 "sihl" {= version} 15 15 "alcotest-lwt" {>= "1.4.0" & with-test} 16 - "caqti-driver-postgresql" {>= "1.5.1" & with-test} 17 - "caqti-driver-mariadb" {>= "1.5.1" & with-test} 16 + "caqti-driver-postgresql" {>= "1.5.1" & < "2.0.0~" & with-test} 17 + "caqti-driver-mariadb" {>= "1.5.1" & < "2.0.0~" & with-test} 18 18 "odoc" {with-doc} 19 19 ] 20 20 build: [
+2 -2
packages/sihl-cache/sihl-cache.3.0.2/opam
··· 13 13 "ocaml" {>= "4.08.0"} 14 14 "sihl" {= version} 15 15 "alcotest-lwt" {>= "1.4.0" & with-test} 16 - "caqti-driver-postgresql" {>= "1.5.1" & with-test} 17 - "caqti-driver-mariadb" {>= "1.5.1" & with-test} 16 + "caqti-driver-postgresql" {>= "1.5.1" & < "2.0.0~" & with-test} 17 + "caqti-driver-mariadb" {>= "1.5.1" & < "2.0.0~" & with-test} 18 18 "odoc" {with-doc} 19 19 ] 20 20 build: [
+2 -2
packages/sihl-cache/sihl-cache.3.0.3/opam
··· 13 13 "ocaml" {>= "4.08.0"} 14 14 "sihl" {= version} 15 15 "alcotest-lwt" {>= "1.4.0" & with-test} 16 - "caqti-driver-postgresql" {>= "1.8.0" & with-test} 17 - "caqti-driver-mariadb" {>= "1.8.0" & with-test} 16 + "caqti-driver-postgresql" {>= "1.8.0" & < "2.0.0~" & with-test} 17 + "caqti-driver-mariadb" {>= "1.8.0" & < "2.0.0~" & with-test} 18 18 "odoc" {with-doc} 19 19 ] 20 20 build: [
+2 -2
packages/sihl-cache/sihl-cache.3.0.4/opam
··· 13 13 "ocaml" {>= "4.08.0"} 14 14 "sihl" {= version} 15 15 "alcotest-lwt" {>= "1.4.0" & with-test} 16 - "caqti-driver-postgresql" {>= "1.8.0" & with-test} 17 - "caqti-driver-mariadb" {>= "1.8.0" & with-test} 16 + "caqti-driver-postgresql" {>= "1.8.0" & < "2.0.0~" & with-test} 17 + "caqti-driver-mariadb" {>= "1.8.0" & < "2.0.0~" & with-test} 18 18 "odoc" {with-doc} 19 19 ] 20 20 build: [
+2 -2
packages/sihl-cache/sihl-cache.3.0.5/opam
··· 13 13 "ocaml" {>= "4.08.0"} 14 14 "sihl" {= version} 15 15 "alcotest-lwt" {>= "1.4.0" & with-test} 16 - "caqti-driver-postgresql" {>= "1.8.0" & with-test} 17 - "caqti-driver-mariadb" {>= "1.8.0" & with-test} 16 + "caqti-driver-postgresql" {>= "1.8.0" & < "2.0.0~" & with-test} 17 + "caqti-driver-mariadb" {>= "1.8.0" & < "2.0.0~" & with-test} 18 18 "odoc" {with-doc} 19 19 ] 20 20 build: [
+1 -1
packages/sihl-contract/sihl-contract.0.3.0~rc1/opam
··· 13 13 "ocaml" {>= "4.08.0"} 14 14 "sihl-core" {= version} 15 15 "opium" {>= "0.20.0"} 16 - "caqti-lwt" {>= "1.2.0"} 16 + "caqti-lwt" {>= "1.2.0" & < "2.0.0~"} 17 17 "odoc" {with-doc} 18 18 ] 19 19 build: [
+1 -1
packages/sihl-core/sihl-core.0.2.0/opam
··· 21 21 "tls" {>= "0.11.1"} 22 22 "ssl" {>= "0.5.9"} 23 23 "lwt_ssl" {>= "1.1.3"} 24 - "caqti" {>= "1.2.1"} 24 + "caqti" {>= "1.2.1" & < "2.0.0~"} 25 25 "safepass" {>= "3.0"} 26 26 "jwto" {>= "0.3.0"} 27 27 "ppx_fields_conv" {>= "v0.13.0"}
+1 -1
packages/sihl-core/sihl-core.0.2.1/opam
··· 21 21 "tls" {>= "0.11.1"} 22 22 "ssl" {>= "0.5.9"} 23 23 "lwt_ssl" {>= "1.1.3"} 24 - "caqti" {>= "1.2.1"} 24 + "caqti" {>= "1.2.1" & < "2.0.0~"} 25 25 "safepass" {>= "3.0"} 26 26 "jwto" {>= "0.3.0"} 27 27 "ppx_fields_conv" {>= "v0.13.0"}
+1 -1
packages/sihl-core/sihl-core.0.2.2/opam
··· 22 22 "ssl" {>= "0.5.9"} 23 23 "uuidm" {>= "0.9.7"} 24 24 "lwt_ssl" {>= "1.1.3"} 25 - "caqti" {>= "1.2.1"} 25 + "caqti" {>= "1.2.1" & < "2.0.0~"} 26 26 "safepass" {>= "3.0"} 27 27 "jwto" {>= "0.3.0"} 28 28 "ppx_fields_conv" {>= "v0.13.0"}
+1 -1
packages/sihl-core/sihl-core.0.3.0~rc1/opam
··· 22 22 "ssl" {>= "0.5.9"} 23 23 "uuidm" {>= "0.9.7"} 24 24 "lwt_ssl" {>= "1.1.3"} 25 - "caqti" {>= "1.2.1"} 25 + "caqti" {>= "1.2.1" & < "2.0.0~"} 26 26 "safepass" {>= "3.0"} 27 27 "jwto" {>= "0.3.0"} 28 28 "uuidm" {>= "0.9.7"}
+2 -2
packages/sihl-email/sihl-email.0.4.0/opam
··· 14 14 "sihl" {= version} 15 15 "cohttp-lwt-unix" {>= "2.5.4"} 16 16 "alcotest-lwt" {>= "1.3.0" & with-test} 17 - "caqti-driver-postgresql" {>= "1.2.0" & with-test} 18 - "caqti-driver-mariadb" {>= "1.2.0" & with-test} 17 + "caqti-driver-postgresql" {>= "1.2.0" & < "2.0.0~" & with-test} 18 + "caqti-driver-mariadb" {>= "1.2.0" & < "2.0.0~" & with-test} 19 19 "odoc" {with-doc} 20 20 ] 21 21 build: [
+2 -2
packages/sihl-email/sihl-email.0.4.1/opam
··· 14 14 "sihl" {= version} 15 15 "cohttp-lwt-unix" {>= "2.5.4"} 16 16 "alcotest-lwt" {>= "1.3.0" & with-test} 17 - "caqti-driver-postgresql" {>= "1.2.0" & with-test} 18 - "caqti-driver-mariadb" {>= "1.2.0" & with-test} 17 + "caqti-driver-postgresql" {>= "1.2.0" & < "2.0.0~" & with-test} 18 + "caqti-driver-mariadb" {>= "1.2.0" & < "2.0.0~" & with-test} 19 19 "odoc" {with-doc} 20 20 ] 21 21 build: [
+2 -2
packages/sihl-email/sihl-email.0.5.0/opam
··· 14 14 "sihl" {= version} 15 15 "cohttp-lwt-unix" {>= "2.5.4"} 16 16 "alcotest-lwt" {>= "1.3.0" & with-test} 17 - "caqti-driver-postgresql" {>= "1.2.0" & with-test} 18 - "caqti-driver-mariadb" {>= "1.2.0" & with-test} 17 + "caqti-driver-postgresql" {>= "1.2.0" & < "2.0.0~" & with-test} 18 + "caqti-driver-mariadb" {>= "1.2.0" & < "2.0.0~" & with-test} 19 19 "odoc" {with-doc} 20 20 ] 21 21 build: [
+2 -2
packages/sihl-email/sihl-email.0.6.0~rc1/opam
··· 14 14 "sihl" {= version} 15 15 "cohttp-lwt-unix" {>= "2.5.4"} 16 16 "alcotest-lwt" {>= "1.3.0" & with-test} 17 - "caqti-driver-postgresql" {>= "1.2.0" & with-test} 18 - "caqti-driver-mariadb" {>= "1.2.0" & with-test} 17 + "caqti-driver-postgresql" {>= "1.2.0" & < "2.0.0~" & with-test} 18 + "caqti-driver-mariadb" {>= "1.2.0" & < "2.0.0~" & with-test} 19 19 "odoc" {with-doc} 20 20 ] 21 21 build: [
+2 -2
packages/sihl-email/sihl-email.1.0.0/opam
··· 15 15 "sihl" {= version} 16 16 "cohttp-lwt-unix" {>= "2.5.4"} 17 17 "alcotest-lwt" {>= "1.4.0" & with-test} 18 - "caqti-driver-postgresql" {>= "1.5.1" & with-test} 19 - "caqti-driver-mariadb" {>= "1.5.1" & with-test} 18 + "caqti-driver-postgresql" {>= "1.5.1" & < "2.0.0~" & with-test} 19 + "caqti-driver-mariadb" {>= "1.5.1" & < "2.0.0~" & with-test} 20 20 "odoc" {with-doc} 21 21 ] 22 22 build: [
+2 -2
packages/sihl-email/sihl-email.1.0.0~rc1/opam
··· 14 14 "sihl" {= version} 15 15 "cohttp-lwt-unix" {>= "2.5.4"} 16 16 "alcotest-lwt" {>= "1.4.0" & with-test} 17 - "caqti-driver-postgresql" {>= "1.5.1" & with-test} 18 - "caqti-driver-mariadb" {>= "1.5.1" & with-test} 17 + "caqti-driver-postgresql" {>= "1.5.1" & < "2.0.0~" & with-test} 18 + "caqti-driver-mariadb" {>= "1.5.1" & < "2.0.0~" & with-test} 19 19 "odoc" {with-doc} 20 20 ] 21 21 build: [
+2 -2
packages/sihl-email/sihl-email.1.0.0~rc2/opam
··· 14 14 "sihl" {= version} 15 15 "cohttp-lwt-unix" {>= "2.5.4"} 16 16 "alcotest-lwt" {>= "1.4.0" & with-test} 17 - "caqti-driver-postgresql" {>= "1.5.1" & with-test} 18 - "caqti-driver-mariadb" {>= "1.5.1" & with-test} 17 + "caqti-driver-postgresql" {>= "1.5.1" & < "2.0.0~" & with-test} 18 + "caqti-driver-mariadb" {>= "1.5.1" & < "2.0.0~" & with-test} 19 19 "odoc" {with-doc} 20 20 ] 21 21 build: [
+2 -2
packages/sihl-email/sihl-email.1.0.0~rc3/opam
··· 15 15 "sihl" {= version} 16 16 "cohttp-lwt-unix" {>= "2.5.4"} 17 17 "alcotest-lwt" {>= "1.4.0" & with-test} 18 - "caqti-driver-postgresql" {>= "1.5.1" & with-test} 19 - "caqti-driver-mariadb" {>= "1.5.1" & with-test} 18 + "caqti-driver-postgresql" {>= "1.5.1" & < "2.0.0~" & with-test} 19 + "caqti-driver-mariadb" {>= "1.5.1" & < "2.0.0~" & with-test} 20 20 "odoc" {with-doc} 21 21 ] 22 22 build: [
+2 -2
packages/sihl-email/sihl-email.1.0.1/opam
··· 15 15 "sihl" {= version} 16 16 "cohttp-lwt-unix" {>= "2.5.4"} 17 17 "alcotest-lwt" {>= "1.4.0" & with-test} 18 - "caqti-driver-postgresql" {>= "1.5.1" & with-test} 19 - "caqti-driver-mariadb" {>= "1.5.1" & with-test} 18 + "caqti-driver-postgresql" {>= "1.5.1" & < "2.0.0~" & with-test} 19 + "caqti-driver-mariadb" {>= "1.5.1" & < "2.0.0~" & with-test} 20 20 "odoc" {with-doc} 21 21 ] 22 22 build: [
+2 -2
packages/sihl-email/sihl-email.2.0.0/opam
··· 15 15 "sihl" {= version} 16 16 "cohttp-lwt-unix" {>= "2.5.4"} 17 17 "alcotest-lwt" {>= "1.4.0" & with-test} 18 - "caqti-driver-postgresql" {>= "1.5.1" & with-test} 19 - "caqti-driver-mariadb" {>= "1.5.1" & with-test} 18 + "caqti-driver-postgresql" {>= "1.5.1" & < "2.0.0~" & with-test} 19 + "caqti-driver-mariadb" {>= "1.5.1" & < "2.0.0~" & with-test} 20 20 "odoc" {with-doc} 21 21 ] 22 22 build: [
+2 -2
packages/sihl-email/sihl-email.2.0.1/opam
··· 15 15 "sihl" {= version} 16 16 "cohttp-lwt-unix" {>= "2.5.4"} 17 17 "alcotest-lwt" {>= "1.4.0" & with-test} 18 - "caqti-driver-postgresql" {>= "1.5.1" & with-test} 19 - "caqti-driver-mariadb" {>= "1.5.1" & with-test} 18 + "caqti-driver-postgresql" {>= "1.5.1" & < "2.0.0~" & with-test} 19 + "caqti-driver-mariadb" {>= "1.5.1" & < "2.0.0~" & with-test} 20 20 "odoc" {with-doc} 21 21 ] 22 22 build: [
+2 -2
packages/sihl-email/sihl-email.3.0.0/opam
··· 15 15 "sihl" {= version} 16 16 "cohttp-lwt-unix" {>= "2.5.4"} 17 17 "alcotest-lwt" {>= "1.4.0" & with-test} 18 - "caqti-driver-postgresql" {>= "1.5.1" & with-test} 19 - "caqti-driver-mariadb" {>= "1.5.1" & with-test} 18 + "caqti-driver-postgresql" {>= "1.5.1" & < "2.0.0~" & with-test} 19 + "caqti-driver-mariadb" {>= "1.5.1" & < "2.0.0~" & with-test} 20 20 "odoc" {with-doc} 21 21 ] 22 22 build: [
+2 -2
packages/sihl-email/sihl-email.3.0.1/opam
··· 15 15 "sihl" {= version} 16 16 "cohttp-lwt-unix" {>= "2.5.4"} 17 17 "alcotest-lwt" {>= "1.4.0" & with-test} 18 - "caqti-driver-postgresql" {>= "1.5.1" & with-test} 19 - "caqti-driver-mariadb" {>= "1.5.1" & with-test} 18 + "caqti-driver-postgresql" {>= "1.5.1" & < "2.0.0~" & with-test} 19 + "caqti-driver-mariadb" {>= "1.5.1" & < "2.0.0~" & with-test} 20 20 "odoc" {with-doc} 21 21 ] 22 22 build: [
+2 -2
packages/sihl-email/sihl-email.3.0.2/opam
··· 15 15 "sihl" {= version} 16 16 "cohttp-lwt-unix" {>= "2.5.4"} 17 17 "alcotest-lwt" {>= "1.4.0" & with-test} 18 - "caqti-driver-postgresql" {>= "1.5.1" & with-test} 19 - "caqti-driver-mariadb" {>= "1.5.1" & with-test} 18 + "caqti-driver-postgresql" {>= "1.5.1" & < "2.0.0~" & with-test} 19 + "caqti-driver-mariadb" {>= "1.5.1" & < "2.0.0~" & with-test} 20 20 "odoc" {with-doc} 21 21 ] 22 22 build: [
+2 -2
packages/sihl-email/sihl-email.3.0.3/opam
··· 15 15 "sihl" {= version} 16 16 "cohttp-lwt-unix" {>= "2.5.4"} 17 17 "alcotest-lwt" {>= "1.4.0" & with-test} 18 - "caqti-driver-postgresql" {>= "1.8.0" & with-test} 19 - "caqti-driver-mariadb" {>= "1.8.0" & with-test} 18 + "caqti-driver-postgresql" {>= "1.8.0" & < "2.0.0~" & with-test} 19 + "caqti-driver-mariadb" {>= "1.8.0" & < "2.0.0~" & with-test} 20 20 "odoc" {with-doc} 21 21 ] 22 22 build: [
+2 -2
packages/sihl-email/sihl-email.3.0.4/opam
··· 15 15 "sihl" {= version} 16 16 "cohttp-lwt-unix" {>= "2.5.4"} 17 17 "alcotest-lwt" {>= "1.4.0" & with-test} 18 - "caqti-driver-postgresql" {>= "1.8.0" & with-test} 19 - "caqti-driver-mariadb" {>= "1.8.0" & with-test} 18 + "caqti-driver-postgresql" {>= "1.8.0" & < "2.0.0~" & with-test} 19 + "caqti-driver-mariadb" {>= "1.8.0" & < "2.0.0~" & with-test} 20 20 "odoc" {with-doc} 21 21 ] 22 22 build: [
+2 -2
packages/sihl-email/sihl-email.3.0.5/opam
··· 15 15 "sihl" {= version} 16 16 "cohttp-lwt-unix" {>= "2.5.4"} 17 17 "alcotest-lwt" {>= "1.4.0" & with-test} 18 - "caqti-driver-postgresql" {>= "1.8.0" & with-test} 19 - "caqti-driver-mariadb" {>= "1.8.0" & with-test} 18 + "caqti-driver-postgresql" {>= "1.8.0" & < "2.0.0~" & with-test} 19 + "caqti-driver-mariadb" {>= "1.8.0" & < "2.0.0~" & with-test} 20 20 "odoc" {with-doc} 21 21 ] 22 22 build: [
+2 -2
packages/sihl-persistence/sihl-persistence.0.2.0/opam
··· 12 12 "dune" {>= "2.7"} 13 13 "ocaml" {>= "4.08.0"} 14 14 "sihl-contract" {= version} 15 - "caqti" {>= "1.2.1"} 16 - "caqti-lwt" {>= "1.2.0"} 15 + "caqti" {>= "1.2.1" & < "2.0.0~"} 16 + "caqti-lwt" {>= "1.2.0" & < "2.0.0~"} 17 17 "odoc" {with-doc} 18 18 ] 19 19 build: [
+2 -2
packages/sihl-persistence/sihl-persistence.0.2.1/opam
··· 12 12 "dune" {>= "2.7"} 13 13 "ocaml" {>= "4.08.0"} 14 14 "sihl-contract" {= version} 15 - "caqti" {>= "1.2.1"} 16 - "caqti-lwt" {>= "1.2.0"} 15 + "caqti" {>= "1.2.1" & < "2.0.0~"} 16 + "caqti-lwt" {>= "1.2.0" & < "2.0.0~"} 17 17 "odoc" {with-doc} 18 18 ] 19 19 build: [
+2 -2
packages/sihl-persistence/sihl-persistence.0.2.2/opam
··· 12 12 "dune" {>= "2.7"} 13 13 "ocaml" {>= "4.08.0"} 14 14 "sihl-contract" {= version} 15 - "caqti" {>= "1.2.1"} 16 - "caqti-lwt" {>= "1.2.0"} 15 + "caqti" {>= "1.2.1" & < "2.0.0~"} 16 + "caqti-lwt" {>= "1.2.0" & < "2.0.0~"} 17 17 "odoc" {with-doc} 18 18 ] 19 19 build: [
+2 -2
packages/sihl-persistence/sihl-persistence.0.3.0~rc1/opam
··· 12 12 "dune" {>= "2.7"} 13 13 "ocaml" {>= "4.08.0"} 14 14 "sihl-facade" {= version} 15 - "caqti" {>= "1.2.1"} 16 - "caqti-lwt" {>= "1.2.0"} 15 + "caqti" {>= "1.2.1" & < "2.0.0~"} 16 + "caqti-lwt" {>= "1.2.0" & < "2.0.0~"} 17 17 "alcotest-lwt" {>= "1.2.0" & < "3.0.0" & with-test} 18 18 "odoc" {with-doc} 19 19 ]
+2 -2
packages/sihl-queue/sihl-queue.0.4.0/opam
··· 14 14 "sihl" {= version} 15 15 "tyxml-ppx" {>= "4.4.0"} 16 16 "alcotest-lwt" {>= "1.3.0" & with-test} 17 - "caqti-driver-postgresql" {>= "1.2.0" & with-test} 18 - "caqti-driver-mariadb" {>= "1.2.0" & with-test} 17 + "caqti-driver-postgresql" {>= "1.2.0" & < "2.0.0~" & with-test} 18 + "caqti-driver-mariadb" {>= "1.2.0" & < "2.0.0~" & with-test} 19 19 "odoc" {with-doc} 20 20 ] 21 21 build: [
+2 -2
packages/sihl-queue/sihl-queue.0.4.1/opam
··· 14 14 "sihl" {= version} 15 15 "tyxml-ppx" {>= "4.4.0"} 16 16 "alcotest-lwt" {>= "1.3.0" & with-test} 17 - "caqti-driver-postgresql" {>= "1.2.0" & with-test} 18 - "caqti-driver-mariadb" {>= "1.2.0" & with-test} 17 + "caqti-driver-postgresql" {>= "1.2.0" & < "2.0.0~" & with-test} 18 + "caqti-driver-mariadb" {>= "1.2.0" & < "2.0.0~" & with-test} 19 19 "odoc" {with-doc} 20 20 ] 21 21 build: [
+2 -2
packages/sihl-queue/sihl-queue.0.5.0/opam
··· 14 14 "sihl" {= version} 15 15 "tyxml-ppx" {>= "4.4.0"} 16 16 "alcotest-lwt" {>= "1.3.0" & with-test} 17 - "caqti-driver-postgresql" {>= "1.2.0" & with-test} 18 - "caqti-driver-mariadb" {>= "1.2.0" & with-test} 17 + "caqti-driver-postgresql" {>= "1.2.0" & < "2.0.0~" & with-test} 18 + "caqti-driver-mariadb" {>= "1.2.0" & < "2.0.0~" & with-test} 19 19 "odoc" {with-doc} 20 20 ] 21 21 build: [
+2 -2
packages/sihl-queue/sihl-queue.0.6.0~rc1/opam
··· 14 14 "sihl" {= version} 15 15 "tyxml-ppx" {>= "4.4.0"} 16 16 "alcotest-lwt" {>= "1.3.0" & with-test} 17 - "caqti-driver-postgresql" {>= "1.2.0" & with-test} 18 - "caqti-driver-mariadb" {>= "1.2.0" & with-test} 17 + "caqti-driver-postgresql" {>= "1.2.0" & < "2.0.0~" & with-test} 18 + "caqti-driver-mariadb" {>= "1.2.0" & < "2.0.0~" & with-test} 19 19 "odoc" {with-doc} 20 20 ] 21 21 build: [
+2 -2
packages/sihl-queue/sihl-queue.1.0.0/opam
··· 15 15 "sihl" {= version} 16 16 "tyxml-ppx" {>= "4.4.0"} 17 17 "alcotest-lwt" {>= "1.4.0" & with-test} 18 - "caqti-driver-postgresql" {>= "1.5.1" & with-test} 19 - "caqti-driver-mariadb" {>= "1.5.1" & with-test} 18 + "caqti-driver-postgresql" {>= "1.5.1" & < "2.0.0~" & with-test} 19 + "caqti-driver-mariadb" {>= "1.5.1" & < "2.0.0~" & with-test} 20 20 "odoc" {with-doc} 21 21 ] 22 22 build: [
+2 -2
packages/sihl-queue/sihl-queue.1.0.0~rc1/opam
··· 14 14 "sihl" {= version} 15 15 "tyxml-ppx" {>= "4.4.0"} 16 16 "alcotest-lwt" {>= "1.4.0" & with-test} 17 - "caqti-driver-postgresql" {>= "1.5.1" & with-test} 18 - "caqti-driver-mariadb" {>= "1.5.1" & with-test} 17 + "caqti-driver-postgresql" {>= "1.5.1" & < "2.0.0~" & with-test} 18 + "caqti-driver-mariadb" {>= "1.5.1" & < "2.0.0~" & with-test} 19 19 "odoc" {with-doc} 20 20 ] 21 21 build: [
+2 -2
packages/sihl-queue/sihl-queue.1.0.0~rc2/opam
··· 14 14 "sihl" {= version} 15 15 "tyxml-ppx" {>= "4.4.0"} 16 16 "alcotest-lwt" {>= "1.4.0" & with-test} 17 - "caqti-driver-postgresql" {>= "1.5.1" & with-test} 18 - "caqti-driver-mariadb" {>= "1.5.1" & with-test} 17 + "caqti-driver-postgresql" {>= "1.5.1" & < "2.0.0~" & with-test} 18 + "caqti-driver-mariadb" {>= "1.5.1" & < "2.0.0~" & with-test} 19 19 "odoc" {with-doc} 20 20 ] 21 21 build: [
+2 -2
packages/sihl-queue/sihl-queue.1.0.0~rc3/opam
··· 15 15 "sihl" {= version} 16 16 "tyxml-ppx" {>= "4.4.0"} 17 17 "alcotest-lwt" {>= "1.4.0" & with-test} 18 - "caqti-driver-postgresql" {>= "1.5.1" & with-test} 19 - "caqti-driver-mariadb" {>= "1.5.1" & with-test} 18 + "caqti-driver-postgresql" {>= "1.5.1" & < "2.0.0~" & with-test} 19 + "caqti-driver-mariadb" {>= "1.5.1" & < "2.0.0~" & with-test} 20 20 "odoc" {with-doc} 21 21 ] 22 22 build: [
+2 -2
packages/sihl-queue/sihl-queue.1.0.1/opam
··· 15 15 "sihl" {= version} 16 16 "tyxml-ppx" {>= "4.4.0"} 17 17 "alcotest-lwt" {>= "1.4.0" & with-test} 18 - "caqti-driver-postgresql" {>= "1.5.1" & with-test} 19 - "caqti-driver-mariadb" {>= "1.5.1" & with-test} 18 + "caqti-driver-postgresql" {>= "1.5.1" & < "2.0.0~" & with-test} 19 + "caqti-driver-mariadb" {>= "1.5.1" & < "2.0.0~" & with-test} 20 20 "odoc" {with-doc} 21 21 ] 22 22 build: [
+2 -2
packages/sihl-queue/sihl-queue.2.0.0/opam
··· 15 15 "sihl" {= version} 16 16 "tyxml-ppx" {>= "4.4.0"} 17 17 "alcotest-lwt" {>= "1.4.0" & with-test} 18 - "caqti-driver-postgresql" {>= "1.5.1" & with-test} 19 - "caqti-driver-mariadb" {>= "1.5.1" & with-test} 18 + "caqti-driver-postgresql" {>= "1.5.1" & < "2.0.0~" & with-test} 19 + "caqti-driver-mariadb" {>= "1.5.1" & < "2.0.0~" & with-test} 20 20 "odoc" {with-doc} 21 21 ] 22 22 build: [
+2 -2
packages/sihl-queue/sihl-queue.2.0.1/opam
··· 15 15 "sihl" {= version} 16 16 "tyxml-ppx" {>= "4.4.0"} 17 17 "alcotest-lwt" {>= "1.4.0" & with-test} 18 - "caqti-driver-postgresql" {>= "1.5.1" & with-test} 19 - "caqti-driver-mariadb" {>= "1.5.1" & with-test} 18 + "caqti-driver-postgresql" {>= "1.5.1" & < "2.0.0~" & with-test} 19 + "caqti-driver-mariadb" {>= "1.5.1" & < "2.0.0~" & with-test} 20 20 "odoc" {with-doc} 21 21 ] 22 22 build: [
+2 -2
packages/sihl-queue/sihl-queue.3.0.0/opam
··· 15 15 "sihl" {= version} 16 16 "tyxml-ppx" {>= "4.4.0"} 17 17 "alcotest-lwt" {>= "1.4.0" & with-test} 18 - "caqti-driver-postgresql" {>= "1.5.1" & with-test} 19 - "caqti-driver-mariadb" {>= "1.5.1" & with-test} 18 + "caqti-driver-postgresql" {>= "1.5.1" & < "2.0.0~" & with-test} 19 + "caqti-driver-mariadb" {>= "1.5.1" & < "2.0.0~" & with-test} 20 20 "odoc" {with-doc} 21 21 ] 22 22 build: [
+2 -2
packages/sihl-queue/sihl-queue.3.0.1/opam
··· 15 15 "sihl" {= version} 16 16 "tyxml-ppx" {>= "4.4.0"} 17 17 "alcotest-lwt" {>= "1.4.0" & with-test} 18 - "caqti-driver-postgresql" {>= "1.5.1" & with-test} 19 - "caqti-driver-mariadb" {>= "1.5.1" & with-test} 18 + "caqti-driver-postgresql" {>= "1.5.1" & < "2.0.0~" & with-test} 19 + "caqti-driver-mariadb" {>= "1.5.1" & < "2.0.0~" & with-test} 20 20 "odoc" {with-doc} 21 21 ] 22 22 build: [
+2 -2
packages/sihl-queue/sihl-queue.3.0.2/opam
··· 15 15 "sihl" {= version} 16 16 "tyxml-ppx" {>= "4.4.0"} 17 17 "alcotest-lwt" {>= "1.4.0" & with-test} 18 - "caqti-driver-postgresql" {>= "1.5.1" & with-test} 19 - "caqti-driver-mariadb" {>= "1.5.1" & with-test} 18 + "caqti-driver-postgresql" {>= "1.5.1" & < "2.0.0~" & with-test} 19 + "caqti-driver-mariadb" {>= "1.5.1" & < "2.0.0~" & with-test} 20 20 "odoc" {with-doc} 21 21 ] 22 22 build: [
+2 -2
packages/sihl-queue/sihl-queue.3.0.3/opam
··· 15 15 "sihl" {= version} 16 16 "tyxml-ppx" {>= "4.4.0"} 17 17 "alcotest-lwt" {>= "1.4.0" & with-test} 18 - "caqti-driver-postgresql" {>= "1.8.0" & with-test} 19 - "caqti-driver-mariadb" {>= "1.8.0" & with-test} 18 + "caqti-driver-postgresql" {>= "1.8.0" & < "2.0.0~" & with-test} 19 + "caqti-driver-mariadb" {>= "1.8.0" & < "2.0.0~" & with-test} 20 20 "odoc" {with-doc} 21 21 ] 22 22 build: [
+2 -2
packages/sihl-queue/sihl-queue.3.0.4/opam
··· 15 15 "sihl" {= version} 16 16 "tyxml-ppx" {>= "4.4.0"} 17 17 "alcotest-lwt" {>= "1.4.0" & with-test} 18 - "caqti-driver-postgresql" {>= "1.8.0" & with-test} 19 - "caqti-driver-mariadb" {>= "1.8.0" & with-test} 18 + "caqti-driver-postgresql" {>= "1.8.0" & < "2.0.0~" & with-test} 19 + "caqti-driver-mariadb" {>= "1.8.0" & < "2.0.0~" & with-test} 20 20 "odoc" {with-doc} 21 21 ] 22 22 build: [
+2 -2
packages/sihl-queue/sihl-queue.3.0.5/opam
··· 15 15 "sihl" {= version} 16 16 "tyxml-ppx" {>= "4.4.0"} 17 17 "alcotest-lwt" {>= "1.4.0" & with-test} 18 - "caqti-driver-postgresql" {>= "1.8.0" & with-test} 19 - "caqti-driver-mariadb" {>= "1.8.0" & with-test} 18 + "caqti-driver-postgresql" {>= "1.8.0" & < "2.0.0~" & with-test} 19 + "caqti-driver-mariadb" {>= "1.8.0" & < "2.0.0~" & with-test} 20 20 "odoc" {with-doc} 21 21 ] 22 22 build: [
+2 -2
packages/sihl-storage/sihl-storage.0.4.0/opam
··· 13 13 "ocaml" {>= "4.08.0"} 14 14 "sihl" {= version} 15 15 "alcotest-lwt" {>= "1.3.0" & with-test} 16 - "caqti-driver-postgresql" {>= "1.2.0" & with-test} 17 - "caqti-driver-mariadb" {>= "1.2.0" & with-test} 16 + "caqti-driver-postgresql" {>= "1.2.0" & < "2.0.0~" & with-test} 17 + "caqti-driver-mariadb" {>= "1.2.0" & < "2.0.0~" & with-test} 18 18 "odoc" {with-doc} 19 19 ] 20 20 build: [
+2 -2
packages/sihl-storage/sihl-storage.0.4.1/opam
··· 13 13 "ocaml" {>= "4.08.0"} 14 14 "sihl" {= version} 15 15 "alcotest-lwt" {>= "1.3.0" & with-test} 16 - "caqti-driver-postgresql" {>= "1.2.0" & with-test} 17 - "caqti-driver-mariadb" {>= "1.2.0" & with-test} 16 + "caqti-driver-postgresql" {>= "1.2.0" & < "2.0.0~" & with-test} 17 + "caqti-driver-mariadb" {>= "1.2.0" & < "2.0.0~" & with-test} 18 18 "odoc" {with-doc} 19 19 ] 20 20 build: [
+2 -2
packages/sihl-storage/sihl-storage.0.5.0/opam
··· 13 13 "ocaml" {>= "4.08.0"} 14 14 "sihl" {= version} 15 15 "alcotest-lwt" {>= "1.3.0" & with-test} 16 - "caqti-driver-postgresql" {>= "1.2.0" & with-test} 17 - "caqti-driver-mariadb" {>= "1.2.0" & with-test} 16 + "caqti-driver-postgresql" {>= "1.2.0" & < "2.0.0~" & with-test} 17 + "caqti-driver-mariadb" {>= "1.2.0" & < "2.0.0~" & with-test} 18 18 "odoc" {with-doc} 19 19 ] 20 20 build: [
+2 -2
packages/sihl-storage/sihl-storage.0.6.0~rc1/opam
··· 13 13 "ocaml" {>= "4.08.0"} 14 14 "sihl" {= version} 15 15 "alcotest-lwt" {>= "1.3.0" & with-test} 16 - "caqti-driver-postgresql" {>= "1.2.0" & with-test} 17 - "caqti-driver-mariadb" {>= "1.2.0" & with-test} 16 + "caqti-driver-postgresql" {>= "1.2.0" & < "2.0.0~" & with-test} 17 + "caqti-driver-mariadb" {>= "1.2.0" & < "2.0.0~" & with-test} 18 18 "odoc" {with-doc} 19 19 ] 20 20 build: [
+2 -2
packages/sihl-storage/sihl-storage.1.0.0/opam
··· 14 14 "ocaml" {>= "4.08.0"} 15 15 "sihl" {= version} 16 16 "alcotest-lwt" {>= "1.4.0" & with-test} 17 - "caqti-driver-postgresql" {>= "1.5.1" & with-test} 18 - "caqti-driver-mariadb" {>= "1.5.1" & with-test} 17 + "caqti-driver-postgresql" {>= "1.5.1" & < "2.0.0~" & with-test} 18 + "caqti-driver-mariadb" {>= "1.5.1" & < "2.0.0~" & with-test} 19 19 "odoc" {with-doc} 20 20 ] 21 21 build: [
+2 -2
packages/sihl-storage/sihl-storage.1.0.0~rc1/opam
··· 13 13 "ocaml" {>= "4.08.0"} 14 14 "sihl" {= version} 15 15 "alcotest-lwt" {>= "1.4.0" & with-test} 16 - "caqti-driver-postgresql" {>= "1.5.1" & with-test} 17 - "caqti-driver-mariadb" {>= "1.5.1" & with-test} 16 + "caqti-driver-postgresql" {>= "1.5.1" & < "2.0.0~" & with-test} 17 + "caqti-driver-mariadb" {>= "1.5.1" & < "2.0.0~" & with-test} 18 18 "odoc" {with-doc} 19 19 ] 20 20 build: [
+2 -2
packages/sihl-storage/sihl-storage.1.0.0~rc2/opam
··· 13 13 "ocaml" {>= "4.08.0"} 14 14 "sihl" {= version} 15 15 "alcotest-lwt" {>= "1.4.0" & with-test} 16 - "caqti-driver-postgresql" {>= "1.5.1" & with-test} 17 - "caqti-driver-mariadb" {>= "1.5.1" & with-test} 16 + "caqti-driver-postgresql" {>= "1.5.1" & < "2.0.0~" & with-test} 17 + "caqti-driver-mariadb" {>= "1.5.1" & < "2.0.0~" & with-test} 18 18 "odoc" {with-doc} 19 19 ] 20 20 build: [
+2 -2
packages/sihl-storage/sihl-storage.1.0.0~rc3/opam
··· 14 14 "ocaml" {>= "4.08.0"} 15 15 "sihl" {= version} 16 16 "alcotest-lwt" {>= "1.4.0" & with-test} 17 - "caqti-driver-postgresql" {>= "1.5.1" & with-test} 18 - "caqti-driver-mariadb" {>= "1.5.1" & with-test} 17 + "caqti-driver-postgresql" {>= "1.5.1" & < "2.0.0~" & with-test} 18 + "caqti-driver-mariadb" {>= "1.5.1" & < "2.0.0~" & with-test} 19 19 "odoc" {with-doc} 20 20 ] 21 21 build: [
+2 -2
packages/sihl-storage/sihl-storage.1.0.1/opam
··· 14 14 "ocaml" {>= "4.08.0"} 15 15 "sihl" {= version} 16 16 "alcotest-lwt" {>= "1.4.0" & with-test} 17 - "caqti-driver-postgresql" {>= "1.5.1" & with-test} 18 - "caqti-driver-mariadb" {>= "1.5.1" & with-test} 17 + "caqti-driver-postgresql" {>= "1.5.1" & < "2.0.0~" & with-test} 18 + "caqti-driver-mariadb" {>= "1.5.1" & < "2.0.0~" & with-test} 19 19 "odoc" {with-doc} 20 20 ] 21 21 build: [
+2 -2
packages/sihl-storage/sihl-storage.2.0.0/opam
··· 14 14 "ocaml" {>= "4.08.0"} 15 15 "sihl" {= version} 16 16 "alcotest-lwt" {>= "1.4.0" & with-test} 17 - "caqti-driver-postgresql" {>= "1.5.1" & with-test} 18 - "caqti-driver-mariadb" {>= "1.5.1" & with-test} 17 + "caqti-driver-postgresql" {>= "1.5.1" & < "2.0.0~" & with-test} 18 + "caqti-driver-mariadb" {>= "1.5.1" & < "2.0.0~" & with-test} 19 19 "odoc" {with-doc} 20 20 ] 21 21 build: [
+2 -2
packages/sihl-storage/sihl-storage.2.0.1/opam
··· 14 14 "ocaml" {>= "4.08.0"} 15 15 "sihl" {= version} 16 16 "alcotest-lwt" {>= "1.4.0" & with-test} 17 - "caqti-driver-postgresql" {>= "1.5.1" & with-test} 18 - "caqti-driver-mariadb" {>= "1.5.1" & with-test} 17 + "caqti-driver-postgresql" {>= "1.5.1" & < "2.0.0~" & with-test} 18 + "caqti-driver-mariadb" {>= "1.5.1" & < "2.0.0~" & with-test} 19 19 "odoc" {with-doc} 20 20 ] 21 21 build: [
+2 -2
packages/sihl-storage/sihl-storage.3.0.0/opam
··· 14 14 "ocaml" {>= "4.08.0"} 15 15 "sihl" {= version} 16 16 "alcotest-lwt" {>= "1.4.0" & with-test} 17 - "caqti-driver-postgresql" {>= "1.5.1" & with-test} 18 - "caqti-driver-mariadb" {>= "1.5.1" & with-test} 17 + "caqti-driver-postgresql" {>= "1.5.1" & < "2.0.0~" & with-test} 18 + "caqti-driver-mariadb" {>= "1.5.1" & < "2.0.0~" & with-test} 19 19 "odoc" {with-doc} 20 20 ] 21 21 build: [
+2 -2
packages/sihl-storage/sihl-storage.3.0.1/opam
··· 14 14 "ocaml" {>= "4.08.0"} 15 15 "sihl" {= version} 16 16 "alcotest-lwt" {>= "1.4.0" & with-test} 17 - "caqti-driver-postgresql" {>= "1.5.1" & with-test} 18 - "caqti-driver-mariadb" {>= "1.5.1" & with-test} 17 + "caqti-driver-postgresql" {>= "1.5.1" & < "2.0.0~" & with-test} 18 + "caqti-driver-mariadb" {>= "1.5.1" & < "2.0.0~" & with-test} 19 19 "odoc" {with-doc} 20 20 ] 21 21 build: [
+2 -2
packages/sihl-storage/sihl-storage.3.0.2/opam
··· 14 14 "ocaml" {>= "4.08.0"} 15 15 "sihl" {= version} 16 16 "alcotest-lwt" {>= "1.4.0" & with-test} 17 - "caqti-driver-postgresql" {>= "1.5.1" & with-test} 18 - "caqti-driver-mariadb" {>= "1.5.1" & with-test} 17 + "caqti-driver-postgresql" {>= "1.5.1" & < "2.0.0~" & with-test} 18 + "caqti-driver-mariadb" {>= "1.5.1" & < "2.0.0~" & with-test} 19 19 "odoc" {with-doc} 20 20 ] 21 21 build: [
+2 -2
packages/sihl-storage/sihl-storage.3.0.3/opam
··· 14 14 "ocaml" {>= "4.08.0"} 15 15 "sihl" {= version} 16 16 "alcotest-lwt" {>= "1.4.0" & with-test} 17 - "caqti-driver-postgresql" {>= "1.8.0" & with-test} 18 - "caqti-driver-mariadb" {>= "1.8.0" & with-test} 17 + "caqti-driver-postgresql" {>= "1.8.0" & < "2.0.0~" & with-test} 18 + "caqti-driver-mariadb" {>= "1.8.0" & < "2.0.0~" & with-test} 19 19 "odoc" {with-doc} 20 20 ] 21 21 build: [
+2 -2
packages/sihl-storage/sihl-storage.3.0.4/opam
··· 14 14 "ocaml" {>= "4.08.0"} 15 15 "sihl" {= version} 16 16 "alcotest-lwt" {>= "1.4.0" & with-test} 17 - "caqti-driver-postgresql" {>= "1.8.0" & with-test} 18 - "caqti-driver-mariadb" {>= "1.8.0" & with-test} 17 + "caqti-driver-postgresql" {>= "1.8.0" & < "2.0.0~" & with-test} 18 + "caqti-driver-mariadb" {>= "1.8.0" & < "2.0.0~" & with-test} 19 19 "odoc" {with-doc} 20 20 ] 21 21 build: [
+2 -2
packages/sihl-storage/sihl-storage.3.0.5/opam
··· 14 14 "ocaml" {>= "4.08.0"} 15 15 "sihl" {= version} 16 16 "alcotest-lwt" {>= "1.4.0" & with-test} 17 - "caqti-driver-postgresql" {>= "1.8.0" & with-test} 18 - "caqti-driver-mariadb" {>= "1.8.0" & with-test} 17 + "caqti-driver-postgresql" {>= "1.8.0" & < "2.0.0~" & with-test} 18 + "caqti-driver-mariadb" {>= "1.8.0" & < "2.0.0~" & with-test} 19 19 "odoc" {with-doc} 20 20 ] 21 21 build: [
+2 -2
packages/sihl-token/sihl-token.0.4.0/opam
··· 13 13 "ocaml" {>= "4.08.0"} 14 14 "sihl" {= version} 15 15 "alcotest-lwt" {>= "1.3.0" & with-test} 16 - "caqti-driver-postgresql" {>= "1.2.0" & with-test} 17 - "caqti-driver-mariadb" {>= "1.2.0" & with-test} 16 + "caqti-driver-postgresql" {>= "1.2.0" & < "2.0.0~" & with-test} 17 + "caqti-driver-mariadb" {>= "1.2.0" & < "2.0.0~" & with-test} 18 18 "odoc" {with-doc} 19 19 ] 20 20 build: [
+2 -2
packages/sihl-token/sihl-token.0.4.1/opam
··· 13 13 "ocaml" {>= "4.08.0"} 14 14 "sihl" {= version} 15 15 "alcotest-lwt" {>= "1.3.0" & with-test} 16 - "caqti-driver-postgresql" {>= "1.2.0" & with-test} 17 - "caqti-driver-mariadb" {>= "1.2.0" & with-test} 16 + "caqti-driver-postgresql" {>= "1.2.0" & < "2.0.0~" & with-test} 17 + "caqti-driver-mariadb" {>= "1.2.0" & < "2.0.0~" & with-test} 18 18 "odoc" {with-doc} 19 19 ] 20 20 build: [
+2 -2
packages/sihl-token/sihl-token.0.5.0/opam
··· 13 13 "ocaml" {>= "4.08.0"} 14 14 "sihl" {= version} 15 15 "alcotest-lwt" {>= "1.3.0" & with-test} 16 - "caqti-driver-postgresql" {>= "1.2.0" & with-test} 17 - "caqti-driver-mariadb" {>= "1.2.0" & with-test} 16 + "caqti-driver-postgresql" {>= "1.2.0" & < "2.0.0~" & with-test} 17 + "caqti-driver-mariadb" {>= "1.2.0" & < "2.0.0~" & with-test} 18 18 "odoc" {with-doc} 19 19 ] 20 20 build: [
+2 -2
packages/sihl-token/sihl-token.0.6.0~rc1/opam
··· 13 13 "ocaml" {>= "4.08.0"} 14 14 "sihl" {= version} 15 15 "alcotest-lwt" {>= "1.3.0" & with-test} 16 - "caqti-driver-postgresql" {>= "1.2.0" & with-test} 17 - "caqti-driver-mariadb" {>= "1.2.0" & with-test} 16 + "caqti-driver-postgresql" {>= "1.2.0" & < "2.0.0~" & with-test} 17 + "caqti-driver-mariadb" {>= "1.2.0" & < "2.0.0~" & with-test} 18 18 "odoc" {with-doc} 19 19 ] 20 20 build: [
+2 -2
packages/sihl-token/sihl-token.1.0.0/opam
··· 14 14 "ocaml" {>= "4.08.0"} 15 15 "sihl" {= version} 16 16 "alcotest-lwt" {>= "1.4.0" & with-test} 17 - "caqti-driver-postgresql" {>= "1.5.1" & with-test} 18 - "caqti-driver-mariadb" {>= "1.5.1" & with-test} 17 + "caqti-driver-postgresql" {>= "1.5.1" & < "2.0.0~" & with-test} 18 + "caqti-driver-mariadb" {>= "1.5.1" & < "2.0.0~" & with-test} 19 19 "odoc" {with-doc} 20 20 ] 21 21 build: [
+2 -2
packages/sihl-token/sihl-token.1.0.0~rc1/opam
··· 13 13 "ocaml" {>= "4.08.0"} 14 14 "sihl" {= version} 15 15 "alcotest-lwt" {>= "1.4.0" & with-test} 16 - "caqti-driver-postgresql" {>= "1.5.1" & with-test} 17 - "caqti-driver-mariadb" {>= "1.5.1" & with-test} 16 + "caqti-driver-postgresql" {>= "1.5.1" & < "2.0.0~" & with-test} 17 + "caqti-driver-mariadb" {>= "1.5.1" & < "2.0.0~" & with-test} 18 18 "odoc" {with-doc} 19 19 ] 20 20 build: [
+2 -2
packages/sihl-token/sihl-token.1.0.0~rc2/opam
··· 13 13 "ocaml" {>= "4.08.0"} 14 14 "sihl" {= version} 15 15 "alcotest-lwt" {>= "1.4.0" & with-test} 16 - "caqti-driver-postgresql" {>= "1.5.1" & with-test} 17 - "caqti-driver-mariadb" {>= "1.5.1" & with-test} 16 + "caqti-driver-postgresql" {>= "1.5.1" & < "2.0.0~" & with-test} 17 + "caqti-driver-mariadb" {>= "1.5.1" & < "2.0.0~" & with-test} 18 18 "odoc" {with-doc} 19 19 ] 20 20 build: [
+2 -2
packages/sihl-token/sihl-token.1.0.0~rc3/opam
··· 14 14 "ocaml" {>= "4.08.0"} 15 15 "sihl" {= version} 16 16 "alcotest-lwt" {>= "1.4.0" & with-test} 17 - "caqti-driver-postgresql" {>= "1.5.1" & with-test} 18 - "caqti-driver-mariadb" {>= "1.5.1" & with-test} 17 + "caqti-driver-postgresql" {>= "1.5.1" & < "2.0.0~" & with-test} 18 + "caqti-driver-mariadb" {>= "1.5.1" & < "2.0.0~" & with-test} 19 19 "odoc" {with-doc} 20 20 ] 21 21 build: [
+2 -2
packages/sihl-token/sihl-token.1.0.1/opam
··· 14 14 "ocaml" {>= "4.08.0"} 15 15 "sihl" {= version} 16 16 "alcotest-lwt" {>= "1.4.0" & with-test} 17 - "caqti-driver-postgresql" {>= "1.5.1" & with-test} 18 - "caqti-driver-mariadb" {>= "1.5.1" & with-test} 17 + "caqti-driver-postgresql" {>= "1.5.1" & < "2.0.0~" & with-test} 18 + "caqti-driver-mariadb" {>= "1.5.1" & < "2.0.0~" & with-test} 19 19 "odoc" {with-doc} 20 20 ] 21 21 build: [
+2 -2
packages/sihl-token/sihl-token.2.0.0/opam
··· 14 14 "ocaml" {>= "4.08.0"} 15 15 "sihl" {= version} 16 16 "alcotest-lwt" {>= "1.4.0" & with-test} 17 - "caqti-driver-postgresql" {>= "1.5.1" & with-test} 18 - "caqti-driver-mariadb" {>= "1.5.1" & with-test} 17 + "caqti-driver-postgresql" {>= "1.5.1" & < "2.0.0~" & with-test} 18 + "caqti-driver-mariadb" {>= "1.5.1" & < "2.0.0~" & with-test} 19 19 "odoc" {with-doc} 20 20 ] 21 21 build: [
+2 -2
packages/sihl-token/sihl-token.2.0.1/opam
··· 14 14 "ocaml" {>= "4.08.0"} 15 15 "sihl" {= version} 16 16 "alcotest-lwt" {>= "1.4.0" & with-test} 17 - "caqti-driver-postgresql" {>= "1.5.1" & with-test} 18 - "caqti-driver-mariadb" {>= "1.5.1" & with-test} 17 + "caqti-driver-postgresql" {>= "1.5.1" & < "2.0.0~" & with-test} 18 + "caqti-driver-mariadb" {>= "1.5.1" & < "2.0.0~" & with-test} 19 19 "odoc" {with-doc} 20 20 ] 21 21 build: [
+2 -2
packages/sihl-token/sihl-token.3.0.0/opam
··· 14 14 "ocaml" {>= "4.08.0"} 15 15 "sihl" {= version} 16 16 "alcotest-lwt" {>= "1.4.0" & with-test} 17 - "caqti-driver-postgresql" {>= "1.5.1" & with-test} 18 - "caqti-driver-mariadb" {>= "1.5.1" & with-test} 17 + "caqti-driver-postgresql" {>= "1.5.1" & < "2.0.0~" & with-test} 18 + "caqti-driver-mariadb" {>= "1.5.1" & < "2.0.0~" & with-test} 19 19 "odoc" {with-doc} 20 20 ] 21 21 build: [
+2 -2
packages/sihl-token/sihl-token.3.0.1/opam
··· 14 14 "ocaml" {>= "4.08.0"} 15 15 "sihl" {= version} 16 16 "alcotest-lwt" {>= "1.4.0" & with-test} 17 - "caqti-driver-postgresql" {>= "1.5.1" & with-test} 18 - "caqti-driver-mariadb" {>= "1.5.1" & with-test} 17 + "caqti-driver-postgresql" {>= "1.5.1" & < "2.0.0~" & with-test} 18 + "caqti-driver-mariadb" {>= "1.5.1" & < "2.0.0~" & with-test} 19 19 "odoc" {with-doc} 20 20 ] 21 21 build: [
+2 -2
packages/sihl-token/sihl-token.3.0.2/opam
··· 14 14 "ocaml" {>= "4.08.0"} 15 15 "sihl" {= version} 16 16 "alcotest-lwt" {>= "1.4.0" & with-test} 17 - "caqti-driver-postgresql" {>= "1.5.1" & with-test} 18 - "caqti-driver-mariadb" {>= "1.5.1" & with-test} 17 + "caqti-driver-postgresql" {>= "1.5.1" & < "2.0.0~" & with-test} 18 + "caqti-driver-mariadb" {>= "1.5.1" & < "2.0.0~" & with-test} 19 19 "odoc" {with-doc} 20 20 ] 21 21 build: [
+2 -2
packages/sihl-token/sihl-token.3.0.3/opam
··· 14 14 "ocaml" {>= "4.08.0"} 15 15 "sihl" {= version} 16 16 "alcotest-lwt" {>= "1.4.0" & with-test} 17 - "caqti-driver-postgresql" {>= "1.8.0" & with-test} 18 - "caqti-driver-mariadb" {>= "1.8.0" & with-test} 17 + "caqti-driver-postgresql" {>= "1.8.0" & < "2.0.0~" & with-test} 18 + "caqti-driver-mariadb" {>= "1.8.0" & < "2.0.0~" & with-test} 19 19 "odoc" {with-doc} 20 20 ] 21 21 build: [
+2 -2
packages/sihl-token/sihl-token.3.0.4/opam
··· 14 14 "ocaml" {>= "4.08.0"} 15 15 "sihl" {= version} 16 16 "alcotest-lwt" {>= "1.4.0" & with-test} 17 - "caqti-driver-postgresql" {>= "1.8.0" & with-test} 18 - "caqti-driver-mariadb" {>= "1.8.0" & with-test} 17 + "caqti-driver-postgresql" {>= "1.8.0" & < "2.0.0~" & with-test} 18 + "caqti-driver-mariadb" {>= "1.8.0" & < "2.0.0~" & with-test} 19 19 "odoc" {with-doc} 20 20 ] 21 21 build: [
+2 -2
packages/sihl-token/sihl-token.3.0.5/opam
··· 14 14 "ocaml" {>= "4.08.0"} 15 15 "sihl" {= version} 16 16 "alcotest-lwt" {>= "1.4.0" & with-test} 17 - "caqti-driver-postgresql" {>= "1.8.0" & with-test} 18 - "caqti-driver-mariadb" {>= "1.8.0" & with-test} 17 + "caqti-driver-postgresql" {>= "1.8.0" & < "2.0.0~" & with-test} 18 + "caqti-driver-mariadb" {>= "1.8.0" & < "2.0.0~" & with-test} 19 19 "odoc" {with-doc} 20 20 ] 21 21 build: [
+1 -1
packages/sihl-type/sihl-type.0.2.0/opam
··· 15 15 "opium" {>= "0.19.0"} 16 16 "multipart-form-data" {>= "0.3.0"} 17 17 "uuidm" {>= "0.9.7"} 18 - "caqti-lwt" {>= "1.2.0"} 18 + "caqti-lwt" {>= "1.2.0" & < "2.0.0~"} 19 19 "alcotest" {>= "1.2.0"} 20 20 "alcotest-lwt" {>= "1.2.0" & < "3.0.0" & with-test} 21 21 "odoc" {with-doc}
+1 -1
packages/sihl-type/sihl-type.0.2.1/opam
··· 13 13 "ocaml" {>= "4.08.0"} 14 14 "sihl-core" {= version} 15 15 "opium" {>= "0.19.0"} 16 - "caqti-lwt" {>= "1.2.0"} 16 + "caqti-lwt" {>= "1.2.0" & < "2.0.0~"} 17 17 "multipart-form-data" {>= "0.3.0"} 18 18 "uuidm" {>= "0.9.7"} 19 19 "alcotest" {>= "1.2.0"}
+1 -1
packages/sihl-type/sihl-type.0.2.2/opam
··· 13 13 "ocaml" {>= "4.08.0"} 14 14 "sihl-core" {= version} 15 15 "opium" {>= "0.20.0"} 16 - "caqti-lwt" {>= "1.2.0"} 16 + "caqti-lwt" {>= "1.2.0" & < "2.0.0~"} 17 17 "multipart-form-data" {>= "0.3.0"} 18 18 "alcotest" {>= "1.2.0"} 19 19 "alcotest-lwt" {>= "1.2.0" & < "3.0.0" & with-test}
+2 -2
packages/sihl-user/sihl-user.0.4.0/opam
··· 14 14 "sihl" {= version} 15 15 "sihl-token" {= version & with-test} 16 16 "alcotest-lwt" {>= "1.3.0" & with-test} 17 - "caqti-driver-postgresql" {>= "1.2.0" & with-test} 18 - "caqti-driver-mariadb" {>= "1.2.0" & with-test} 17 + "caqti-driver-postgresql" {>= "1.2.0" & < "2.0.0~" & with-test} 18 + "caqti-driver-mariadb" {>= "1.2.0" & < "2.0.0~" & with-test} 19 19 "odoc" {with-doc} 20 20 ] 21 21 build: [
+2 -2
packages/sihl-user/sihl-user.0.4.1/opam
··· 14 14 "sihl" {= version} 15 15 "sihl-token" {= version & with-test} 16 16 "alcotest-lwt" {>= "1.3.0" & with-test} 17 - "caqti-driver-postgresql" {>= "1.2.0" & with-test} 18 - "caqti-driver-mariadb" {>= "1.2.0" & with-test} 17 + "caqti-driver-postgresql" {>= "1.2.0" & < "2.0.0~" & with-test} 18 + "caqti-driver-mariadb" {>= "1.2.0" & < "2.0.0~" & with-test} 19 19 "odoc" {with-doc} 20 20 ] 21 21 build: [
+2 -2
packages/sihl-user/sihl-user.0.5.0/opam
··· 14 14 "sihl" {= version} 15 15 "sihl-token" {= version & with-test} 16 16 "alcotest-lwt" {>= "1.3.0" & with-test} 17 - "caqti-driver-postgresql" {>= "1.2.0" & with-test} 18 - "caqti-driver-mariadb" {>= "1.2.0" & with-test} 17 + "caqti-driver-postgresql" {>= "1.2.0" & < "2.0.0~" & with-test} 18 + "caqti-driver-mariadb" {>= "1.2.0" & < "2.0.0~" & with-test} 19 19 "odoc" {with-doc} 20 20 ] 21 21 build: [
+2 -2
packages/sihl-user/sihl-user.0.6.0~rc1/opam
··· 14 14 "sihl" {= version} 15 15 "sihl-token" {= version & with-test} 16 16 "alcotest-lwt" {>= "1.3.0" & with-test} 17 - "caqti-driver-postgresql" {>= "1.2.0" & with-test} 18 - "caqti-driver-mariadb" {>= "1.2.0" & with-test} 17 + "caqti-driver-postgresql" {>= "1.2.0" & < "2.0.0~" & with-test} 18 + "caqti-driver-mariadb" {>= "1.2.0" & < "2.0.0~" & with-test} 19 19 "odoc" {with-doc} 20 20 ] 21 21 build: [
+2 -2
packages/sihl-user/sihl-user.1.0.0/opam
··· 15 15 "sihl" {= version} 16 16 "sihl-token" {= version & with-test} 17 17 "alcotest-lwt" {>= "1.4.0" & with-test} 18 - "caqti-driver-postgresql" {>= "1.5.1" & with-test} 19 - "caqti-driver-mariadb" {>= "1.5.1" & with-test} 18 + "caqti-driver-postgresql" {>= "1.5.1" & < "2.0.0~" & with-test} 19 + "caqti-driver-mariadb" {>= "1.5.1" & < "2.0.0~" & with-test} 20 20 "odoc" {with-doc} 21 21 ] 22 22 build: [
+2 -2
packages/sihl-user/sihl-user.1.0.0~rc1/opam
··· 14 14 "sihl" {= version} 15 15 "sihl-token" {= version & with-test} 16 16 "alcotest-lwt" {>= "1.4.0" & with-test} 17 - "caqti-driver-postgresql" {>= "1.5.1" & with-test} 18 - "caqti-driver-mariadb" {>= "1.5.1" & with-test} 17 + "caqti-driver-postgresql" {>= "1.5.1" & < "2.0.0~" & with-test} 18 + "caqti-driver-mariadb" {>= "1.5.1" & < "2.0.0~" & with-test} 19 19 "odoc" {with-doc} 20 20 ] 21 21 build: [
+2 -2
packages/sihl-user/sihl-user.1.0.0~rc2/opam
··· 14 14 "sihl" {= version} 15 15 "sihl-token" {= version & with-test} 16 16 "alcotest-lwt" {>= "1.4.0" & with-test} 17 - "caqti-driver-postgresql" {>= "1.5.1" & with-test} 18 - "caqti-driver-mariadb" {>= "1.5.1" & with-test} 17 + "caqti-driver-postgresql" {>= "1.5.1" & < "2.0.0~" & with-test} 18 + "caqti-driver-mariadb" {>= "1.5.1" & < "2.0.0~" & with-test} 19 19 "odoc" {with-doc} 20 20 ] 21 21 build: [
+2 -2
packages/sihl-user/sihl-user.1.0.0~rc3/opam
··· 15 15 "sihl" {= version} 16 16 "sihl-token" {= version & with-test} 17 17 "alcotest-lwt" {>= "1.4.0" & with-test} 18 - "caqti-driver-postgresql" {>= "1.5.1" & with-test} 19 - "caqti-driver-mariadb" {>= "1.5.1" & with-test} 18 + "caqti-driver-postgresql" {>= "1.5.1" & < "2.0.0~" & with-test} 19 + "caqti-driver-mariadb" {>= "1.5.1" & < "2.0.0~" & with-test} 20 20 "odoc" {with-doc} 21 21 ] 22 22 build: [
+2 -2
packages/sihl-user/sihl-user.1.0.1/opam
··· 15 15 "sihl" {= version} 16 16 "sihl-token" {= version & with-test} 17 17 "alcotest-lwt" {>= "1.4.0" & with-test} 18 - "caqti-driver-postgresql" {>= "1.5.1" & with-test} 19 - "caqti-driver-mariadb" {>= "1.5.1" & with-test} 18 + "caqti-driver-postgresql" {>= "1.5.1" & < "2.0.0~" & with-test} 19 + "caqti-driver-mariadb" {>= "1.5.1" & < "2.0.0~" & with-test} 20 20 "odoc" {with-doc} 21 21 ] 22 22 build: [
+2 -2
packages/sihl-user/sihl-user.2.0.0/opam
··· 15 15 "sihl" {= version} 16 16 "sihl-token" {= version & with-test} 17 17 "alcotest-lwt" {>= "1.4.0" & with-test} 18 - "caqti-driver-postgresql" {>= "1.5.1" & with-test} 19 - "caqti-driver-mariadb" {>= "1.5.1" & with-test} 18 + "caqti-driver-postgresql" {>= "1.5.1" & < "2.0.0~" & with-test} 19 + "caqti-driver-mariadb" {>= "1.5.1" & < "2.0.0~" & with-test} 20 20 "odoc" {with-doc} 21 21 ] 22 22 build: [
+2 -2
packages/sihl-user/sihl-user.2.0.1/opam
··· 15 15 "sihl" {= version} 16 16 "sihl-token" {= version & with-test} 17 17 "alcotest-lwt" {>= "1.4.0" & with-test} 18 - "caqti-driver-postgresql" {>= "1.5.1" & with-test} 19 - "caqti-driver-mariadb" {>= "1.5.1" & with-test} 18 + "caqti-driver-postgresql" {>= "1.5.1" & < "2.0.0~" & with-test} 19 + "caqti-driver-mariadb" {>= "1.5.1" & < "2.0.0~" & with-test} 20 20 "odoc" {with-doc} 21 21 ] 22 22 build: [
+2 -2
packages/sihl-user/sihl-user.3.0.0/opam
··· 15 15 "sihl" {= version} 16 16 "sihl-token" {= version & with-test} 17 17 "alcotest-lwt" {>= "1.4.0" & with-test} 18 - "caqti-driver-postgresql" {>= "1.5.1" & with-test} 19 - "caqti-driver-mariadb" {>= "1.5.1" & with-test} 18 + "caqti-driver-postgresql" {>= "1.5.1" & < "2.0.0~" & with-test} 19 + "caqti-driver-mariadb" {>= "1.5.1" & < "2.0.0~" & with-test} 20 20 "odoc" {with-doc} 21 21 ] 22 22 build: [
+2 -2
packages/sihl-user/sihl-user.3.0.1/opam
··· 15 15 "sihl" {= version} 16 16 "sihl-token" {= version & with-test} 17 17 "alcotest-lwt" {>= "1.4.0" & with-test} 18 - "caqti-driver-postgresql" {>= "1.5.1" & with-test} 19 - "caqti-driver-mariadb" {>= "1.5.1" & with-test} 18 + "caqti-driver-postgresql" {>= "1.5.1" & < "2.0.0~" & with-test} 19 + "caqti-driver-mariadb" {>= "1.5.1" & < "2.0.0~" & with-test} 20 20 "odoc" {with-doc} 21 21 ] 22 22 build: [
+2 -2
packages/sihl-user/sihl-user.3.0.2/opam
··· 15 15 "sihl" {= version} 16 16 "sihl-token" {= version & with-test} 17 17 "alcotest-lwt" {>= "1.4.0" & with-test} 18 - "caqti-driver-postgresql" {>= "1.5.1" & with-test} 19 - "caqti-driver-mariadb" {>= "1.5.1" & with-test} 18 + "caqti-driver-postgresql" {>= "1.5.1" & < "2.0.0~" & with-test} 19 + "caqti-driver-mariadb" {>= "1.5.1" & < "2.0.0~" & with-test} 20 20 "odoc" {with-doc} 21 21 ] 22 22 build: [
+2 -2
packages/sihl-user/sihl-user.3.0.3/opam
··· 15 15 "sihl" {= version} 16 16 "sihl-token" {= version & with-test} 17 17 "alcotest-lwt" {>= "1.4.0" & with-test} 18 - "caqti-driver-postgresql" {>= "1.8.0" & with-test} 19 - "caqti-driver-mariadb" {>= "1.8.0" & with-test} 18 + "caqti-driver-postgresql" {>= "1.8.0" & < "2.0.0~" & with-test} 19 + "caqti-driver-mariadb" {>= "1.8.0" & < "2.0.0~" & with-test} 20 20 "odoc" {with-doc} 21 21 ] 22 22 build: [
+2 -2
packages/sihl-user/sihl-user.3.0.4/opam
··· 15 15 "sihl" {= version} 16 16 "sihl-token" {= version & with-test} 17 17 "alcotest-lwt" {>= "1.4.0" & with-test} 18 - "caqti-driver-postgresql" {>= "1.8.0" & with-test} 19 - "caqti-driver-mariadb" {>= "1.8.0" & with-test} 18 + "caqti-driver-postgresql" {>= "1.8.0" & < "2.0.0~" & with-test} 19 + "caqti-driver-mariadb" {>= "1.8.0" & < "2.0.0~" & with-test} 20 20 "odoc" {with-doc} 21 21 ] 22 22 build: [
+2 -2
packages/sihl-user/sihl-user.3.0.5/opam
··· 15 15 "sihl" {= version} 16 16 "sihl-token" {= version & with-test} 17 17 "alcotest-lwt" {>= "1.4.0" & with-test} 18 - "caqti-driver-postgresql" {>= "1.8.0" & with-test} 19 - "caqti-driver-mariadb" {>= "1.8.0" & with-test} 18 + "caqti-driver-postgresql" {>= "1.8.0" & < "2.0.0~" & with-test} 19 + "caqti-driver-mariadb" {>= "1.8.0" & < "2.0.0~" & with-test} 20 20 "odoc" {with-doc} 21 21 ] 22 22 build: [
+2 -2
packages/sihl/sihl.0.0.56/opam
··· 19 19 "tls" {>= "0.11.1"} 20 20 "ssl" {>= "0.5.9"} 21 21 "lwt_ssl" {>= "1.1.3"} 22 - "caqti" {>= "1.2.1"} 23 - "caqti-lwt" {>= "1.2.0"} 22 + "caqti" {>= "1.2.1" & < "2.0.0~"} 23 + "caqti-lwt" {>= "1.2.0" & < "2.0.0~"} 24 24 "tyxml" {>= "4.3.0"} 25 25 "tyxml-jsx" {>= "4.3.0"} 26 26 "reason" {>= "3.0.0"}
+2 -2
packages/sihl/sihl.0.1.0/opam
··· 19 19 "tls" {>= "0.11.1"} 20 20 "ssl" {>= "0.5.9"} 21 21 "lwt_ssl" {>= "1.1.3"} 22 - "caqti" {>= "1.2.1"} 23 - "caqti-lwt" {>= "1.2.0"} 22 + "caqti" {>= "1.2.1" & < "2.0.0~"} 23 + "caqti-lwt" {>= "1.2.0" & < "2.0.0~"} 24 24 "tyxml" {>= "4.3.0"} 25 25 "tyxml-jsx" {>= "4.3.0"} 26 26 "reason" {>= "3.0.0"}
+2 -2
packages/sihl/sihl.0.1.1/opam
··· 19 19 "tls" {>= "0.11.1"} 20 20 "ssl" {>= "0.5.9"} 21 21 "lwt_ssl" {>= "1.1.3"} 22 - "caqti" {>= "1.2.1"} 23 - "caqti-lwt" {>= "1.2.0"} 22 + "caqti" {>= "1.2.1" & < "2.0.0~"} 23 + "caqti-lwt" {>= "1.2.0" & < "2.0.0~"} 24 24 "tyxml" {>= "4.3.0"} 25 25 "tyxml-jsx" {>= "4.3.0"} 26 26 "reason" {>= "3.0.0"}
+2 -2
packages/sihl/sihl.0.1.10/opam
··· 21 21 "tls" {>= "0.11.1" & < "0.16.0"} 22 22 "ssl" {>= "0.5.9"} 23 23 "lwt_ssl" {>= "1.1.3"} 24 - "caqti" {>= "1.2.1"} 25 - "caqti-lwt" {>= "1.2.0"} 24 + "caqti" {>= "1.2.1" & < "2.0.0~"} 25 + "caqti-lwt" {>= "1.2.0" & < "2.0.0~"} 26 26 "tyxml" {>= "4.3.0"} 27 27 "logs" {>= "0.7.0"} 28 28 "fmt" {>= "0.8.8"}
+2 -2
packages/sihl/sihl.0.1.2/opam
··· 19 19 "tls" {>= "0.11.1"} 20 20 "ssl" {>= "0.5.9"} 21 21 "lwt_ssl" {>= "1.1.3"} 22 - "caqti" {>= "1.2.1"} 23 - "caqti-lwt" {>= "1.2.0"} 22 + "caqti" {>= "1.2.1" & < "2.0.0~"} 23 + "caqti-lwt" {>= "1.2.0" & < "2.0.0~"} 24 24 "tyxml" {>= "4.3.0"} 25 25 "tyxml-jsx" {>= "4.3.0"} 26 26 "reason" {>= "3.0.0"}
+2 -2
packages/sihl/sihl.0.1.3/opam
··· 19 19 "tls" {>= "0.11.1"} 20 20 "ssl" {>= "0.5.9"} 21 21 "lwt_ssl" {>= "1.1.3"} 22 - "caqti" {>= "1.2.1"} 23 - "caqti-lwt" {>= "1.2.0"} 22 + "caqti" {>= "1.2.1" & < "2.0.0~"} 23 + "caqti-lwt" {>= "1.2.0" & < "2.0.0~"} 24 24 "tyxml" {>= "4.3.0"} 25 25 "tyxml-jsx" {>= "4.3.0"} 26 26 "reason" {>= "3.0.0"}
+2 -2
packages/sihl/sihl.0.1.4/opam
··· 19 19 "tls" {>= "0.11.1"} 20 20 "ssl" {>= "0.5.9"} 21 21 "lwt_ssl" {>= "1.1.3"} 22 - "caqti" {>= "1.2.1"} 23 - "caqti-lwt" {>= "1.2.0"} 22 + "caqti" {>= "1.2.1" & < "2.0.0~"} 23 + "caqti-lwt" {>= "1.2.0" & < "2.0.0~"} 24 24 "tyxml" {>= "4.3.0"} 25 25 "logs" {>= "0.7.0"} 26 26 "fmt" {>= "0.8.8"}
+2 -2
packages/sihl/sihl.0.1.5/opam
··· 19 19 "tls" {>= "0.11.1"} 20 20 "ssl" {>= "0.5.9"} 21 21 "lwt_ssl" {>= "1.1.3"} 22 - "caqti" {>= "1.2.1"} 23 - "caqti-lwt" {>= "1.2.0"} 22 + "caqti" {>= "1.2.1" & < "2.0.0~"} 23 + "caqti-lwt" {>= "1.2.0" & < "2.0.0~"} 24 24 "tyxml" {>= "4.3.0"} 25 25 "logs" {>= "0.7.0"} 26 26 "fmt" {>= "0.8.8"}
+2 -2
packages/sihl/sihl.0.1.6/opam
··· 21 21 "tls" {>= "0.11.1" & < "0.16.0"} 22 22 "ssl" {>= "0.5.9"} 23 23 "lwt_ssl" {>= "1.1.3"} 24 - "caqti" {>= "1.2.1"} 25 - "caqti-lwt" {>= "1.2.0"} 24 + "caqti" {>= "1.2.1" & < "2.0.0~"} 25 + "caqti-lwt" {>= "1.2.0" & < "2.0.0~"} 26 26 "tyxml" {>= "4.3.0"} 27 27 "logs" {>= "0.7.0"} 28 28 "fmt" {>= "0.8.8"}
+2 -2
packages/sihl/sihl.0.1.7/opam
··· 21 21 "tls" {>= "0.11.1" & < "0.16.0"} 22 22 "ssl" {>= "0.5.9"} 23 23 "lwt_ssl" {>= "1.1.3"} 24 - "caqti" {>= "1.2.1"} 25 - "caqti-lwt" {>= "1.2.0"} 24 + "caqti" {>= "1.2.1" & < "2.0.0~"} 25 + "caqti-lwt" {>= "1.2.0" & < "2.0.0~"} 26 26 "tyxml" {>= "4.3.0"} 27 27 "logs" {>= "0.7.0"} 28 28 "fmt" {>= "0.8.8"}
+2 -2
packages/sihl/sihl.0.1.8/opam
··· 21 21 "tls" {>= "0.11.1" & < "0.16.0"} 22 22 "ssl" {>= "0.5.9"} 23 23 "lwt_ssl" {>= "1.1.3"} 24 - "caqti" {>= "1.2.1"} 25 - "caqti-lwt" {>= "1.2.0"} 24 + "caqti" {>= "1.2.1" & < "2.0.0~"} 25 + "caqti-lwt" {>= "1.2.0" & < "2.0.0~"} 26 26 "tyxml" {>= "4.3.0"} 27 27 "logs" {>= "0.7.0"} 28 28 "fmt" {>= "0.8.8"}
+2 -2
packages/sihl/sihl.0.1.9/opam
··· 21 21 "tls" {>= "0.11.1" & < "0.16.0"} 22 22 "ssl" {>= "0.5.9"} 23 23 "lwt_ssl" {>= "1.1.3"} 24 - "caqti" {>= "1.2.1"} 25 - "caqti-lwt" {>= "1.2.0"} 24 + "caqti" {>= "1.2.1" & < "2.0.0~"} 25 + "caqti-lwt" {>= "1.2.0" & < "2.0.0~"} 26 26 "tyxml" {>= "4.3.0"} 27 27 "logs" {>= "0.7.0"} 28 28 "fmt" {>= "0.8.8"}
+3 -3
packages/sihl/sihl.0.3.0/opam
··· 23 23 "ssl" {>= "0.5.9"} 24 24 "uuidm" {>= "0.9.7"} 25 25 "lwt_ssl" {>= "1.1.3"} 26 - "caqti" {>= "1.2.1"} 26 + "caqti" {>= "1.2.1" & < "2.0.0~"} 27 27 "safepass" {>= "3.0"} 28 28 "jwto" {>= "0.3.0"} 29 29 "uuidm" {>= "0.9.7"} 30 30 "ppx_fields_conv" {>= "v0.13.0"} 31 31 "ppx_sexp_conv" {>= "v0.13.0" & < "v0.16.0"} 32 32 "opium" {>= "0.20.0"} 33 - "caqti" {>= "1.2.1"} 34 - "caqti-lwt" {>= "1.2.0"} 33 + "caqti" {>= "1.2.1" & < "2.0.0~"} 34 + "caqti-lwt" {>= "1.2.0" & < "2.0.0~"} 35 35 "cohttp-lwt-unix" {>= "2.5.4" & with-test} 36 36 "alcotest-lwt" {>= "1.2.0" & with-test} 37 37 "odoc" {with-doc}
+3 -3
packages/sihl/sihl.0.3.0~rc2/opam
··· 23 23 "ssl" {>= "0.5.9"} 24 24 "uuidm" {>= "0.9.7"} 25 25 "lwt_ssl" {>= "1.1.3"} 26 - "caqti" {>= "1.2.1"} 26 + "caqti" {>= "1.2.1" & < "2.0.0~"} 27 27 "safepass" {>= "3.0"} 28 28 "jwto" {>= "0.3.0"} 29 29 "uuidm" {>= "0.9.7"} 30 30 "ppx_fields_conv" {>= "v0.13.0"} 31 31 "ppx_sexp_conv" {>= "v0.13.0" & < "v0.16.0"} 32 32 "opium" {>= "0.20.0"} 33 - "caqti" {>= "1.2.1"} 34 - "caqti-lwt" {>= "1.2.0"} 33 + "caqti" {>= "1.2.1" & < "2.0.0~"} 34 + "caqti-lwt" {>= "1.2.0" & < "2.0.0~"} 35 35 "sihl-token" {= version & with-test} 36 36 "sihl-user" {= version & with-test} 37 37 "cohttp-lwt-unix" {>= "2.5.4" & with-test}
+5 -5
packages/sihl/sihl.0.4.0/opam
··· 25 25 "ssl" {>= "0.5.9"} 26 26 "uuidm" {>= "0.9.7"} 27 27 "lwt_ssl" {>= "1.1.3"} 28 - "caqti" {>= "1.2.1"} 28 + "caqti" {>= "1.2.1" & < "2.0.0~"} 29 29 "safepass" {>= "3.0"} 30 30 "jwto" {>= "0.3.0"} 31 31 "uuidm" {>= "0.9.7"} 32 32 "ppx_fields_conv" {>= "v0.13.0"} 33 33 "ppx_sexp_conv" {>= "v0.13.0" & < "v0.16.0"} 34 34 "opium" {>= "0.20.0"} 35 - "caqti" {>= "1.2.1"} 36 - "caqti-lwt" {>= "1.2.0"} 35 + "caqti" {>= "1.2.1" & < "2.0.0~"} 36 + "caqti-lwt" {>= "1.2.0" & < "2.0.0~"} 37 37 "cohttp-lwt-unix" {>= "2.5.4" & with-test} 38 38 "alcotest-lwt" {>= "1.3.0" & with-test} 39 - "caqti-driver-postgresql" {>= "1.2.0" & with-test} 40 - "caqti-driver-mariadb" {>= "1.2.0" & with-test} 39 + "caqti-driver-postgresql" {>= "1.2.0" & < "2.0.0~" & with-test} 40 + "caqti-driver-mariadb" {>= "1.2.0" & < "2.0.0~" & with-test} 41 41 "odoc" {with-doc} 42 42 ] 43 43 build: [
+5 -5
packages/sihl/sihl.0.4.1/opam
··· 25 25 "ssl" {>= "0.5.9"} 26 26 "uuidm" {>= "0.9.7"} 27 27 "lwt_ssl" {>= "1.1.3"} 28 - "caqti" {>= "1.2.1"} 28 + "caqti" {>= "1.2.1" & < "2.0.0~"} 29 29 "safepass" {>= "3.0"} 30 30 "jwto" {>= "0.3.0"} 31 31 "uuidm" {>= "0.9.7"} 32 32 "ppx_fields_conv" {>= "v0.13.0"} 33 33 "ppx_sexp_conv" {>= "v0.13.0" & < "v0.16.0"} 34 34 "opium" {>= "0.20.0"} 35 - "caqti" {>= "1.2.1"} 36 - "caqti-lwt" {>= "1.2.0"} 35 + "caqti" {>= "1.2.1" & < "2.0.0~"} 36 + "caqti-lwt" {>= "1.2.0" & < "2.0.0~"} 37 37 "cohttp-lwt-unix" {>= "2.5.4" & with-test} 38 38 "alcotest-lwt" {>= "1.3.0" & with-test} 39 - "caqti-driver-postgresql" {>= "1.2.0" & with-test} 40 - "caqti-driver-mariadb" {>= "1.2.0" & with-test} 39 + "caqti-driver-postgresql" {>= "1.2.0" & < "2.0.0~" & with-test} 40 + "caqti-driver-mariadb" {>= "1.2.0" & < "2.0.0~" & with-test} 41 41 "odoc" {with-doc} 42 42 ] 43 43 build: [
+5 -5
packages/sihl/sihl.0.5.0/opam
··· 25 25 "ssl" {>= "0.5.9"} 26 26 "uuidm" {>= "0.9.7"} 27 27 "lwt_ssl" {>= "1.1.3"} 28 - "caqti" {>= "1.2.1"} 28 + "caqti" {>= "1.2.1" & < "2.0.0~"} 29 29 "safepass" {>= "3.0"} 30 30 "jwto" {>= "0.3.0"} 31 31 "uuidm" {>= "0.9.7"} 32 32 "ppx_fields_conv" {>= "v0.13.0"} 33 33 "ppx_sexp_conv" {>= "v0.13.0" & < "v0.16.0"} 34 34 "opium" {>= "0.20.0"} 35 - "caqti" {>= "1.2.1"} 36 - "caqti-lwt" {>= "1.2.0"} 35 + "caqti" {>= "1.2.1" & < "2.0.0~"} 36 + "caqti-lwt" {>= "1.2.0" & < "2.0.0~"} 37 37 "cohttp-lwt-unix" {>= "2.5.4" & with-test} 38 38 "alcotest-lwt" {>= "1.3.0" & with-test} 39 - "caqti-driver-postgresql" {>= "1.2.0" & with-test} 40 - "caqti-driver-mariadb" {>= "1.2.0" & with-test} 39 + "caqti-driver-postgresql" {>= "1.2.0" & < "2.0.0~" & with-test} 40 + "caqti-driver-mariadb" {>= "1.2.0" & < "2.0.0~" & with-test} 41 41 "odoc" {with-doc} 42 42 ] 43 43 build: [
+5 -5
packages/sihl/sihl.0.6.0~rc1/opam
··· 28 28 "uuidm" {>= "0.9.7"} 29 29 "lwt_ssl" {>= "1.1.3"} 30 30 "lwt_ppx" {>= "2.0.1"} 31 - "caqti" {>= "1.2.1"} 31 + "caqti" {>= "1.2.1" & < "2.0.0~"} 32 32 "safepass" {>= "3.0"} 33 33 "jwto" {>= "0.3.0"} 34 34 "uuidm" {>= "0.9.7"} 35 35 "ppx_fields_conv" {>= "v0.13.0"} 36 36 "ppx_sexp_conv" {>= "v0.13.0" & < "v0.16.0"} 37 37 "opium" {>= "0.20.0"} 38 - "caqti" {>= "1.2.1"} 39 - "caqti-lwt" {>= "1.2.0"} 38 + "caqti" {>= "1.2.1" & < "2.0.0~"} 39 + "caqti-lwt" {>= "1.2.0" & < "2.0.0~"} 40 40 "cohttp-lwt-unix" {>= "2.5.4" & with-test} 41 41 "alcotest-lwt" {>= "1.3.0" & with-test} 42 - "caqti-driver-postgresql" {>= "1.2.0" & with-test} 43 - "caqti-driver-mariadb" {>= "1.2.0" & with-test} 42 + "caqti-driver-postgresql" {>= "1.2.0" & < "2.0.0~" & with-test} 43 + "caqti-driver-mariadb" {>= "1.2.0" & < "2.0.0~" & with-test} 44 44 "odoc" {with-doc} 45 45 ] 46 46 build: [
+4 -4
packages/sihl/sihl.1.0.0/opam
··· 29 29 "uuidm" {>= "0.9.7"} 30 30 "lwt_ssl" {>= "1.1.3"} 31 31 "lwt_ppx" {>= "2.0.1"} 32 - "caqti" {>= "1.5.0"} 33 - "caqti-lwt" {>= "1.3.0"} 32 + "caqti" {>= "1.5.0" & < "2.0.0~"} 33 + "caqti-lwt" {>= "1.3.0" & < "2.0.0~"} 34 34 "safepass" {>= "3.0"} 35 35 "jwto" {>= "0.3.0"} 36 36 "uuidm" {>= "0.9.7"} ··· 39 39 "opium" {>= "0.20.0"} 40 40 "cohttp-lwt-unix" {>= "2.5.4" & with-test} 41 41 "alcotest-lwt" {>= "1.4.0" & with-test} 42 - "caqti-driver-postgresql" {>= "1.5.1" & with-test} 43 - "caqti-driver-mariadb" {>= "1.5.1" & with-test} 42 + "caqti-driver-postgresql" {>= "1.5.1" & < "2.0.0~" & with-test} 43 + "caqti-driver-mariadb" {>= "1.5.1" & < "2.0.0~" & with-test} 44 44 "odoc" {with-doc} 45 45 ] 46 46 build: [
+4 -4
packages/sihl/sihl.1.0.0~rc1/opam
··· 28 28 "uuidm" {>= "0.9.7"} 29 29 "lwt_ssl" {>= "1.1.3"} 30 30 "lwt_ppx" {>= "2.0.1"} 31 - "caqti" {>= "1.5.0"} 32 - "caqti-lwt" {>= "1.3.0"} 31 + "caqti" {>= "1.5.0" & < "2.0.0~"} 32 + "caqti-lwt" {>= "1.3.0" & < "2.0.0~"} 33 33 "safepass" {>= "3.0"} 34 34 "jwto" {>= "0.3.0"} 35 35 "uuidm" {>= "0.9.7"} ··· 38 38 "opium" {>= "0.20.0"} 39 39 "cohttp-lwt-unix" {>= "2.5.4" & with-test} 40 40 "alcotest-lwt" {>= "1.4.0" & with-test} 41 - "caqti-driver-postgresql" {>= "1.5.1" & with-test} 42 - "caqti-driver-mariadb" {>= "1.5.1" & with-test} 41 + "caqti-driver-postgresql" {>= "1.5.1" & < "2.0.0~" & with-test} 42 + "caqti-driver-mariadb" {>= "1.5.1" & < "2.0.0~" & with-test} 43 43 "odoc" {with-doc} 44 44 ] 45 45 build: [
+4 -4
packages/sihl/sihl.1.0.0~rc2/opam
··· 28 28 "uuidm" {>= "0.9.7"} 29 29 "lwt_ssl" {>= "1.1.3"} 30 30 "lwt_ppx" {>= "2.0.1"} 31 - "caqti" {>= "1.5.0"} 32 - "caqti-lwt" {>= "1.3.0"} 31 + "caqti" {>= "1.5.0" & < "2.0.0~"} 32 + "caqti-lwt" {>= "1.3.0" & < "2.0.0~"} 33 33 "safepass" {>= "3.0"} 34 34 "jwto" {>= "0.3.0"} 35 35 "uuidm" {>= "0.9.7"} ··· 38 38 "opium" {>= "0.20.0"} 39 39 "cohttp-lwt-unix" {>= "2.5.4" & with-test} 40 40 "alcotest-lwt" {>= "1.4.0" & with-test} 41 - "caqti-driver-postgresql" {>= "1.5.1" & with-test} 42 - "caqti-driver-mariadb" {>= "1.5.1" & with-test} 41 + "caqti-driver-postgresql" {>= "1.5.1" & < "2.0.0~" & with-test} 42 + "caqti-driver-mariadb" {>= "1.5.1" & < "2.0.0~" & with-test} 43 43 "odoc" {with-doc} 44 44 ] 45 45 build: [
+4 -4
packages/sihl/sihl.1.0.0~rc3/opam
··· 29 29 "uuidm" {>= "0.9.7"} 30 30 "lwt_ssl" {>= "1.1.3"} 31 31 "lwt_ppx" {>= "2.0.1"} 32 - "caqti" {>= "1.5.0"} 33 - "caqti-lwt" {>= "1.3.0"} 32 + "caqti" {>= "1.5.0" & < "2.0.0~"} 33 + "caqti-lwt" {>= "1.3.0" & < "2.0.0~"} 34 34 "safepass" {>= "3.0"} 35 35 "jwto" {>= "0.3.0"} 36 36 "uuidm" {>= "0.9.7"} ··· 39 39 "opium" {>= "0.20.0"} 40 40 "cohttp-lwt-unix" {>= "2.5.4" & with-test} 41 41 "alcotest-lwt" {>= "1.4.0" & with-test} 42 - "caqti-driver-postgresql" {>= "1.5.1" & with-test} 43 - "caqti-driver-mariadb" {>= "1.5.1" & with-test} 42 + "caqti-driver-postgresql" {>= "1.5.1" & < "2.0.0~" & with-test} 43 + "caqti-driver-mariadb" {>= "1.5.1" & < "2.0.0~" & with-test} 44 44 "odoc" {with-doc} 45 45 ] 46 46 build: [
+4 -4
packages/sihl/sihl.1.0.1/opam
··· 29 29 "uuidm" {>= "0.9.7"} 30 30 "lwt_ssl" {>= "1.1.3"} 31 31 "lwt_ppx" {>= "2.0.1"} 32 - "caqti" {>= "1.5.0"} 33 - "caqti-lwt" {>= "1.3.0"} 32 + "caqti" {>= "1.5.0" & < "2.0.0~"} 33 + "caqti-lwt" {>= "1.3.0" & < "2.0.0~"} 34 34 "safepass" {>= "3.0"} 35 35 "jwto" {>= "0.3.0"} 36 36 "uuidm" {>= "0.9.7"} ··· 39 39 "opium" {>= "0.20.0"} 40 40 "cohttp-lwt-unix" {>= "2.5.4" & with-test} 41 41 "alcotest-lwt" {>= "1.4.0" & with-test} 42 - "caqti-driver-postgresql" {>= "1.5.1" & with-test} 43 - "caqti-driver-mariadb" {>= "1.5.1" & with-test} 42 + "caqti-driver-postgresql" {>= "1.5.1" & < "2.0.0~" & with-test} 43 + "caqti-driver-mariadb" {>= "1.5.1" & < "2.0.0~" & with-test} 44 44 "odoc" {with-doc} 45 45 ] 46 46 build: [
+4 -4
packages/sihl/sihl.2.0.0/opam
··· 29 29 "uuidm" {>= "0.9.7"} 30 30 "lwt_ssl" {>= "1.1.3"} 31 31 "lwt_ppx" {>= "2.0.1"} 32 - "caqti" {>= "1.5.0"} 33 - "caqti-lwt" {>= "1.3.0"} 32 + "caqti" {>= "1.5.0" & < "2.0.0~"} 33 + "caqti-lwt" {>= "1.3.0" & < "2.0.0~"} 34 34 "safepass" {>= "3.0"} 35 35 "jwto" {>= "0.3.0"} 36 36 "uuidm" {>= "0.9.7"} ··· 39 39 "opium" {>= "0.20.0"} 40 40 "cohttp-lwt-unix" {>= "2.5.4" & with-test} 41 41 "alcotest-lwt" {>= "1.4.0" & with-test} 42 - "caqti-driver-postgresql" {>= "1.5.1" & with-test} 43 - "caqti-driver-mariadb" {>= "1.5.1" & with-test} 42 + "caqti-driver-postgresql" {>= "1.5.1" & < "2.0.0~" & with-test} 43 + "caqti-driver-mariadb" {>= "1.5.1" & < "2.0.0~" & with-test} 44 44 "odoc" {with-doc} 45 45 ] 46 46 build: [
+4 -4
packages/sihl/sihl.2.0.1/opam
··· 29 29 "uuidm" {>= "0.9.7"} 30 30 "lwt_ssl" {>= "1.1.3"} 31 31 "lwt_ppx" {>= "2.0.1"} 32 - "caqti" {>= "1.5.0"} 33 - "caqti-lwt" {>= "1.3.0"} 32 + "caqti" {>= "1.5.0" & < "2.0.0~"} 33 + "caqti-lwt" {>= "1.3.0" & < "2.0.0~"} 34 34 "safepass" {>= "3.0"} 35 35 "jwto" {>= "0.3.0"} 36 36 "uuidm" {>= "0.9.7"} ··· 39 39 "opium" {>= "0.20.0"} 40 40 "cohttp-lwt-unix" {>= "2.5.4" & with-test} 41 41 "alcotest-lwt" {>= "1.4.0" & with-test} 42 - "caqti-driver-postgresql" {>= "1.5.1" & with-test} 43 - "caqti-driver-mariadb" {>= "1.5.1" & with-test} 42 + "caqti-driver-postgresql" {>= "1.5.1" & < "2.0.0~" & with-test} 43 + "caqti-driver-mariadb" {>= "1.5.1" & < "2.0.0~" & with-test} 44 44 "odoc" {with-doc} 45 45 ] 46 46 build: [
+4 -4
packages/sihl/sihl.3.0.0/opam
··· 29 29 "uuidm" {>= "0.9.7"} 30 30 "lwt_ssl" {>= "1.1.3"} 31 31 "lwt_ppx" {>= "2.0.1"} 32 - "caqti" {>= "1.5.0"} 33 - "caqti-lwt" {>= "1.3.0"} 32 + "caqti" {>= "1.5.0" & < "2.0.0~"} 33 + "caqti-lwt" {>= "1.3.0" & < "2.0.0~"} 34 34 "safepass" {>= "3.0"} 35 35 "jwto" {>= "0.3.0"} 36 36 "uuidm" {>= "0.9.7"} ··· 41 41 "opium" {>= "0.20.0"} 42 42 "cohttp-lwt-unix" {>= "2.5.4" & with-test} 43 43 "alcotest-lwt" {>= "1.4.0" & with-test} 44 - "caqti-driver-postgresql" {>= "1.5.1" & with-test} 45 - "caqti-driver-mariadb" {>= "1.5.1" & with-test} 44 + "caqti-driver-postgresql" {>= "1.5.1" & < "2.0.0~" & with-test} 45 + "caqti-driver-mariadb" {>= "1.5.1" & < "2.0.0~" & with-test} 46 46 "odoc" {with-doc} 47 47 ] 48 48 build: [
+4 -4
packages/sihl/sihl.3.0.1/opam
··· 29 29 "uuidm" {>= "0.9.7"} 30 30 "lwt_ssl" {>= "1.1.3"} 31 31 "lwt_ppx" {>= "2.0.1"} 32 - "caqti" {>= "1.5.0"} 33 - "caqti-lwt" {>= "1.3.0"} 32 + "caqti" {>= "1.5.0" & < "2.0.0~"} 33 + "caqti-lwt" {>= "1.3.0" & < "2.0.0~"} 34 34 "safepass" {>= "3.0"} 35 35 "jwto" {>= "0.3.0"} 36 36 "uuidm" {>= "0.9.7"} ··· 41 41 "opium" {>= "0.20.0"} 42 42 "cohttp-lwt-unix" {>= "2.5.4" & with-test} 43 43 "alcotest-lwt" {>= "1.4.0" & with-test} 44 - "caqti-driver-postgresql" {>= "1.5.1" & with-test} 45 - "caqti-driver-mariadb" {>= "1.5.1" & with-test} 44 + "caqti-driver-postgresql" {>= "1.5.1" & < "2.0.0~" & with-test} 45 + "caqti-driver-mariadb" {>= "1.5.1" & < "2.0.0~" & with-test} 46 46 "odoc" {with-doc} 47 47 ] 48 48 build: [
+4 -4
packages/sihl/sihl.3.0.2/opam
··· 29 29 "uuidm" {>= "0.9.7"} 30 30 "lwt_ssl" {>= "1.1.3"} 31 31 "lwt_ppx" {>= "2.0.1"} 32 - "caqti" {>= "1.5.0"} 33 - "caqti-lwt" {>= "1.3.0"} 32 + "caqti" {>= "1.5.0" & < "2.0.0~"} 33 + "caqti-lwt" {>= "1.3.0" & < "2.0.0~"} 34 34 "safepass" {>= "3.0"} 35 35 "jwto" {>= "0.3.0"} 36 36 "uuidm" {>= "0.9.7"} ··· 41 41 "opium" {>= "0.20.0"} 42 42 "cohttp-lwt-unix" {>= "2.5.4" & with-test} 43 43 "alcotest-lwt" {>= "1.4.0" & with-test} 44 - "caqti-driver-postgresql" {>= "1.5.1" & with-test} 45 - "caqti-driver-mariadb" {>= "1.5.1" & with-test} 44 + "caqti-driver-postgresql" {>= "1.5.1" & < "2.0.0~" & with-test} 45 + "caqti-driver-mariadb" {>= "1.5.1" & < "2.0.0~" & with-test} 46 46 "odoc" {with-doc} 47 47 ] 48 48 build: [
+4 -4
packages/sihl/sihl.3.0.3/opam
··· 29 29 "uuidm" {>= "0.9.7"} 30 30 "lwt_ssl" {>= "1.1.3"} 31 31 "lwt_ppx" {>= "2.0.1"} 32 - "caqti" {>= "1.8.0"} 33 - "caqti-lwt" {>= "1.3.0"} 32 + "caqti" {>= "1.8.0" & < "2.0.0~"} 33 + "caqti-lwt" {>= "1.3.0" & < "2.0.0~"} 34 34 "safepass" {>= "3.0"} 35 35 "jwto" {>= "0.3.0"} 36 36 "uuidm" {>= "0.9.7"} ··· 41 41 "opium" {>= "0.20.0"} 42 42 "cohttp-lwt-unix" {>= "2.5.4" & with-test} 43 43 "alcotest-lwt" {>= "1.4.0" & with-test} 44 - "caqti-driver-postgresql" {>= "1.8.0" & with-test} 45 - "caqti-driver-mariadb" {>= "1.8.0" & with-test} 44 + "caqti-driver-postgresql" {>= "1.8.0" & < "2.0.0~" & with-test} 45 + "caqti-driver-mariadb" {>= "1.8.0" & < "2.0.0~" & with-test} 46 46 "odoc" {with-doc} 47 47 ] 48 48 build: [
+4 -4
packages/sihl/sihl.3.0.4/opam
··· 29 29 "uuidm" {>= "0.9.7"} 30 30 "lwt_ssl" {>= "1.1.3"} 31 31 "lwt_ppx" {>= "2.0.1"} 32 - "caqti" {>= "1.8.0"} 33 - "caqti-lwt" {>= "1.3.0"} 32 + "caqti" {>= "1.8.0" & < "2.0.0~"} 33 + "caqti-lwt" {>= "1.3.0" & < "2.0.0~"} 34 34 "safepass" {>= "3.0"} 35 35 "jwto" {>= "0.3.0"} 36 36 "uuidm" {>= "0.9.7"} ··· 41 41 "opium" {>= "0.20.0"} 42 42 "cohttp-lwt-unix" {>= "2.5.4" & with-test} 43 43 "alcotest-lwt" {>= "1.4.0" & with-test} 44 - "caqti-driver-postgresql" {>= "1.8.0" & with-test} 45 - "caqti-driver-mariadb" {>= "1.8.0" & with-test} 44 + "caqti-driver-postgresql" {>= "1.8.0" & < "2.0.0~" & with-test} 45 + "caqti-driver-mariadb" {>= "1.8.0" & < "2.0.0~" & with-test} 46 46 "odoc" {with-doc} 47 47 ] 48 48 build: [
+4 -4
packages/sihl/sihl.3.0.5/opam
··· 29 29 "uuidm" {>= "0.9.7"} 30 30 "lwt_ssl" {>= "1.1.3"} 31 31 "lwt_ppx" {>= "2.0.1"} 32 - "caqti" {>= "1.8.0"} 33 - "caqti-lwt" {>= "1.3.0"} 32 + "caqti" {>= "1.8.0" & < "2.0.0~"} 33 + "caqti-lwt" {>= "1.3.0" & < "2.0.0~"} 34 34 "safepass" {>= "3.0"} 35 35 "jwto" {>= "0.3.0"} 36 36 "uuidm" {>= "0.9.7"} ··· 41 41 "opium" {>= "0.20.0"} 42 42 "cohttp-lwt-unix" {>= "2.5.4" & with-test} 43 43 "alcotest-lwt" {>= "1.4.0" & with-test} 44 - "caqti-driver-postgresql" {>= "1.8.0" & with-test} 45 - "caqti-driver-mariadb" {>= "1.8.0" & with-test} 44 + "caqti-driver-postgresql" {>= "1.8.0" & < "2.0.0~" & with-test} 45 + "caqti-driver-mariadb" {>= "1.8.0" & < "2.0.0~" & with-test} 46 46 "odoc" {with-doc} 47 47 ] 48 48 build: [