opam-version: "2.0" maintainer: "ygrek@autistici.org" authors: [ "Christian Lindig " "Shawn Wagner " "ygrek " ] homepage: "http://ocaml-mysql.forge.ocamlcore.org" doc: "http://ocaml-mysql.forge.ocamlcore.org/doc/index.html" dev-repo: "git+https://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: [ "sha256=827a43e1341721eba5afe3acdec3d38bac87ff092918f529b0fc8c7df012ab1a" "md5=776d07219ac3a6ffa000811defd91eb3" ] }