opam-version: "2.0" maintainer: "Zach Shipko " 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/ezsqlite-0.4.tbz" checksum: [ "sha256=823ee04458287fecd7ff473c98ce819467563e330452b201cfb88588ef5ce69d" "md5=ee60e0ec6bd564f2670b7d22abc059c9" ] }