this repo has no description

Release Caqti 1.9.0.

Changed files
+261 -3
packages
caqti
caqti.1.9.0
caqti-async
caqti-async.1.9.0
caqti-driver-mariadb
caqti-driver-mariadb.1.9.0
caqti-driver-postgresql
caqti-driver-postgresql.1.9.0
caqti-driver-sqlite3
caqti-driver-sqlite3.1.9.0
caqti-dynload
caqti-dynload.1.3.0
caqti-lwt
caqti-lwt.1.9.0
caqti-type-calendar
caqti-type-calendar.1.0.0
caqti-type-calendar.1.2.0
caqti-type-calendar.1.9.0
+37
packages/caqti-async/caqti-async.1.9.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" {with-test & >= "1.5.0"}
+
"alcotest-async" {with-test & >= "1.5.0"}
+
"async_kernel" {>= "v0.11.0"}
+
"async_unix" {>= "v0.11.0"}
+
"caqti" {>= "1.8.0" & < "1.10.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"
+
"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.9.0/caqti-v1.9.0.tbz"
+
checksum: [
+
"sha256=e1f580848faf3a54f23174067f2c75f77f6a2fe50ca8bc923428d0e1841192c5"
+
"sha512=7a11edfcfbbe4855347b066e222cf6bf46d1afedcd4978661b9a2b3931921faa1768a6bc24031fd3afa84537fe2adc8b139399deb77120461bee8fb394d68e82"
+
]
+
}
+
x-commit-hash: "55ab7a2851694f08c62cbb6438c681ebb565636d"
+32
packages/caqti-driver-mariadb/caqti-driver-mariadb.1.9.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" {with-test & >= "1.5.0"}
+
"ocaml"
+
"caqti" {>= "1.9.0" & < "1.10.0~"}
+
"cmdliner" {with-test & >= "1.1.0"}
+
"dune" {>= "2.0"}
+
"mariadb" {>= "1.1.5"}
+
"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.9.0/caqti-v1.9.0.tbz"
+
checksum: [
+
"sha256=e1f580848faf3a54f23174067f2c75f77f6a2fe50ca8bc923428d0e1841192c5"
+
"sha512=7a11edfcfbbe4855347b066e222cf6bf46d1afedcd4978661b9a2b3931921faa1768a6bc24031fd3afa84537fe2adc8b139399deb77120461bee8fb394d68e82"
+
]
+
}
+
x-commit-hash: "55ab7a2851694f08c62cbb6438c681ebb565636d"
+35
packages/caqti-driver-postgresql/caqti-driver-postgresql.1.9.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: [
+
"alcotest" {with-test & >= "1.5.0"}
+
"ocaml"
+
"caqti" {>= "1.9.0" & < "1.10.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.9.0/caqti-v1.9.0.tbz"
+
checksum: [
+
"sha256=e1f580848faf3a54f23174067f2c75f77f6a2fe50ca8bc923428d0e1841192c5"
+
"sha512=7a11edfcfbbe4855347b066e222cf6bf46d1afedcd4978661b9a2b3931921faa1768a6bc24031fd3afa84537fe2adc8b139399deb77120461bee8fb394d68e82"
+
]
+
}
+
x-commit-hash: "55ab7a2851694f08c62cbb6438c681ebb565636d"
+32
packages/caqti-driver-sqlite3/caqti-driver-sqlite3.1.9.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" {with-test & >= "1.5.0"}
+
"ocaml"
+
"caqti" {>= "1.9.0" & < "1.10.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.9.0/caqti-v1.9.0.tbz"
+
checksum: [
+
"sha256=e1f580848faf3a54f23174067f2c75f77f6a2fe50ca8bc923428d0e1841192c5"
+
"sha512=7a11edfcfbbe4855347b066e222cf6bf46d1afedcd4978661b9a2b3931921faa1768a6bc24031fd3afa84537fe2adc8b139399deb77120461bee8fb394d68e82"
+
]
+
}
+
x-commit-hash: "55ab7a2851694f08c62cbb6438c681ebb565636d"
+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.9.0~"}
+
"caqti" {>= "1.3.0" & < "1.10.0~"}
"caqti-driver-sqlite3" {with-test & >= "1.0.0" & < "2.0.0~"}
"dune" {>= "1.11"}
"ocamlfind"
+36
packages/caqti-lwt/caqti-lwt.1.9.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" {with-test & >= "1.5.0"}
+
"alcotest-lwt" {with-test & >= "1.5.0"}
+
"caqti" {>= "1.9.0" & < "1.10.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.9.0/caqti-v1.9.0.tbz"
+
checksum: [
+
"sha256=e1f580848faf3a54f23174067f2c75f77f6a2fe50ca8bc923428d0e1841192c5"
+
"sha512=7a11edfcfbbe4855347b066e222cf6bf46d1afedcd4978661b9a2b3931921faa1768a6bc24031fd3afa84537fe2adc8b139399deb77120461bee8fb394d68e82"
+
]
+
}
+
x-commit-hash: "55ab7a2851694f08c62cbb6438c681ebb565636d"
+1 -1
packages/caqti-type-calendar/caqti-type-calendar.1.0.0/opam
···
bug-reports: "https://github.com/paurkedal/ocaml-caqti/issues"
depends: [
"ocaml"
-
"caqti" {>= "1.0.0" & < "2.0.0~"}
+
"caqti" {>= "1.0.0" & < "1.3.0~"}
"calendar" {>= "2.00"}
"dune"
]
+1 -1
packages/caqti-type-calendar/caqti-type-calendar.1.2.0/opam
···
bug-reports: "https://github.com/paurkedal/ocaml-caqti/issues"
depends: [
"ocaml"
-
"caqti" {>= "1.0.0" & < "2.0.0~"}
+
"caqti" {>= "1.0.0" & < "1.3.0~"}
"calendar" {>= "2.00"}
"dune" {>= "1.11"}
]
+30
packages/caqti-type-calendar/caqti-type-calendar.1.9.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: [
+
"caqti" {>= "1.9.0" & < "2.0.0~"}
+
"calendar" {>= "2.0"}
+
"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: "Date and time field types using the calendar library"
+
url {
+
src:
+
"https://github.com/paurkedal/ocaml-caqti/releases/download/v1.9.0/caqti-v1.9.0.tbz"
+
checksum: [
+
"sha256=e1f580848faf3a54f23174067f2c75f77f6a2fe50ca8bc923428d0e1841192c5"
+
"sha512=7a11edfcfbbe4855347b066e222cf6bf46d1afedcd4978661b9a2b3931921faa1768a6bc24031fd3afa84537fe2adc8b139399deb77120461bee8fb394d68e82"
+
]
+
}
+
x-commit-hash: "55ab7a2851694f08c62cbb6438c681ebb565636d"
+56
packages/caqti/caqti.1.9.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" {with-test & >= "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.9.0/caqti-v1.9.0.tbz"
+
checksum: [
+
"sha256=e1f580848faf3a54f23174067f2c75f77f6a2fe50ca8bc923428d0e1841192c5"
+
"sha512=7a11edfcfbbe4855347b066e222cf6bf46d1afedcd4978661b9a2b3931921faa1768a6bc24031fd3afa84537fe2adc8b139399deb77120461bee8fb394d68e82"
+
]
+
}
+
x-commit-hash: "55ab7a2851694f08c62cbb6438c681ebb565636d"