this repo has no description

[new release] sqlite3 (5.3.0)

CHANGES:

### Added

- Collation support. Thanks to Gusted.

### Changed

- Builds now respect `$PKG_CONFIG`. Thanks to Antonio Nuno Monteiro.

Changed files
+48
packages
sqlite3
sqlite3.5.3.0
+48
packages/sqlite3/sqlite3.5.3.0/opam
···
+
opam-version: "2.0"
+
synopsis: "SQLite3 bindings for OCaml"
+
description: """
+
sqlite3-ocaml is an OCaml library with bindings to the SQLite3 client API.
+
Sqlite3 is a self-contained, serverless, zero-configuration, transactional SQL
+
database engine with outstanding performance for many use cases."""
+
maintainer: ["Markus Mottl <markus.mottl@gmail.com>"]
+
authors: [
+
"Markus Mottl <markus.mottl@gmail.com>"
+
"Christian Szegedy <csdontspam@metamatix.com>"
+
]
+
license: "MIT"
+
tags: ["clib:sqlite3" "clib:pthread"]
+
homepage: "https://mmottl.github.io/sqlite3-ocaml"
+
doc: "https://mmottl.github.io/sqlite3-ocaml/api"
+
bug-reports: "https://github.com/mmottl/sqlite3-ocaml/issues"
+
depends: [
+
"dune" {>= "2.7"}
+
"ocaml" {>= "4.12"}
+
"dune-configurator"
+
"conf-sqlite3" {build}
+
"ppx_inline_test" {with-test}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/mmottl/sqlite3-ocaml.git"
+
url {
+
src:
+
"https://github.com/mmottl/sqlite3-ocaml/releases/download/5.3.0/sqlite3-5.3.0.tbz"
+
checksum: [
+
"sha256=f97b91de8bc8e6ca0d5cc3604f161c11bc76ea557ede2eeaf1768a088eae780a"
+
"sha512=f246cd596d2186f5ee6e78f438bcb22ab9944afc2ca6310d6d76bcf31a6e7846872354894363349934812ef82da4e9fb2f392955a83f40ae4ab552e04943e9d9"
+
]
+
}
+
x-commit-hash: "ab7130a8f41a4de88267384043acaf9c562add61"