opam-version: "2.0" maintainer: "Zach Shipko " 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: [ "sha256=e90d7fb0e82a552b853803bf45208ddbe1dd2ce4a53882888273f936b41ad202" "md5=cffc08cb6f1fe46dca694a2ae1bcce97" ] }