this repo has no description
1opam-version: "2.0" 2synopsis: "Pure-OCaml PostgreSQL client library" 3description: 4 "PGX is a pure-OCaml PostgreSQL client library, supporting Async, LWT, or synchronous operations." 5maintainer: ["Arena Developers <silver-snakes@arena.io>"] 6authors: ["Arena Developers <silver-snakes@arena.io>"] 7license: "LGPL-2.0-only WITH OCaml-LGPL-linking-exception" 8homepage: "https://github.com/arenadotio/pgx" 9doc: "https://arenadotio.github.io/pgx" 10bug-reports: "https://github.com/arenadotio/pgx/issues" 11depends: [ 12 "alcotest" {with-test & >= "1.0.0"} 13 "bisect_ppx" {dev & >= "2.0.0"} 14 "dune" {>= "3.2" & >= "3.2"} 15 "hex" 16 "ipaddr" 17 "camlp-streams" 18 "ocaml" {>= "4.08"} 19 "odoc" {with-doc} 20 "ppx_compare" {>= "v0.13.0"} 21 "ppx_custom_printf" {>= "v0.13.0"} 22 "ppx_sexp_conv" {>= "v0.13.0"} 23 "re" {>= "1.5.0"} 24 "sexplib0" {>= "v0.13.0"} 25 "uuidm" 26] 27build: [ 28 ["dune" "subst"] {dev} 29 [ 30 "dune" 31 "build" 32 "-p" 33 name 34 "-j" 35 jobs 36 "@install" 37 "@runtest" {with-test} 38 "@doc" {with-doc} 39 ] 40] 41dev-repo: "git+https://github.com/arenadotio/pgx.git" 42url { 43 src: "https://github.com/arenadotio/pgx/releases/download/2.2/pgx-2.2.tbz" 44 checksum: [ 45 "sha256=e50dfb4e9d124d74da0d82f480357f63f947bb469b49c171ffd5f27c3c69c56a" 46 "sha512=07592f9c9a123b446f2742cc39bf23751dd0590b8028e7ed14f254c6f2c77a23efc616557aff43775354ff49cf71276ac400cf72d2c4d921fa4473d0b3209b21" 47 ] 48} 49x-commit-hash: "1b8fdf1719467916670432605a07c9674e6df76d"