opam-version: "2.0"
synopsis:
  "OCaml implementation of the native MySQL/MariaDB Protocol with the Bitstring library"
description:
  "This library allows you to access the functionality provided by MySQL or MariaDB"
maintainer: ["Stéphane Legrand"]
authors: ["Stéphane Legrand"]
license: "LGPL-3.0-or-later"
homepage: "https://github.com/slegrand45/mysql_protocol"
bug-reports: "https://github.com/slegrand45/mysql_protocol/issues"
depends: [
  "num"
  "dune" {>= "2.7"}
  "ocaml" {>= "4.09.0"}
  "cryptokit"
  "ounit2" {with-test}
  "bitstring" {>= "4.0.1"}
  "ppx_bitstring" {>= "4.0.1"}
  "odoc" {with-doc}
]
build: [
  ["dune" "subst"] {dev}
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "@install"
    "@runtest" {with-test}
    "@doc" {with-doc}
  ]
]
dev-repo: "git+https://github.com/slegrand45/mysql_protocol.git"
x-commit-hash: "75a673d47c43aa7b1a11deacf7602ca77eca1d8d"
url {
  src:
    "https://github.com/slegrand45/mysql_protocol/releases/download/v3.0.1/mysql_protocol-v3.0.1.tbz"
  checksum: [
    "sha256=a65c8cc593534a1be674d321953888182ed2ab4e84f549eff52276067166aca9"
    "sha512=59297eb12a028e75dd2703bddd2b167755ed25d3b269bb6dc5e52c0c0ec9c08157a21bee6918c4d0d0d7ae42585df059af5160c3a87a6fb4b23911398634a51a"
  ]
}
