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.1/ezsqlite-0.4.1.tbz" checksum: [ "sha256=1bf518933471d377307c833c8759d3cfb8b387ccf18ce88f5eee12706703e7ba" "md5=a4bf804c631bb96aaf7d3aa01c10b3e2" ] }