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/ezsqlite-0.4.tbz"
23 checksum: [
24 "sha256=823ee04458287fecd7ff473c98ce819467563e330452b201cfb88588ef5ce69d"
25 "md5=ee60e0ec6bd564f2670b7d22abc059c9"
26 ]
27}