opam-version: "2.0"
maintainer: "Josh Allmann <joshua.allmann@gmail.com>"
authors: "Josh Allmann <joshua.allmann@gmail.com>"
homepage: "https://github.com/j0sh/ocaml-gensqlite"
bug-reports: "https://github.com/j0sh/ocaml-gensqlite/issues"
license: "LGPL-3.0-only with OCaml-LGPL-linking-exception"
dev-repo: "git+https://github.com/j0sh/ocaml-gensqlite.git"
build: [
  [make "lib"]
]
install: [make "install"]
remove: [make "uninstall"]
depends: [
  "ocaml" {< "4.03"}
  "ocamlfind" {build}
  "ppx_tools"
  "sqlite3"
  "re"
]
synopsis:
  "A ppx preprocessor to generate SQLite3 prepared statements and query functions."
description: "Project Homepage: https://github.com/j0sh/ocaml-gensqlite"
url {
  src: "https://github.com/j0sh/ocaml-gensqlite/archive/v0.1.tar.gz"
  checksum: "md5=88a291bb5300faa626b7a5f454ade614"
}
