opam-version: "2.0"
synopsis: "Syntax extension for Caqti/PostgreSQL queries"
maintainer: ["Roddy MacSween <github@roddymacsween.co.uk>"]
authors: ["Roddy MacSween <github@roddymacsween.co.uk>"]
license: "MIT"
homepage: "https://github.com/roddyyaga/ppx_rapper"
doc: "https://github.com/roddyyaga/ppx_rapper"
bug-reports: "https://github.com/roddyyaga/ppx_rapper/issues"
depends: [
  "ocaml" {>= "4.07"}
  "dune" {>= "2.0.1"}
  "pg_query"
  "ppxlib"
  "base" {< "v0.15"}
  "caqti"
  "caqti-lwt"
]
build: [
  ["dune" "subst"] {pinned}
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "@install"
    "@runtest" {with-test}
    "@doc" {with-doc}
  ]
]
dev-repo: "git+https://github.com/roddyyaga/ppx_rapper.git"
url {
  src: "https://github.com/roddyyaga/ppx_rapper/archive/1.0.2.tar.gz"
  checksum: [
    "md5=fec301b4c23f0cd917ca8ff373b230ca"
    "sha512=f85e5825e9d84c3f0f16a64124d469d12b081aa86855ec58de948194b9a02cd412003d44243305c17b9602f7268a2c7941ca708d8fe09e22696202202c2137d4"
  ]
}
