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 (3 packages) (5.2.2) #24688

Merged
merged 1 commit into from
Nov 4, 2023
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
41 changes: 41 additions & 0 deletions packages/zmq-async/zmq-async.5.2.2/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.2.2/zmq-5.2.2.tbz"
checksum: [
"sha256=13b74e6a50f56485ef0d563a2d2275c53d2f5b51d638f204412df794a66dff61"
"sha512=a47a6def598c1d514a86dbe0918aeb7d8f04da9af7456f4654f77717264c403d784b99552a7dd5f0e4597c5df01dbe16e8db9a47b41bd3f408efc4cb5a93874a"
]
}
x-commit-hash: "497be93caf5c8f6a6a6ce4f112cf4354abe6dda9"
39 changes: 39 additions & 0 deletions packages/zmq-lwt/zmq-lwt.5.2.2/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.2.2/zmq-5.2.2.tbz"
checksum: [
"sha256=13b74e6a50f56485ef0d563a2d2275c53d2f5b51d638f204412df794a66dff61"
"sha512=a47a6def598c1d514a86dbe0918aeb7d8f04da9af7456f4654f77717264c403d784b99552a7dd5f0e4597c5df01dbe16e8db9a47b41bd3f408efc4cb5a93874a"
]
}
x-commit-hash: "497be93caf5c8f6a6a6ce4f112cf4354abe6dda9"
44 changes: 44 additions & 0 deletions packages/zmq/zmq.5.2.2/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.2.2/zmq-5.2.2.tbz"
checksum: [
"sha256=13b74e6a50f56485ef0d563a2d2275c53d2f5b51d638f204412df794a66dff61"
"sha512=a47a6def598c1d514a86dbe0918aeb7d8f04da9af7456f4654f77717264c403d784b99552a7dd5f0e4597c5df01dbe16e8db9a47b41bd3f408efc4cb5a93874a"
]
}
x-commit-hash: "497be93caf5c8f6a6a6ce4f112cf4354abe6dda9"