# This file is generated by dune, edit dune-project instead 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: [ "dune" {>= "2.7"} "num" "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" url { src: "https://github.com/slegrand45/mysql_protocol/archive/3.0.3.tar.gz" checksum: [ "md5=25881ffc4a6c0e974703d014b6b38a42" "sha512=60ee821bfeaaf7996d803f560d87f171e5205cd41494cc5579d8e794755b1f1747e7c7da9d83b6e4c73ebe41d680a2306db2d26b72467c7d8789573da37f246c" ] }