this repo has no description
1opam-version: "2.0" 2synopsis: "Simplified SQLite3 bindings for OCaml" 3description: """ 4Ezsqlite provides custom SQLite3 bindings and a familiar API for interacting with SQL datatypes in OCaml. 5 6Additionally, SQLite3 is compiled into Ezsqlite with many extensions enabled. For more information see https://github.com/zshipko/ocaml-ezsqlite""" 7maintainer: "Zach Shipko <zachshipko@gmail.com>" 8authors: "Zach Shipko" 9license: "ISC" 10homepage: "https://github.com/zshipko/ocaml-ezsqlite" 11doc: "https://zshipko.github.io/ocaml-ezsqlite/doc" 12bug-reports: "https://github.com/zshipko/ocaml-ezsqlite/issues" 13depends: [ 14 "ocaml" {>= "4.03.0"} 15 "dune" {>= "1.1"} 16 "hex" 17] 18build: ["dune" "build" "-p" name "-j" jobs] 19dev-repo: "git+https://github.com/zshipko/ocaml-ezsqlite.git" 20url { 21 src: "https://github.com/zshipko/ocaml-ezsqlite/archive/0.4.2.tar.gz" 22 checksum: [ 23 "md5=021dde03920799e924dda065e3b5e9c3" 24 "sha512=472b5d998e5ad359d001b17886755520b4c13e8677ddf36fec31e1de8476fad5aa4e3b7d09b524e3c00a0a0619f61dd67ea0ade3211c764129bbb54abe796487" 25 ] 26}