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" {>= "3.2"} 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 "odoc" {with-doc} 25] 26build: [ 27 ["dune" "subst"] {dev} 28 [ 29 "dune" 30 "build" 31 "-p" 32 name 33 "-j" 34 jobs 35 "@install" 36 "@runtest" {with-test} 37 "@doc" {with-doc} 38 ] 39] 40dev-repo: "git+https://github.com/arenadotio/pgx.git" 41url { 42 src: "https://github.com/arenadotio/pgx/releases/download/2.2/pgx-2.2.tbz" 43 checksum: [ 44 "sha256=e50dfb4e9d124d74da0d82f480357f63f947bb469b49c171ffd5f27c3c69c56a" 45 "sha512=07592f9c9a123b446f2742cc39bf23751dd0590b8028e7ed14f254c6f2c77a23efc616557aff43775354ff49cf71276ac400cf72d2c4d921fa4473d0b3209b21" 46 ] 47} 48x-commit-hash: "1b8fdf1719467916670432605a07c9674e6df76d"