opam-version: "2.0" synopsis: "Pure-OCaml PostgreSQL client library" description: "PGX is a pure-OCaml PostgreSQL client library, supporting Async, LWT, or synchronous operations." maintainer: ["Arena Developers "] authors: ["Arena Developers "] license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" homepage: "https://github.com/arenadotio/pgx" doc: "https://arenadotio.github.io/pgx" bug-reports: "https://github.com/arenadotio/pgx/issues" depends: [ "alcotest" {with-test & >= "1.0.0"} "bisect_ppx" {dev & >= "2.0.0"} "dune" {>= "1.11"} "hex" "ipaddr" "ocaml" {>= "4.08" & < "5.0"} "odoc" {with-doc} "ppx_compare" {>= "v0.13.0"} "ppx_custom_printf" {>= "v0.13.0"} "ppx_sexp_conv" {>= "v0.13.0"} "re" {>= "1.5.0"} "sexplib0" {>= "v0.13.0"} "uuidm" ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/arenadotio/pgx.git" x-commit-hash: "b73b09d8e376f0ba10219f9b860e33ea94281461" url { src: "https://github.com/arenadotio/pgx/releases/download/2.0/pgx_lwt_mirage-2.0.tbz" checksum: [ "sha256=be6bac83e4030b6225f3966fd482b242818ff1147efc273163d4a9cd749b62bd" "sha512=c18e3b7d246f184c5a689d081f613937d569f9b794b95e586c5c16ddb7402581049642dd20852ec95316c4681b70f5e8f494fc9475adecf64d53b13d70257c98" ] }