opam-version: "2.0"
maintainer: "Zach Shipko <zachshipko@gmail.com>"
authors: ["Zach Shipko"]
license: "ISC"
homepage: "https://github.com/zshipko/ocaml-ezsqlite"
bug-reports: "https://github.com/zshipko/ocaml-ezsqlite/issues"
dev-repo: "git+https://github.com/zshipko/ocaml-ezsqlite.git"
doc: "https://zshipko.github.io/ocaml-ezsqlite/doc"
build: [
    ["dune" "build" "-p" name "-j" jobs]
]
depends: [
  "ocaml" {>= "4.03.0"}
  "dune" {< "2.0"}
  "hex"
]
synopsis: "Simplified SQLite3 bindings for OCaml"
description:
  "Ezsqlite provides custom SQLite3 bindings and a familiar API for interacting with SQL datatypes in OCaml. Additionally, SQLite3 is compiled into Ezsqlite with many extensions enabled. For more information see https://github.com/zshipko/ocaml-ezsqlite"
url {
  src:
    "https://github.com/zshipko/ocaml-ezsqlite/releases/download/0.4.1/ezsqlite-0.4.1.tbz"
  checksum: "md5=a4bf804c631bb96aaf7d3aa01c10b3e2"
}
