opam-version: "2.0" authors: ["Arena Developers "] maintainer: "silver-snakes@arena.io" license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" homepage: "https://github.com/arenadotio/pgx" dev-repo: "git+https://github.com/arenadotio/pgx.git" bug-reports: "https://github.com/arenadotio/pgx/issues" doc: "https://arenadotio.github.io/pgx/doc" build: [ ["jbuilder" "build" "-p" name "-j" jobs] ["jbuilder" "runtest" "-p" name "-j" jobs] {with-test} ] depends: [ "ocaml" {>= "4.04.2"} "ppx_jane" {< "v0.13"} "uuidm" "re" "sexplib" {>= "v0.10" & < "v0.13"} "bisect_ppx" {build & >= "1.3.1"} "jbuilder" {>= "1.0+beta14"} "base64" {with-test & < "3.0.0"} "ounit" {with-test} ] synopsis: "Pgx - Pure-OCaml PostgreSQL client library" description: "PGX is a pure-OCaml PostgreSQL client library, supporting Async, LWT, or synchronous operations." url { src: "https://github.com/arenadotio/pgx/releases/download/0.1/pgx-0.1.tbz" checksum: [ "sha256=7c2f6dc86e2ad75b6119281b8db4509d60dce12d4c9de3d8fa7ccd43aa61c273" "md5=b659449513e1b70b7a67a954d115d246" ] }