this repo has no description

[new release] zmq (3 packages) (5.2.2)

CHANGES:

* Fix race in monitor test (issuu/ocaml-zmq#129, @andersfugmann)

Changed files
+124
packages
zmq
zmq.5.2.2
zmq-async
zmq-async.5.2.2
zmq-lwt
zmq-lwt.5.2.2
+41
packages/zmq-async/zmq-async.5.2.2/opam
···
+
opam-version: "2.0"
+
synopsis: "Async-aware bindings to ZMQ"
+
maintainer: ["Anders Fugmann <anders@fugmann.net>"]
+
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
packages/zmq-lwt/zmq-lwt.5.2.2/opam
···
+
opam-version: "2.0"
+
synopsis: "Lwt-aware bindings to ZMQ"
+
maintainer: ["Anders Fugmann <anders@fugmann.net>"]
+
authors: ["Anders Fugmann <anders@fugmann.net>"]
+
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
packages/zmq/zmq.5.2.2/opam
···
+
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 <anders@fugmann.net>"]
+
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"