this repo has no description
1opam-version: "2.0" 2maintainer: "Zach Shipko <zachshipko@gmail.com>" 3authors: ["Zach Shipko"] 4license: "ISC" 5homepage: "https://github.com/zshipko/ocaml-ezsqlite" 6bug-reports: "https://github.com/zshipko/ocaml-ezsqlite/issues" 7dev-repo: "git+https://github.com/zshipko/ocaml-ezsqlite.git" 8doc: "https://zshipko.github.io/ocaml-ezsqlite/doc" 9build: [ 10 ["dune" "build" "-p" name "-j" jobs] 11] 12depends: [ 13 "ocaml" {>= "4.03.0"} 14 "dune" {< "2.0"} 15 "hex" 16] 17synopsis: "Simplified SQLite3 bindings for OCaml" 18description: 19 "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" 20url { 21 src: 22 "https://github.com/zshipko/ocaml-ezsqlite/releases/download/0.4.1/ezsqlite-0.4.1.tbz" 23 checksum: [ 24 "sha256=1bf518933471d377307c833c8759d3cfb8b387ccf18ce88f5eee12706703e7ba" 25 "md5=a4bf804c631bb96aaf7d3aa01c10b3e2" 26 ] 27}