opam-version: "2.0" build: [ ["dune" "subst"] {dev} ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ["dune" "build" "-p" name "@doc"] {with-doc} ] maintainer: ["Markus Mottl "] authors: [ "Markus Mottl " "Christian Szegedy " ] bug-reports: "https://github.com/mmottl/sqlite3-ocaml/issues" homepage: "https://mmottl.github.io/sqlite3-ocaml" doc: "https://mmottl.github.io/sqlite3-ocaml/api" license: "Expat" dev-repo: "git+https://github.com/mmottl/sqlite3-ocaml.git" 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.""" depends: [ "ocaml" {>= "4.05"} "dune" {>= "1.11"} "dune-configurator" "conf-sqlite3" {build} "ppx_inline_test" {with-test} ] url { src: "https://github.com/mmottl/sqlite3-ocaml/releases/download/5.0.1/sqlite3-5.0.1.tbz" checksum: [ "sha256=56d78a9898af8a2cc97a0f01fa0db0dc49d43c62df35b5c1541c1b9dbf9ed547" "sha512=95bd6997d9f143b143be5f293448857309b64d76cea39784cae06b18c2eecb4efe382dca82eabcc123cf74a4160bf7f2b204d06fc22ecb83a1f9bdec7af45817" ] }