opam-version: "2.0"
maintainer: "Dario Teixeira <dte@issuu.com>"
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" & < "0.9"}
  "stdlib-shims"
]
authors: "Team Raccoons at Issuu"
url {
  src:
    "https://github.com/issuu/ppx_mysql/releases/download/1.1.1/ppx_mysql-1.1.1.tbz"
  checksum: [
    "sha256=910ab811ed663a9e06c0690dabc2d8ceec6984d8d71060cce531a9bc74bfd603"
    "sha512=c6744c3fefbeca7b8ecac85174c2e2c76987f0491a265f49e19cc61b64ee7d3c62234d3d01106e9a9d6dcd8318d88c277c00957eae1a6d30d7bd4607088b989f"
  ]
}
