this repo has no description
1opam-version: "2.0"
2synopsis: "Pgx using Async for IO"
3description: "Pgx using Async for IO"
4maintainer: ["Arena Developers <silver-snakes@arena.io>"]
5authors: ["Arena Developers <silver-snakes@arena.io>"]
6license: "LGPL-2.1-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 "alcotest-async" {with-test & >= "1.0.0"}
13 "async_kernel" {>= "v0.13.0"}
14 "async_unix" {>= "v0.13.0"}
15 "base64" {with-test & >= "3.0.0"}
16 "ocaml" {>= "4.08"}
17 "pgx" {= version}
18 "pgx_value_core" {= version}
19]
20build: [
21 ["dune" "subst"] {dev}
22 [
23 "dune"
24 "build"
25 "-p"
26 name
27 "-j"
28 jobs
29 "@install"
30 "@runtest" {with-test}
31 "@doc" {with-doc}
32 ]
33]
34dev-repo: "git+https://github.com/arenadotio/pgx.git"
35url {
36 src: "https://github.com/arenadotio/pgx/releases/download/1.0/pgx-1.0.tbz"
37 checksum: [
38 "sha256=3672ca83fbf72e6480b74478e3b256bbab3bef81fad7be0da38bae60f0b8725a"
39 "sha512=e35f881179371b55be22d40a3514d593003ccba11d5b02c265b8e38dd01dd472adb41d185b3838704685e4e82096fe449c9d709db451bad9b6bde251bdc97729"
40 ]
41}