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.1-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" 37x-commit-hash: "b73b09d8e376f0ba10219f9b860e33ea94281461" 38url { 39 src: 40 "https://github.com/arenadotio/pgx/releases/download/2.0/pgx_lwt_mirage-2.0.tbz" 41 checksum: [ 42 "sha256=be6bac83e4030b6225f3966fd482b242818ff1147efc273163d4a9cd749b62bd" 43 "sha512=c18e3b7d246f184c5a689d081f613937d569f9b794b95e586c5c16ddb7402581049642dd20852ec95316c4681b70f5e8f494fc9475adecf64d53b13d70257c98" 44 ] 45}