opam-version: "2.0"
maintainer: "stephleg@free.fr"
authors: "Stéphane Legrand <slegrand45@gmail.com>"
homepage: "https://github.com/slegrand45/mysql_protocol"
bug-reports: "https://github.com/slegrand45/mysql_protocol/issues"
dev-repo: "git+https://github.com/slegrand45/mysql_protocol.git"
build: [make "all"]
remove: [[make "deinstall"]]
depends: [
  "ocaml" {>= "4.00.0"}
  "ocamlfind"
  "cryptokit"
  "bitstring" {< "3.0.0"}
  "ocamlbuild" {build}
  "num"
]
install: [make "install"]
synopsis: "Implementation of MySQL Protocol with the Bitstring library"
url {
  src: "https://download.ocamlcore.org/ocmysqlprotocol/ocmp/ocmp-0.8/ocmp-0.8.tgz"
  checksum: "md5=a225a5feb1cecb12ba7ce457664e71cd"
}
