this repo has no description
1opam-version: "2.0" 2maintainer: "Dario Teixeira <dte@issuu.com>" 3synopsis: "Convenience package for using ppx_mysql with Mysql and the identity monad for IO" 4description: """ 5The ppx_mysql extension expects the existence of several modules in the current context. 6This package provides the definition of those modules for using ppx_mysql with Mysql 7(via OPAM's mysql package) and the identity monad for IO. 8""" 9homepage: "https://github.com/issuu/ppx_mysql" 10dev-repo: "git+https://github.com/issuu/ppx_mysql.git" 11bug-reports: "https://github.com/issuu/ppx_mysql/issues" 12doc: "https://issuu.github.io/ppx_mysql/" 13build: [["dune" "build" "-p" name "-j" jobs]] 14depends: [ 15 "dune" 16 "mysql" {>= "1.2" & < "2.0"} 17 "ocaml" {>= "4.06.0"} 18 "ppx_mysql" {= version} 19] 20authors: "Team Raccoons at Issuu" 21url { 22 src: "https://github.com/issuu/ppx_mysql/archive/1.1.tar.gz" 23 checksum: [ 24 "md5=1a29e0700c1311552059a8587168bdf6" 25 "sha512=a6f2922611acd4bf7998d24e3edd25a2740c944b1cfaf9220e6f33a32fabb9a7ec670ba5c2a7e0f48a27ad72455562c3b00bc0765bd3d196ef1b12985447f1ad" 26 ] 27}