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"
build: [
  ["./configure" "--prefix" "%{prefix}%"]
  [make]
  [make "htdoc"] {with-doc}
]
remove: [
  ["ocamlfind" "remove" "mysql"]
]
depends: [
  "ocaml" {< "4.03"}
  "ocamlfind"
  "camlp4"
]
depexts: [
  ["libmysqlclient-dev"] {os-family = "debian"}
]
install: [make "install"]
synopsis: "Bindings to libmysqlclient for interacting with mysql databases"
flags: light-uninstall
url {
  src:
    "https://download.ocamlcore.org/ocaml-mysql/ocaml-mysql/1.1.2/ocaml-mysql-1.1.2.tar.gz"
  checksum: "md5=1a5842c82110a65cc37f6fce460ada07"
}
