opam-version: "2.0"
maintainer: "Andre Nathan <andrenth@gmail.com>"
authors: "Andre Nathan <andrenth@gmail.com>"
homepage: "https://github.com/andrenth/sequoia"
bug-reports: "https://github.com/andrenth/sequoia"
license: "MIT"
dev-repo: "git+https://github.com/andrenth/sequoia.git"
build: [
  ["./configure" "--prefix=%{prefix}%"]
  [make]
]
install: [make "install"]
remove: ["ocamlfind" "remove" "sequoia"]
depends: [
  "ocaml" {>= "4.04.0" & < "4.08.0"}
  "ocamlfind" {build}
  "ocamlbuild" {build}
  "ppx_tools"
]
synopsis: "Type-safe query builder for OCaml"
description: """
Sequoia is a type-safe query builder for OCaml. Queries are composable and it
supports multiple database drivers (currently MySQL and SQLite)."""
flags: light-uninstall
url {
  src: "https://github.com/andrenth/sequoia/archive/0.1.0.tar.gz"
  checksum: "md5=9a314cd5452224be688f2902f27bedb4"
}
