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"
build: [make "all"]
remove: [[make "deinstall"]]
depends: [
  "ocaml" {>= "4.00.0"}
  "ocamlfind"
  "cryptokit"
  "bitstring" {< "3.0.0"}
  "ocamlbuild" {build}
  "num"
]
dev-repo: "git://github.com/slegrand45/mysql_protocol"
install: [make "install"]
synopsis: "Implementation of MySQL Protocol with the Bitstring library"
url {
  src: "https://github.com/slegrand45/mysql_protocol/archive/v1.0.tar.gz"
  checksum: "md5=eff1e4338043336338d7eeb054c5c811"
}
