opam-version: "2.0" maintainer: "Dario Teixeira " synopsis: "Syntax extension for facilitating usage of MySQL bindings" description: """ This syntax extension aims to reduce the pain and boilerplate associated with using MySQL bindings from OCaml. It is similar in spirit to PG'OCaml, but without the compile-time communication with the DB engine for type inference. """ homepage: "https://github.com/issuu/ppx_mysql" dev-repo: "git+https://github.com/issuu/ppx_mysql.git" bug-reports: "https://github.com/issuu/ppx_mysql/issues" doc: "https://issuu.github.io/ppx_mysql/" build: [ ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] depends: [ "alcotest" {with-test & >= "0.8" & < "0.9"} "dune" {>= "1.4"} "ocamlformat" {with-test & >= "0.9" & < "0.10"} "ocaml" {>= "4.06.0" } "ppx_deriving" {with-test & >= "4.2" & < "5.0"} "ppxlib" {>= "0.2"} "stdlib-shims" ] x-commit-hash: "bb9cc084c9b9422591fefefd7589255ae7d3b504" authors: "Team Raccoons at Issuu" url { src: "https://github.com/issuu/ppx_mysql/releases/download/1.1.3/ppx_mysql-1.1.3.tbz" checksum: [ "sha256=7ac90d54b649692b9d2c2bedb3a2f9cce4d100d4db5443fc482f1e8337e19911" "sha512=d47a05607a526bb1c2f3a0a3a79f84d181362810845f2c1e1004b80cb41ee748e9216be971c5e3c9c1e4027eec91de2d9effe57fd8e0d83b8861d5d0bfd6c3d1" ] }