Skip to content

Commit

Permalink
[new release] zmq (4 packages) (5.3.0)
Browse files Browse the repository at this point in the history
CHANGES:

* Add eio binding in zmq-eio (issuu/ocaml-zmq#126, @andersfugmann)
  • Loading branch information
andersfugmann committed Mar 15, 2024
1 parent ac9a846 commit dea0f25
Show file tree
Hide file tree
Showing 4 changed files with 165 additions and 0 deletions.
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=ba638159460033259ff29ca6c13fdc283794c0f4c6c658f124617acb160881e0"
"sha512=42d082be0b8bd70f24a400e81d81be784a512f5b58f789312b641026e0252ede58f0845e9ea35e3b00f9a8b8008192f69bf7160df60aa26afbf0a4c33c27cd40"
]
}
x-commit-hash: "e544dbd8fccd6c327e57e21d1f4353fa8ee57a7b"
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"}
"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=ba638159460033259ff29ca6c13fdc283794c0f4c6c658f124617acb160881e0"
"sha512=42d082be0b8bd70f24a400e81d81be784a512f5b58f789312b641026e0252ede58f0845e9ea35e3b00f9a8b8008192f69bf7160df60aa26afbf0a4c33c27cd40"
]
}
x-commit-hash: "e544dbd8fccd6c327e57e21d1f4353fa8ee57a7b"
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=ba638159460033259ff29ca6c13fdc283794c0f4c6c658f124617acb160881e0"
"sha512=42d082be0b8bd70f24a400e81d81be784a512f5b58f789312b641026e0252ede58f0845e9ea35e3b00f9a8b8008192f69bf7160df60aa26afbf0a4c33c27cd40"
]
}
x-commit-hash: "e544dbd8fccd6c327e57e21d1f4353fa8ee57a7b"
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=ba638159460033259ff29ca6c13fdc283794c0f4c6c658f124617acb160881e0"
"sha512=42d082be0b8bd70f24a400e81d81be784a512f5b58f789312b641026e0252ede58f0845e9ea35e3b00f9a8b8008192f69bf7160df60aa26afbf0a4c33c27cd40"
]
}
x-commit-hash: "e544dbd8fccd6c327e57e21d1f4353fa8ee57a7b"

0 comments on commit dea0f25

Please sign in to comment.