opam-version: "2.0"
maintainer: "Andre Nathan <andrenth@gmail.com>"
authors: "Andre Nathan <andrenth@gmail.com>"
homepage: "https://github.com/andrenth/ocaml-mariadb"
bug-reports: "https://github.com/andrenth/ocaml-mariadb/issues"
license: "MIT"
dev-repo: "git+https://github.com/andrenth/ocaml-mariadb.git"
build: [
  ["./configure" "--prefix=%{prefix}%"]
  [make]
]
install: [make "install"]
depends: [
  "ocaml" {>= "4.03.0" & < "4.06.0"}
  "ocamlfind" {build}
  "ocamlbuild" {build}
  "ctypes" {>= "0.7.0" & < "0.18.0"}
  "ctypes-foreign" {>= "0.4.0"}
  "async" {< "v0.15"}
  "lwt"
  "conf-mariadb"
]
available: arch != "arm32" & arch != "x86_32" # https://github.com/andrenth/ocaml-mariadb/pull/37
synopsis: "OCaml bindings for MariaDB's libmysqlclient"
description: """
OCaml-MariaDB provides Ctypes-based bindings for MariaDB's libmysqlclient, including
its nonblocking API."""
url {
  src: "https://github.com/andrenth/ocaml-mariadb/archive/0.5.0.tar.gz"
  checksum: "md5=6bf438d6e74586bc6cc61d00b11f8ed1"
}
