opam-version: "2.0" maintainer: "Markus Mottl " authors: [ "Markus Mottl " "Christian Szegedy " ] license: "Expat" homepage: "http://mmottl.github.io/sqlite3-ocaml" doc: "https://mmottl.github.io/sqlite3-ocaml/api" dev-repo: "git+https://github.com/mmottl/sqlite3-ocaml.git" bug-reports: "https://github.com/mmottl/sqlite3-ocaml/issues" tags: [ "clib:sqlite3" "clib:pthread" ] build: [ ["dune" "subst"] {dev} ["dune" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "4.05"} "dune" {>= "1.4.0"} "dune-configurator" "base" {build & < "v0.17"} "stdio" {build} "conf-sqlite3" {build} ] 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.""" url { src: "https://github.com/mmottl/sqlite3-ocaml/releases/download/4.4.1/sqlite3-4.4.1.tbz" checksum: [ "sha256=db9b84db23c25812dad8b56117d6c9473ee1c43ee79bd434356b688fc03e472f" "md5=93763885a3606252aa8004f7662dd161" ] }