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 "ppx_jane" {< "v0.13"}
17 "uuidm"
18 "re"
19 "sexplib" {>= "v0.10" & < "v0.13"}
20 "bisect_ppx" {build & >= "1.3.1"}
21 "jbuilder" {>= "1.0+beta14"}
22 "base64" {with-test & < "3.0.0"}
23 "ounit" {with-test}
24]
25synopsis: "Pgx - Pure-OCaml PostgreSQL client library"
26description:
27 "PGX is a pure-OCaml PostgreSQL client library, supporting Async, LWT, or synchronous operations."
28url {
29 src: "https://github.com/arenadotio/pgx/releases/download/0.1/pgx-0.1.tbz"
30 checksum: [
31 "sha256=7c2f6dc86e2ad75b6119281b8db4509d60dce12d4c9de3d8fa7ccd43aa61c273"
32 "md5=b659449513e1b70b7a67a954d115d246"
33 ]
34}