this repo has no description
1opam-version: "2.0" 2synopsis: "OCaml interface for mysql-connector-c" 3maintainer: "Chris Nevers <christophernevers96@gmail.com>" 4authors: "Chris Nevers <christophernevers96@gmail.com>" 5homepage: "https://github.com/chrisnevers/mysql8" 6bug-reports: "https://github.com/chrisnevers/mysql8/issues" 7depends: [ 8 "dune" {>= "1.11.0"} 9 "dune-configurator" 10 "ppx_inline_test" 11 "conf-mysql" {build} 12] 13build: [ 14 ["dune" "subst"] {dev} 15 ["dune" "build" "-p" name "-j" jobs] 16] 17dev-repo: "git+https://github.com/chrisnevers/mysql8.git" 18url { 19 src: "https://github.com/chrisnevers/mysql8/archive/0.11.tar.gz" 20 checksum: [ 21 "md5=41279147240f807aff4e2b731c4d64a8" 22 "sha512=dc7d2d7527fdcf81759b23918ca79d5dd4736b90db064a95a1d89f125faff8fcdaa78c5ae80beae9cf49240903191337414351b7447af757d99d7905b4fcef3e" 23 ] 24}