this repo has no description
1opam-version: "2.0" 2synopsis: "Pgx using Lwt on Mirage for IO" 3description: "Pgx using Lwt on Mirage 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 "lwt" 13 "ocaml" {>= "4.08"} 14 "logs" 15 "mirage-channel" 16 "conduit-mirage" {>= "2.3.0"} 17 "dns-client" {>= "6.0.0" & < "8.0.0"} 18 "mirage-random" {< "4.0.0"} 19 "mirage-time" 20 "mirage-clock" 21 "tcpip" {>= "7.0.0"} 22 "pgx" {= version} 23 "pgx_lwt" {= version} 24] 25build: [ 26 ["dune" "subst"] {dev} 27 [ 28 "dune" 29 "build" 30 "-p" 31 name 32 "-j" 33 jobs 34 "@install" 35 "@runtest" {with-test} 36 "@doc" {with-doc} 37 ] 38] 39dev-repo: "git+https://github.com/arenadotio/pgx.git" 40url { 41 src: "https://github.com/arenadotio/pgx/releases/download/2.1/pgx-2.1.tbz" 42 checksum: [ 43 "sha256=3c53140b3b7082835927604f2511c77329406edcea5f378fed60f9fe9cb7da5d" 44 "sha512=cc95e07625c195675f01700e31906488bbe40f3db887b2564c9d19f250900b165174ba595acdb35adb5f7db6bcaf5f9fb1d784efd1c5f7d5202d61641ac55a12" 45 ] 46} 47x-commit-hash: "78fde75fb70735c1514e3716db59ab839a50d5eb"