opam-version: "2.0"
maintainer: "Zach Shipko <zachshipko@gmail.com>"
authors: "Zach Shipko"
homepage: "https://github.com/zshipko/ocaml-ezsqlite"
bug-reports: "https://github.com/zshipko/ocaml-ezsqlite/issues"
license: "ISC"
doc: "https://github.com/zshipko/ocaml-ezsqlite"
dev-repo: "git+https://github.com/zshipko/ocaml-ezsqlite.git"
build: [
  ["ocaml" "./pkg/pkg.ml" "build" "--pinned" "%{pinned}%"]
  ["ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%" "--tests" "true"]
    {with-test}
  ["ocaml" "pkg/pkg.ml" "test"] {with-test}
]
depends: [
  "ocaml" {>= "4.03.0"}
  "ocamlfind" {build}
  "ocamlbuild" {build}
  "topkg" {build}
  "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/archive/0.3.tar.gz"
  checksum: "md5=cffc08cb6f1fe46dca694a2ae1bcce97"
}
