this repo has no description
1opam-version: "2.0" 2synopsis: "PGX using the standard library's Unix module for IO (synchronous)" 3description: 4 "PGX using the standard library's Unix module for IO (synchronous)" 5maintainer: ["Arena Developers <silver-snakes@arena.io>"] 6authors: ["Arena Developers <silver-snakes@arena.io>"] 7license: "LGPL-2.1-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 "dune" {>= "1.11"} 13 "alcotest" {with-test & >= "1.0.0"} 14 "base64" {with-test & >= "3.0.0"} 15 "ocaml" {>= "4.08"} 16 "pgx" {= version} 17] 18build: [ 19 ["dune" "subst"] {dev} 20 [ 21 "dune" 22 "build" 23 "-p" 24 name 25 "-j" 26 jobs 27 "@install" 28 "@runtest" {with-test} 29 "@doc" {with-doc} 30 ] 31] 32dev-repo: "git+https://github.com/arenadotio/pgx.git" 33x-commit-hash: "b73b09d8e376f0ba10219f9b860e33ea94281461" 34url { 35 src: 36 "https://github.com/arenadotio/pgx/releases/download/2.0/pgx_lwt_mirage-2.0.tbz" 37 checksum: [ 38 "sha256=be6bac83e4030b6225f3966fd482b242818ff1147efc273163d4a9cd749b62bd" 39 "sha512=c18e3b7d246f184c5a689d081f613937d569f9b794b95e586c5c16ddb7402581049642dd20852ec95316c4681b70f5e8f494fc9475adecf64d53b13d70257c98" 40 ] 41}