this repo has no description
1opam-version: "2.0"
2authors: ["Arena Developers <silver-snakes@arena.io>"]
3maintainer: "silver-snakes@arena.io"
4license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
5homepage: "https://github.com/arenadotio/pgx"
6dev-repo: "git+https://github.com/arenadotio/pgx.git"
7bug-reports: "https://github.com/arenadotio/pgx/issues"
8doc: "https://arenadotio.github.io/pgx/doc"
9
10build: [
11 ["jbuilder" "build" "-p" name "-j" jobs]
12 ["jbuilder" "runtest" "-p" name "-j" jobs] {with-test}
13]
14depends: [
15 "ocaml" {>= "4.04.2"}
16 "pgx" {= version}
17 "ppx_jane"
18 "base64" {with-test & < "3.0.0"}
19 "ounit" {with-test}
20]
21synopsis:
22 "Pgx_unix - PGX using the standard library's Unix module for IO (synchronous)"
23url {
24 src: "https://github.com/arenadotio/pgx/releases/download/0.1/pgx-0.1.tbz"
25 checksum: [
26 "sha256=7c2f6dc86e2ad75b6119281b8db4509d60dce12d4c9de3d8fa7ccd43aa61c273"
27 "md5=b659449513e1b70b7a67a954d115d246"
28 ]
29}