opam-version: "2.0"
synopsis: "Pgx using Lwt on Mirage for IO"
description: "Pgx using Lwt on Mirage for IO"
maintainer: ["Arena Developers <silver-snakes@arena.io>"]
authors: ["Arena Developers <silver-snakes@arena.io>"]
license: "LGPL-2 with OCaml linking exception"
homepage: "https://github.com/arenadotio/pgx"
doc: "https://arenadotio.github.io/pgx"
bug-reports: "https://github.com/arenadotio/pgx/issues"
depends: [
  "dune" {>= "1.11"}
  "lwt"
  "ocaml" {>= "4.08"}
  "logs"
  "mirage-channel"
  "conduit-mirage" {>= "2.0.2" & < "2.2.0"}
  "dns-client"
  "mirage-random"
  "mirage-clock"
  "mirage-stack"
  "pgx" {= version}
  "pgx_lwt" {= version}
]
build: [
  ["dune" "subst"] {pinned}
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "@install"
    "@runtest" {with-test}
    "@doc" {with-doc}
  ]
]
dev-repo: "git+https://github.com/arenadotio/pgx.git"
url {
  src: "https://github.com/arenadotio/pgx/releases/download/1.0/pgx-1.0.tbz"
  checksum: [
    "sha256=3672ca83fbf72e6480b74478e3b256bbab3bef81fad7be0da38bae60f0b8725a"
    "sha512=e35f881179371b55be22d40a3514d593003ccba11d5b02c265b8e38dd01dd472adb41d185b3838704685e4e82096fe449c9d709db451bad9b6bde251bdc97729"
  ]
}
