this repo has no description
0
fork

Configure Feed

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

Merge pull request #27295 from mmottl/release-sqlite3-5.3.0

[new release] sqlite3 (5.3.0)

authored by

Shon Feder and committed by
GitHub
1c9bcb3a d7da4d6e

+48
+48
packages/sqlite3/sqlite3.5.3.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "SQLite3 bindings for OCaml" 3 + description: """ 4 + sqlite3-ocaml is an OCaml library with bindings to the SQLite3 client API. 5 + Sqlite3 is a self-contained, serverless, zero-configuration, transactional SQL 6 + database engine with outstanding performance for many use cases.""" 7 + maintainer: ["Markus Mottl <markus.mottl@gmail.com>"] 8 + authors: [ 9 + "Markus Mottl <markus.mottl@gmail.com>" 10 + "Christian Szegedy <csdontspam@metamatix.com>" 11 + ] 12 + license: "MIT" 13 + tags: ["clib:sqlite3" "clib:pthread"] 14 + homepage: "https://mmottl.github.io/sqlite3-ocaml" 15 + doc: "https://mmottl.github.io/sqlite3-ocaml/api" 16 + bug-reports: "https://github.com/mmottl/sqlite3-ocaml/issues" 17 + depends: [ 18 + "dune" {>= "2.7"} 19 + "ocaml" {>= "4.12"} 20 + "dune-configurator" 21 + "conf-sqlite3" {build} 22 + "ppx_inline_test" {with-test} 23 + "odoc" {with-doc} 24 + ] 25 + build: [ 26 + ["dune" "subst"] {dev} 27 + [ 28 + "dune" 29 + "build" 30 + "-p" 31 + name 32 + "-j" 33 + jobs 34 + "@install" 35 + "@runtest" {with-test} 36 + "@doc" {with-doc} 37 + ] 38 + ] 39 + dev-repo: "git+https://github.com/mmottl/sqlite3-ocaml.git" 40 + url { 41 + src: 42 + "https://github.com/mmottl/sqlite3-ocaml/releases/download/5.3.0/sqlite3-5.3.0.tbz" 43 + checksum: [ 44 + "sha256=f97b91de8bc8e6ca0d5cc3604f161c11bc76ea557ede2eeaf1768a088eae780a" 45 + "sha512=f246cd596d2186f5ee6e78f438bcb22ab9944afc2ca6310d6d76bcf31a6e7846872354894363349934812ef82da4e9fb2f392955a83f40ae4ab552e04943e9d9" 46 + ] 47 + } 48 + x-commit-hash: "ab7130a8f41a4de88267384043acaf9c562add61"