opam-version: "2.0"
maintainer: "ygrek@autistici.org"
authors: [
  "Christian Lindig <lindig@eecs.harvard.edu>"
  "Shawn Wagner <shawnw@speakeasy.org>"
  "ygrek <ygrek@autistici.org>"
]
homepage: "http://ocaml-mysql.forge.ocamlcore.org"
doc: "http://ocaml-mysql.forge.ocamlcore.org/doc/index.html"
dev-repo: "git://github.com/ygrek/ocaml-mysql.git"
bug-reports: "https://github.com/ygrek/ocaml-mysql/issues"
build: [
  ["./configure" "--prefix" "%{prefix}%"]
  [make]
  [make "htdoc"] {with-doc}
]
install: [make "install"]
remove: [
  ["ocamlfind" "remove" "mysql"]
]
depends: [
  "ocaml"
  "ocamlfind" {build}
  "conf-mysql"
]
synopsis: "Bindings to libmysqlclient for interacting with mysql databases"
flags: light-uninstall
url {
  src: "https://ygrek.org/p/release/ocaml-mysql/ocaml-mysql-1.2.1.tar.gz"
  checksum: "md5=776d07219ac3a6ffa000811defd91eb3"
}
