this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: 4 "OCaml implementation of the native MySQL/MariaDB Protocol with the Bitstring library" 5description: 6 "This library allows you to access the functionality provided by MySQL or MariaDB" 7maintainer: ["Stéphane Legrand"] 8authors: ["Stéphane Legrand"] 9license: "LGPL-3.0-or-later" 10homepage: "https://github.com/slegrand45/mysql_protocol" 11bug-reports: "https://github.com/slegrand45/mysql_protocol/issues" 12depends: [ 13 "dune" {>= "2.7"} 14 "num" 15 "ocaml" {>= "4.09.0"} 16 "cryptokit" 17 "ounit2" {with-test} 18 "bitstring" {>= "4.0.1"} 19 "ppx_bitstring" {>= "4.0.1"} 20 "odoc" {with-doc} 21] 22build: [ 23 ["dune" "subst"] {dev} 24 [ 25 "dune" 26 "build" 27 "-p" 28 name 29 "-j" 30 jobs 31 "@install" 32 "@runtest" {with-test} 33 "@doc" {with-doc} 34 ] 35] 36dev-repo: "git+https://github.com/slegrand45/mysql_protocol.git" 37url { 38 src: "https://github.com/slegrand45/mysql_protocol/archive/3.0.3.tar.gz" 39 checksum: [ 40 "md5=25881ffc4a6c0e974703d014b6b38a42" 41 "sha512=60ee821bfeaaf7996d803f560d87f171e5205cd41494cc5579d8e794755b1f1747e7c7da9d83b6e4c73ebe41d680a2306db2d26b72467c7d8789573da37f246c" 42 ] 43}