Skip to content

Commit 11f12fb

Browse files
authored
Merge pull request #27585 from mmottl/release-sqlite3-5.3.1
[new release] sqlite3 (5.3.1)
2 parents 8471e32 + a628e64 commit 11f12fb

File tree

1 file changed

+48
-0
lines changed
  • packages/sqlite3/sqlite3.5.3.1

1 file changed

+48
-0
lines changed

packages/sqlite3/sqlite3.5.3.1/opam

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
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 <[email protected]>"]
8+
authors: [
9+
"Markus Mottl <[email protected]>"
10+
"Christian Szegedy <[email protected]>"
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.1/sqlite3-5.3.1.tbz"
43+
checksum: [
44+
"sha256=3b1f1e652e2be8f6c987c9de8b9d9fb54c9fdb948ac0850c8b9504bf82feea61"
45+
"sha512=ebebce2e0467e100b36c1727f3720e17ec2c5aba3fdfcffa6f224afbf0e34ef6a676b9793943ec8d8fa38c7922641cac810611efb9ffd1427c8dcfa0dd6affaf"
46+
]
47+
}
48+
x-commit-hash: "4c8892f6dd4a4ff2ba35f6e1f94a0403a4b9c010"

0 commit comments

Comments
 (0)