Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[new release] pgx_lwt_mirage, pgx_value_core, pgx_async, pgx_unix, pgx_lwt_unix, pgx_lwt and pgx (2.0) #18675

Merged
merged 4 commits into from
May 14, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/pgx/pgx.0.1/opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
opam-version: "2.0"
authors: ["Arena Developers <[email protected]>"]
maintainer: "[email protected]"
license: "LGPL-2.1 with OCaml-LGPL-linking-exception"
homepage: "https://github.com/arenadotio/pgx"
dev-repo: "git+https://github.com/arenadotio/pgx.git"
bug-reports: "https://github.com/arenadotio/pgx/issues"
Expand Down
6 changes: 3 additions & 3 deletions packages/pgx/pgx.1.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description:
"PGX is a pure-OCaml PostgreSQL client library, supporting Async, LWT, or synchronous operations."
maintainer: ["Arena Developers <[email protected]>"]
authors: ["Arena Developers <[email protected]>"]
license: "LGPL-2 with OCaml linking exception"
license: "LGPL-2.1 with OCaml-LGPL-linking-exception"
homepage: "https://github.com/arenadotio/pgx"
doc: "https://arenadotio.github.io/pgx"
bug-reports: "https://github.com/arenadotio/pgx/issues"
Expand All @@ -19,12 +19,12 @@ depends: [
"ppx_compare" {>= "v0.13.0" & < "v0.15"}
"ppx_custom_printf" {>= "v0.13.0" & < "v0.15"}
"ppx_sexp_conv" {>= "v0.13.0" & < "v0.15"}
"re"
"re" {>= "1.5.0"}
"sexplib0" {>= "v0.13.0" & < "v0.15"}
"uuidm"
]
build: [
["dune" "subst"] {pinned}
["dune" "subst"] {dev}
[
"dune"
"build"
Expand Down
49 changes: 49 additions & 0 deletions packages/pgx/pgx.2.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
opam-version: "2.0"
synopsis: "Pure-OCaml PostgreSQL client library"
description:
"PGX is a pure-OCaml PostgreSQL client library, supporting Async, LWT, or synchronous operations."
maintainer: ["Arena Developers <[email protected]>"]
authors: ["Arena Developers <[email protected]>"]
license: "LGPL-2.1 with OCaml-LGPL-linking-exception"
homepage: "https://github.com/arenadotio/pgx"
doc: "https://arenadotio.github.io/pgx"
bug-reports: "https://github.com/arenadotio/pgx/issues"
depends: [
"alcotest" {with-test & >= "1.0.0"}
"bisect_ppx" {dev & >= "2.0.0"}
"dune" {>= "1.11"}
"hex"
"ipaddr"
"ocaml" {>= "4.08"}
"odoc" {with-doc}
"ppx_compare" {>= "v0.13.0"}
"ppx_custom_printf" {>= "v0.13.0"}
"ppx_sexp_conv" {>= "v0.13.0"}
"re" {>= "1.5.0"}
"sexplib0" {>= "v0.13.0"}
"uuidm"
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/arenadotio/pgx.git"
x-commit-hash: "b73b09d8e376f0ba10219f9b860e33ea94281461"
url {
src:
"https://github.com/arenadotio/pgx/releases/download/2.0/pgx_lwt_mirage-2.0.tbz"
checksum: [
"sha256=be6bac83e4030b6225f3966fd482b242818ff1147efc273163d4a9cd749b62bd"
"sha512=c18e3b7d246f184c5a689d081f613937d569f9b794b95e586c5c16ddb7402581049642dd20852ec95316c4681b70f5e8f494fc9475adecf64d53b13d70257c98"
]
}
1 change: 1 addition & 0 deletions packages/pgx_async/pgx_async.0.1/opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
opam-version: "2.0"
authors: ["Arena Developers <[email protected]>"]
maintainer: "[email protected]"
license: "LGPL-2.1 with OCaml-LGPL-linking-exception"
homepage: "https://github.com/arenadotio/pgx"
dev-repo: "git+https://github.com/arenadotio/pgx.git"
bug-reports: "https://github.com/arenadotio/pgx/issues"
Expand Down
4 changes: 2 additions & 2 deletions packages/pgx_async/pgx_async.1.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ synopsis: "Pgx using Async for IO"
description: "Pgx using Async for IO"
maintainer: ["Arena Developers <[email protected]>"]
authors: ["Arena Developers <[email protected]>"]
license: "LGPL-2 with OCaml linking exception"
license: "LGPL-2.1 with OCaml-LGPL-linking-exception"
homepage: "https://github.com/arenadotio/pgx"
doc: "https://arenadotio.github.io/pgx"
bug-reports: "https://github.com/arenadotio/pgx/issues"
Expand All @@ -18,7 +18,7 @@ depends: [
"pgx_value_core" {= version}
]
build: [
["dune" "subst"] {pinned}
["dune" "subst"] {dev}
[
"dune"
"build"
Expand Down
45 changes: 45 additions & 0 deletions packages/pgx_async/pgx_async.2.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
opam-version: "2.0"
synopsis: "Pgx using Async for IO"
description: "Pgx using Async for IO"
maintainer: ["Arena Developers <[email protected]>"]
authors: ["Arena Developers <[email protected]>"]
license: "LGPL-2.1 with OCaml-LGPL-linking-exception"
homepage: "https://github.com/arenadotio/pgx"
doc: "https://arenadotio.github.io/pgx"
bug-reports: "https://github.com/arenadotio/pgx/issues"
depends: [
"dune" {>= "1.11"}
"alcotest-async" {with-test & >= "1.0.0"}
"async_kernel" {>= "v0.13.0"}
"async_unix" {>= "v0.13.0"}
"async_ssl"
"base64" {with-test & >= "3.0.0"}
"conduit-async" {>= "1.5.0"}
"ocaml" {>= "4.08"}
"pgx" {= version}
"pgx_value_core" {= version}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/arenadotio/pgx.git"
x-commit-hash: "b73b09d8e376f0ba10219f9b860e33ea94281461"
url {
src:
"https://github.com/arenadotio/pgx/releases/download/2.0/pgx_lwt_mirage-2.0.tbz"
checksum: [
"sha256=be6bac83e4030b6225f3966fd482b242818ff1147efc273163d4a9cd749b62bd"
"sha512=c18e3b7d246f184c5a689d081f613937d569f9b794b95e586c5c16ddb7402581049642dd20852ec95316c4681b70f5e8f494fc9475adecf64d53b13d70257c98"
]
}
1 change: 1 addition & 0 deletions packages/pgx_lwt/pgx_lwt.0.1/opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
opam-version: "2.0"
authors: ["Arena Developers <[email protected]>"]
maintainer: "[email protected]"
license: "LGPL-2.1 with OCaml-LGPL-linking-exception"
homepage: "https://github.com/arenadotio/pgx"
dev-repo: "git+https://github.com/arenadotio/pgx.git"
bug-reports: "https://github.com/arenadotio/pgx/issues"
Expand Down
4 changes: 2 additions & 2 deletions packages/pgx_lwt/pgx_lwt.1.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ synopsis: "Pgx using Lwt for IO"
description: "Pgx using Lwt for IO"
maintainer: ["Arena Developers <[email protected]>"]
authors: ["Arena Developers <[email protected]>"]
license: "LGPL-2 with OCaml linking exception"
license: "LGPL-2.1 with OCaml-LGPL-linking-exception"
homepage: "https://github.com/arenadotio/pgx"
doc: "https://arenadotio.github.io/pgx"
bug-reports: "https://github.com/arenadotio/pgx/issues"
Expand All @@ -15,7 +15,7 @@ depends: [
"pgx" {= version}
]
build: [
["dune" "subst"] {pinned}
["dune" "subst"] {dev}
[
"dune"
"build"
Expand Down
40 changes: 40 additions & 0 deletions packages/pgx_lwt/pgx_lwt.2.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
opam-version: "2.0"
synopsis: "Pgx using Lwt for IO"
description: "Pgx using Lwt for IO"
maintainer: ["Arena Developers <[email protected]>"]
authors: ["Arena Developers <[email protected]>"]
license: "LGPL-2.1 with OCaml-LGPL-linking-exception"
homepage: "https://github.com/arenadotio/pgx"
doc: "https://arenadotio.github.io/pgx"
bug-reports: "https://github.com/arenadotio/pgx/issues"
depends: [
"dune" {>= "1.11"}
"lwt"
"logs"
"ocaml" {>= "4.08"}
"pgx" {= version}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/arenadotio/pgx.git"
x-commit-hash: "b73b09d8e376f0ba10219f9b860e33ea94281461"
url {
src:
"https://github.com/arenadotio/pgx/releases/download/2.0/pgx_lwt_mirage-2.0.tbz"
checksum: [
"sha256=be6bac83e4030b6225f3966fd482b242818ff1147efc273163d4a9cd749b62bd"
"sha512=c18e3b7d246f184c5a689d081f613937d569f9b794b95e586c5c16ddb7402581049642dd20852ec95316c4681b70f5e8f494fc9475adecf64d53b13d70257c98"
]
}
4 changes: 2 additions & 2 deletions packages/pgx_lwt_mirage/pgx_lwt_mirage.1.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ synopsis: "Pgx using Lwt on Mirage for IO"
description: "Pgx using Lwt on Mirage for IO"
maintainer: ["Arena Developers <[email protected]>"]
authors: ["Arena Developers <[email protected]>"]
license: "LGPL-2 with OCaml linking exception"
license: "LGPL-2.1 with OCaml-LGPL-linking-exception"
homepage: "https://github.com/arenadotio/pgx"
doc: "https://arenadotio.github.io/pgx"
bug-reports: "https://github.com/arenadotio/pgx/issues"
Expand All @@ -22,7 +22,7 @@ depends: [
"pgx_lwt" {= version}
]
build: [
["dune" "subst"] {pinned}
["dune" "subst"] {dev}
[
"dune"
"build"
Expand Down
48 changes: 48 additions & 0 deletions packages/pgx_lwt_mirage/pgx_lwt_mirage.2.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
opam-version: "2.0"
synopsis: "Pgx using Lwt on Mirage for IO"
description: "Pgx using Lwt on Mirage for IO"
maintainer: ["Arena Developers <[email protected]>"]
authors: ["Arena Developers <[email protected]>"]
license: "LGPL-2.1 with OCaml-LGPL-linking-exception"
homepage: "https://github.com/arenadotio/pgx"
doc: "https://arenadotio.github.io/pgx"
bug-reports: "https://github.com/arenadotio/pgx/issues"
depends: [
"dune" {>= "1.11"}
"lwt"
"ocaml" {>= "4.08"}
"logs"
"mirage-channel"
"conduit-mirage" {>= "2.2.0" & < "2.3.0"}
"dns-client"
"mirage-random"
"mirage-time"
"mirage-clock"
"mirage-stack"
"pgx" {= version}
"pgx_lwt" {= version}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/arenadotio/pgx.git"
x-commit-hash: "b73b09d8e376f0ba10219f9b860e33ea94281461"
url {
src:
"https://github.com/arenadotio/pgx/releases/download/2.0/pgx_lwt_mirage-2.0.tbz"
checksum: [
"sha256=be6bac83e4030b6225f3966fd482b242818ff1147efc273163d4a9cd749b62bd"
"sha512=c18e3b7d246f184c5a689d081f613937d569f9b794b95e586c5c16ddb7402581049642dd20852ec95316c4681b70f5e8f494fc9475adecf64d53b13d70257c98"
]
}
4 changes: 2 additions & 2 deletions packages/pgx_lwt_unix/pgx_lwt_unix.1.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ synopsis: "Pgx using Lwt and Unix libraries for IO"
description: "Pgx using Lwt and Unix libraries for IO"
maintainer: ["Arena Developers <[email protected]>"]
authors: ["Arena Developers <[email protected]>"]
license: "LGPL-2 with OCaml linking exception"
license: "LGPL-2.1 with OCaml-LGPL-linking-exception"
homepage: "https://github.com/arenadotio/pgx"
doc: "https://arenadotio.github.io/pgx"
bug-reports: "https://github.com/arenadotio/pgx/issues"
Expand All @@ -17,7 +17,7 @@ depends: [
"pgx_lwt" {= version}
]
build: [
["dune" "subst"] {pinned}
["dune" "subst"] {dev}
[
"dune"
"build"
Expand Down
41 changes: 41 additions & 0 deletions packages/pgx_lwt_unix/pgx_lwt_unix.2.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
opam-version: "2.0"
synopsis: "Pgx using Lwt and Unix libraries for IO"
description: "Pgx using Lwt and Unix libraries for IO"
maintainer: ["Arena Developers <[email protected]>"]
authors: ["Arena Developers <[email protected]>"]
license: "LGPL-2.1 with OCaml-LGPL-linking-exception"
homepage: "https://github.com/arenadotio/pgx"
doc: "https://arenadotio.github.io/pgx"
bug-reports: "https://github.com/arenadotio/pgx/issues"
depends: [
"dune" {>= "1.11"}
"alcotest-lwt" {with-test & >= "1.0.0"}
"base64" {with-test & >= "3.0.0"}
"ocaml" {>= "4.08"}
"pgx" {= version}
"pgx_lwt" {= version}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/arenadotio/pgx.git"
x-commit-hash: "b73b09d8e376f0ba10219f9b860e33ea94281461"
url {
src:
"https://github.com/arenadotio/pgx/releases/download/2.0/pgx_lwt_mirage-2.0.tbz"
checksum: [
"sha256=be6bac83e4030b6225f3966fd482b242818ff1147efc273163d4a9cd749b62bd"
"sha512=c18e3b7d246f184c5a689d081f613937d569f9b794b95e586c5c16ddb7402581049642dd20852ec95316c4681b70f5e8f494fc9475adecf64d53b13d70257c98"
]
}
1 change: 1 addition & 0 deletions packages/pgx_unix/pgx_unix.0.1/opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
opam-version: "2.0"
authors: ["Arena Developers <[email protected]>"]
maintainer: "[email protected]"
license: "LGPL-2.1 with OCaml-LGPL-linking-exception"
homepage: "https://github.com/arenadotio/pgx"
dev-repo: "git+https://github.com/arenadotio/pgx.git"
bug-reports: "https://github.com/arenadotio/pgx/issues"
Expand Down
4 changes: 2 additions & 2 deletions packages/pgx_unix/pgx_unix.1.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description:
"PGX using the standard library's Unix module for IO (synchronous)"
maintainer: ["Arena Developers <[email protected]>"]
authors: ["Arena Developers <[email protected]>"]
license: "LGPL-2 with OCaml linking exception"
license: "LGPL-2.1 with OCaml-LGPL-linking-exception"
homepage: "https://github.com/arenadotio/pgx"
doc: "https://arenadotio.github.io/pgx"
bug-reports: "https://github.com/arenadotio/pgx/issues"
Expand All @@ -16,7 +16,7 @@ depends: [
"pgx" {= version}
]
build: [
["dune" "subst"] {pinned}
["dune" "subst"] {dev}
[
"dune"
"build"
Expand Down
Loading