this repo has no description

Merge pull request #19625 from mmottl/release-sqlite3-5.1.0

[new release] sqlite3 (5.1.0)

Kate e3ebaaf6 ef82e5bc

Changed files
+48
packages
sqlite3
sqlite3.5.1.0
+48
packages/sqlite3/sqlite3.5.1.0/opam
···
···
+
# This file is generated by dune, edit dune-project instead
+
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.1.0/sqlite3-5.1.0.tbz"
+
checksum: [
+
"sha256=bb0db711691a8dfa24fe29ec4ecb6912444ad90e0f4c447af89831e6d1dffea5"
+
"sha512=a5e3070f95ccfaffd51de7081d55a204a24d3d277a87fab985a0418e5dd1478ed0462ebaa4dbd4a8bbaf75edd1e216300601d033a7cf8ab2a8ed3b88bbcb9e64"
+
]
+
}