-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"} | ||
"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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
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.There was a problem hiding this comment.
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