this repo has no description

Release Caqti 1.8.0.

Changed files
+226 -1
packages
caqti
caqti.1.8.0
caqti-async
caqti-async.1.8.0
caqti-driver-mariadb
caqti-driver-mariadb.1.8.0
caqti-driver-postgresql
caqti-driver-postgresql.1.8.0
caqti-driver-sqlite3
caqti-driver-sqlite3.1.8.0
caqti-dynload
caqti-dynload.1.3.0
caqti-lwt
caqti-lwt.1.8.0
+37
packages/caqti-async/caqti-async.1.8.0/opam
···
+
opam-version: "2.0"
+
maintainer: "Petter A. Urkedal <paurkedal@gmail.com>"
+
authors: "Petter A. Urkedal <paurkedal@gmail.com>"
+
license: "LGPL-3.0-or-later WITH LGPL-3.0-linking-exception"
+
homepage: "https://github.com/paurkedal/ocaml-caqti/"
+
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~"}
+
"caqti-dynload" {with-test & >= "1.0.0" & < "2.0.0~"}
+
"caqti-driver-sqlite3" {with-test & >= "1.0.0" & < "2.0.0~"}
+
"cmdliner" {with-test & >= "1.1.0"}
+
"core_kernel"
+
"dune" {>= "2.0"}
+
"ocaml"
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "build" "-p" name "-j" jobs]
+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
+
["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
+
]
+
dev-repo: "git+https://github.com/paurkedal/ocaml-caqti.git"
+
synopsis: "Async support for Caqti"
+
url {
+
src:
+
"https://github.com/paurkedal/ocaml-caqti/releases/download/v1.8.0/caqti-v1.8.0.tbz"
+
checksum: [
+
"sha256=2630233f335f910290e24b318ac7f6e712b3109fb55581b2b8c324127a9a4b12"
+
"sha512=9ce23cbc02b9d6c856a8db0713dbb1aa393aa43bc1d565121420636f7f6fa1ed64c7269e98cfeb92b5e9c8e23e42e2e8e1705b5fe978abd3c3f0cc3259d32b98"
+
]
+
}
+
x-commit-hash: "ee2c6fc4d5b44f5c8b60073ff09a76d5d7e0147a"
+31
packages/caqti-driver-mariadb/caqti-driver-mariadb.1.8.0/opam
···
+
opam-version: "2.0"
+
maintainer: "Petter A. Urkedal <paurkedal@gmail.com>"
+
authors: "Petter A. Urkedal <paurkedal@gmail.com>"
+
license: "LGPL-3.0-or-later WITH LGPL-3.0-linking-exception"
+
homepage: "https://github.com/paurkedal/ocaml-caqti/"
+
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"}
+
"dune" {>= "2.0"}
+
"mariadb" {>= "1.1.1"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "build" "-p" name "-j" jobs]
+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
+
["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
+
]
+
dev-repo: "git+https://github.com/paurkedal/ocaml-caqti.git"
+
synopsis: "MariaDB driver for Caqti using C bindings"
+
url {
+
src:
+
"https://github.com/paurkedal/ocaml-caqti/releases/download/v1.8.0/caqti-v1.8.0.tbz"
+
checksum: [
+
"sha256=2630233f335f910290e24b318ac7f6e712b3109fb55581b2b8c324127a9a4b12"
+
"sha512=9ce23cbc02b9d6c856a8db0713dbb1aa393aa43bc1d565121420636f7f6fa1ed64c7269e98cfeb92b5e9c8e23e42e2e8e1705b5fe978abd3c3f0cc3259d32b98"
+
]
+
}
+
x-commit-hash: "ee2c6fc4d5b44f5c8b60073ff09a76d5d7e0147a"
+34
packages/caqti-driver-postgresql/caqti-driver-postgresql.1.8.0/opam
···
+
opam-version: "2.0"
+
maintainer: "Petter A. Urkedal <paurkedal@gmail.com>"
+
authors: [
+
"Petter A. Urkedal <paurkedal@gmail.com>"
+
"James Owen <james@cryptosense.com>"
+
]
+
license: "LGPL-3.0-or-later WITH LGPL-3.0-linking-exception"
+
homepage: "https://github.com/paurkedal/ocaml-caqti/"
+
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"}
+
"dune" {>= "2.0"}
+
"odoc" {with-doc}
+
"postgresql" {>= "5.0.0"}
+
]
+
build: [
+
["dune" "build" "-p" name "-j" jobs]
+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
+
["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
+
]
+
dev-repo: "git+https://github.com/paurkedal/ocaml-caqti.git"
+
synopsis: "PostgreSQL driver for Caqti based on C bindings"
+
url {
+
src:
+
"https://github.com/paurkedal/ocaml-caqti/releases/download/v1.8.0/caqti-v1.8.0.tbz"
+
checksum: [
+
"sha256=2630233f335f910290e24b318ac7f6e712b3109fb55581b2b8c324127a9a4b12"
+
"sha512=9ce23cbc02b9d6c856a8db0713dbb1aa393aa43bc1d565121420636f7f6fa1ed64c7269e98cfeb92b5e9c8e23e42e2e8e1705b5fe978abd3c3f0cc3259d32b98"
+
]
+
}
+
x-commit-hash: "ee2c6fc4d5b44f5c8b60073ff09a76d5d7e0147a"
+31
packages/caqti-driver-sqlite3/caqti-driver-sqlite3.1.8.0/opam
···
+
opam-version: "2.0"
+
maintainer: "Petter A. Urkedal <paurkedal@gmail.com>"
+
authors: "Petter A. Urkedal <paurkedal@gmail.com>"
+
license: "LGPL-3.0-or-later WITH LGPL-3.0-linking-exception"
+
homepage: "https://github.com/paurkedal/ocaml-caqti/"
+
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"}
+
"dune" {>= "2.0"}
+
"odoc" {with-doc}
+
"sqlite3"
+
]
+
build: [
+
["dune" "build" "-p" name "-j" jobs]
+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
+
["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
+
]
+
dev-repo: "git+https://github.com/paurkedal/ocaml-caqti.git"
+
synopsis: "Sqlite3 driver for Caqti using C bindings"
+
url {
+
src:
+
"https://github.com/paurkedal/ocaml-caqti/releases/download/v1.8.0/caqti-v1.8.0.tbz"
+
checksum: [
+
"sha256=2630233f335f910290e24b318ac7f6e712b3109fb55581b2b8c324127a9a4b12"
+
"sha512=9ce23cbc02b9d6c856a8db0713dbb1aa393aa43bc1d565121420636f7f6fa1ed64c7269e98cfeb92b5e9c8e23e42e2e8e1705b5fe978abd3c3f0cc3259d32b98"
+
]
+
}
+
x-commit-hash: "ee2c6fc4d5b44f5c8b60073ff09a76d5d7e0147a"
+1 -1
packages/caqti-dynload/caqti-dynload.1.3.0/opam
···
bug-reports: "https://github.com/paurkedal/ocaml-caqti/issues"
depends: [
"ocaml" {>= "4.04.0"}
-
"caqti" {>= "1.3.0" & < "1.8.0~"}
+
"caqti" {>= "1.3.0" & < "1.9.0~"}
"caqti-driver-sqlite3" {with-test & >= "1.0.0" & < "2.0.0~"}
"dune" {>= "1.11"}
"ocamlfind"
+36
packages/caqti-lwt/caqti-lwt.1.8.0/opam
···
+
opam-version: "2.0"
+
maintainer: "Petter A. Urkedal <paurkedal@gmail.com>"
+
authors: "Petter A. Urkedal <paurkedal@gmail.com>"
+
license: "LGPL-3.0-or-later WITH LGPL-3.0-linking-exception"
+
homepage: "https://github.com/paurkedal/ocaml-caqti/"
+
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~"}
+
"cmdliner" {with-test & >= "1.1.0"}
+
"dune" {>= "2.0"}
+
"logs"
+
"lwt" {>= "3.2.0"}
+
"ocaml"
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "build" "-p" name "-j" jobs]
+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
+
["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
+
]
+
dev-repo: "git+https://github.com/paurkedal/ocaml-caqti.git"
+
synopsis: "Lwt support for Caqti"
+
url {
+
src:
+
"https://github.com/paurkedal/ocaml-caqti/releases/download/v1.8.0/caqti-v1.8.0.tbz"
+
checksum: [
+
"sha256=2630233f335f910290e24b318ac7f6e712b3109fb55581b2b8c324127a9a4b12"
+
"sha512=9ce23cbc02b9d6c856a8db0713dbb1aa393aa43bc1d565121420636f7f6fa1ed64c7269e98cfeb92b5e9c8e23e42e2e8e1705b5fe978abd3c3f0cc3259d32b98"
+
]
+
}
+
x-commit-hash: "ee2c6fc4d5b44f5c8b60073ff09a76d5d7e0147a"
+56
packages/caqti/caqti.1.8.0/opam
···
+
opam-version: "2.0"
+
maintainer: "Petter A. Urkedal <paurkedal@gmail.com>"
+
authors: [
+
"Petter A. Urkedal <paurkedal@gmail.com>"
+
"Nathan Rebours <nathan@cryptosense.com>"
+
]
+
license: "LGPL-3.0-or-later WITH LGPL-3.0-linking-exception"
+
homepage: "https://github.com/paurkedal/ocaml-caqti/"
+
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"}
+
"cppo" {build & >= "1.1.0"}
+
"dune" {>= "2.0"}
+
"logs"
+
"ocaml" {>= "4.04.0"}
+
"odoc" {with-doc}
+
"ptime"
+
"re" {with-test}
+
"uri" {>= "1.9.0"}
+
]
+
build: [
+
["dune" "build" "-p" name "-j" jobs]
+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
+
["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
+
]
+
dev-repo: "git+https://github.com/paurkedal/ocaml-caqti.git"
+
synopsis: "Unified interface to relational database libraries"
+
description: """
+
Caqti provides a monadic cooperative-threaded OCaml connector API for
+
relational databases.
+
+
The purpose of Caqti is further to help make applications independent of a
+
particular database system. This is achieved by defining a common signature,
+
which is implemented by the database drivers. Connection parameters are
+
specified as an URI, which is typically provided at run-time. Caqti then
+
loads a driver which can handle the URI, and provides a first-class module
+
which implements the driver API and additional convenience functionality.
+
+
Caqti does not make assumptions about the structure of the query language,
+
and only provides the type information needed at the edges of communication
+
between the OCaml code and the database; i.e. for encoding parameters and
+
decoding returned tuples. It is hoped that this agnostic choice makes it a
+
suitable target for higher level interfaces and code generators."""
+
url {
+
src:
+
"https://github.com/paurkedal/ocaml-caqti/releases/download/v1.8.0/caqti-v1.8.0.tbz"
+
checksum: [
+
"sha256=2630233f335f910290e24b318ac7f6e712b3109fb55581b2b8c324127a9a4b12"
+
"sha512=9ce23cbc02b9d6c856a8db0713dbb1aa393aa43bc1d565121420636f7f6fa1ed64c7269e98cfeb92b5e9c8e23e42e2e8e1705b5fe978abd3c3f0cc3259d32b98"
+
]
+
}
+
x-commit-hash: "ee2c6fc4d5b44f5c8b60073ff09a76d5d7e0147a"