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.2.tar.gz" checksum: [ "sha256=a789fb11d854219194651839ffe6ac23e307abcad2f8bd56573b1a7c72071133" "md5=125714ae53adc484fcb15f610dc2495d" ] }