this repo has no description
1opam-version: "2.0" 2synopsis: "Pgx using Async for IO" 3description: "Pgx using Async for IO" 4maintainer: ["Arena Developers <silver-snakes@arena.io>"] 5authors: ["Arena Developers <silver-snakes@arena.io>"] 6license: "LGPL-2.0-only WITH OCaml-LGPL-linking-exception" 7homepage: "https://github.com/arenadotio/pgx" 8doc: "https://arenadotio.github.io/pgx" 9bug-reports: "https://github.com/arenadotio/pgx/issues" 10depends: [ 11 "dune" {>= "1.11"} 12 "alcotest-async" {with-test & >= "1.0.0"} 13 "async_kernel" {>= "v0.13.0"} 14 "async_unix" {>= "v0.13.0"} 15 "async_ssl" 16 "base64" {with-test & >= "3.0.0"} 17 "conduit-async" {>= "1.5.0"} 18 "ocaml" {>= "4.08"} 19 "pgx" {= version} 20 "pgx_value_core" {= version} 21] 22build: [ 23 ["dune" "subst"] {dev} 24 [ 25 "dune" 26 "build" 27 "-p" 28 name 29 "-j" 30 jobs 31 "@install" 32 "@runtest" {with-test} 33 "@doc" {with-doc} 34 ] 35] 36dev-repo: "git+https://github.com/arenadotio/pgx.git" 37url { 38 src: "https://github.com/arenadotio/pgx/releases/download/2.1/pgx-2.1.tbz" 39 checksum: [ 40 "sha256=3c53140b3b7082835927604f2511c77329406edcea5f378fed60f9fe9cb7da5d" 41 "sha512=cc95e07625c195675f01700e31906488bbe40f3db887b2564c9d19f250900b165174ba595acdb35adb5f7db6bcaf5f9fb1d784efd1c5f7d5202d61641ac55a12" 42 ] 43} 44x-commit-hash: "78fde75fb70735c1514e3716db59ab839a50d5eb"