# 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.0.3/sqlite3-5.0.3.tbz"
  checksum: [
    "sha256=69d5eff04729c8b96181e9cdbe2623be971c9b8f304836da77f115ea6f42a6d9"
    "sha512=312be6d1824763aaa8099d16fb694aec0b5cbc042ac2f14dc514d5cae63d5fe2306d8a521794918aa8515719ac57c33b12bc33dee86e5193e03f6abacb0bccd0"
  ]
}
