# 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.2.tar.gz" checksum: [ "md5=1a7ead147f8bc63c9265bc6f5cd9c3bd" "sha512=6df3ce7ffdee6feb9e5e56298787e46c7b44d40baabdb2475fc697476eaa04d4dfb33b35a4ac92fc15eeacac23d53cfb63a9fa3b065acfa6fced95dec4790502" ] }