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] zmq (4 packages) (5.3.0) #25513

Merged
merged 2 commits into from
Apr 8, 2024
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/conf-zmq/conf-zmq.0.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ depexts: [
x-ci-accept-failures: [
"oraclelinux-7" # package not available
"oraclelinux-8" # package not available
"oraclelinux-9" # package not available
]
synopsis: "Virtual package relying on zmq library installation"
description: """
Expand Down
41 changes: 41 additions & 0 deletions packages/zmq-async/zmq-async.5.3.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
opam-version: "2.0"
synopsis: "Async-aware bindings to ZMQ"
maintainer: ["Anders Fugmann <[email protected]>"]
authors: ["Rudi Grinberg"]
license: "MIT"
homepage: "https://github.com/issuu/ocaml-zmq"
bug-reports: "https://github.com/issuu/ocaml-zmq/issues"
depends: [
"dune" {>= "2.7"}
"ocaml" {>= "4.04.1"}
"zmq" {= version}
"async_unix" {>= "v0.11.0"}
"async_kernel" {>= "v0.11.0"}
"base" {>= "v0.11.0"}
"ounit2" {with-test}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/issuu/ocaml-zmq.git"
url {
src:
"https://github.com/issuu/ocaml-zmq/releases/download/5.3.0/zmq-5.3.0.tbz"
checksum: [
"sha256=b5eb42995836eff58767e1ccc0a6551c2ac74f358094ac2402334389b075fba8"
"sha512=712eac902ea9c52ac0b47c80a851ee29ca3ea5a69a16ecac2b1ba5c0ff83082a41524e41fdbdeddc7a1c3037e5a4d1494a17ebf7c0b202603f652edab5a1aee7"
]
}
x-commit-hash: "7cca40dfa4d64a03845e29322f18c2b382ff354a"
41 changes: 41 additions & 0 deletions packages/zmq-eio/zmq-eio.5.3.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
opam-version: "2.0"
synopsis: "Eio aware bindings to ZMQ"
maintainer: ["Anders Fugmann <[email protected]>"]
authors: ["Anders Fugmann"]
license: "MIT"
homepage: "https://github.com/issuu/ocaml-zmq"
bug-reports: "https://github.com/issuu/ocaml-zmq/issues"
depends: [
"dune" {>= "2.7"}
"ocaml" {>= "4.04.1"}
"zmq" {= version}
"eio" {>= "0.10"}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be >= 0.10 < 1.0? In case of breaking changes.

Copy link
Member

@mseri mseri Mar 21, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We try to avoid preventive upper bounds: if we see a breakage when eio 1.0 is released, we will add the upper bound manually.

In fact, this has already been built and tested by the CI with eio 1.0 without any problem

"eio_main" {>= "0.10"}
"base" {>= "v0.11.0"}
"ounit2" {with-test}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/issuu/ocaml-zmq.git"
url {
src:
"https://github.com/issuu/ocaml-zmq/releases/download/5.3.0/zmq-5.3.0.tbz"
checksum: [
"sha256=b5eb42995836eff58767e1ccc0a6551c2ac74f358094ac2402334389b075fba8"
"sha512=712eac902ea9c52ac0b47c80a851ee29ca3ea5a69a16ecac2b1ba5c0ff83082a41524e41fdbdeddc7a1c3037e5a4d1494a17ebf7c0b202603f652edab5a1aee7"
]
}
x-commit-hash: "7cca40dfa4d64a03845e29322f18c2b382ff354a"
39 changes: 39 additions & 0 deletions packages/zmq-lwt/zmq-lwt.5.3.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
opam-version: "2.0"
synopsis: "Lwt-aware bindings to ZMQ"
maintainer: ["Anders Fugmann <[email protected]>"]
authors: ["Anders Fugmann <[email protected]>"]
license: "MIT"
homepage: "https://github.com/issuu/ocaml-zmq"
bug-reports: "https://github.com/issuu/ocaml-zmq/issues"
depends: [
"dune" {>= "2.7"}
"ocaml" {>= "4.03.0"}
"zmq" {= version}
"lwt" {>= "2.6.0"}
"ounit2" {with-test}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/issuu/ocaml-zmq.git"
url {
src:
"https://github.com/issuu/ocaml-zmq/releases/download/5.3.0/zmq-5.3.0.tbz"
checksum: [
"sha256=b5eb42995836eff58767e1ccc0a6551c2ac74f358094ac2402334389b075fba8"
"sha512=712eac902ea9c52ac0b47c80a851ee29ca3ea5a69a16ecac2b1ba5c0ff83082a41524e41fdbdeddc7a1c3037e5a4d1494a17ebf7c0b202603f652edab5a1aee7"
]
}
x-commit-hash: "7cca40dfa4d64a03845e29322f18c2b382ff354a"
44 changes: 44 additions & 0 deletions packages/zmq/zmq.5.3.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
opam-version: "2.0"
synopsis: "OCaml bindings for ZeroMQ 4.x"
description: """
This library contains basic bindings for ZMQ.
Lwt aware bindings to zmq are availble though package zmq-lwt
Async aware bindings to zmq are available though package zmq-async"""
maintainer: ["Anders Fugmann <[email protected]>"]
authors: ["Anders Fugmann" "Pedro Borges" "Peter Zotov"]
license: "MIT"
homepage: "https://github.com/issuu/ocaml-zmq"
bug-reports: "https://github.com/issuu/ocaml-zmq/issues"
depends: [
"dune" {>= "2.7"}
"ocaml" {>= "4.03.0"}
"conf-zmq"
"ounit2" {with-test}
"dune-configurator"
"odoc" {with-doc}
]
conflicts: ["ocaml-zmq"]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/issuu/ocaml-zmq.git"
url {
src:
"https://github.com/issuu/ocaml-zmq/releases/download/5.3.0/zmq-5.3.0.tbz"
checksum: [
"sha256=b5eb42995836eff58767e1ccc0a6551c2ac74f358094ac2402334389b075fba8"
"sha512=712eac902ea9c52ac0b47c80a851ee29ca3ea5a69a16ecac2b1ba5c0ff83082a41524e41fdbdeddc7a1c3037e5a4d1494a17ebf7c0b202603f652edab5a1aee7"
]
}
x-commit-hash: "7cca40dfa4d64a03845e29322f18c2b382ff354a"