this repo has no description

[new release] zmq (4 packages) (5.3.0)

CHANGES:

* Add eio binding in zmq-eio (issuu/ocaml-zmq#126, @andersfugmann)

Changed files
+165
packages
zmq
zmq.5.3.0
zmq-async
zmq-async.5.3.0
zmq-eio
zmq-eio.5.3.0
zmq-lwt
zmq-lwt.5.3.0
+41
packages/zmq-async/zmq-async.5.3.0/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.3.0/zmq-5.3.0.tbz"
+
checksum: [
+
"sha256=b5eb42995836eff58767e1ccc0a6551c2ac74f358094ac2402334389b075fba8"
+
"sha512=712eac902ea9c52ac0b47c80a851ee29ca3ea5a69a16ecac2b1ba5c0ff83082a41524e41fdbdeddc7a1c3037e5a4d1494a17ebf7c0b202603f652edab5a1aee7"
+
]
+
}
+
x-commit-hash: "7cca40dfa4d64a03845e29322f18c2b382ff354a"
+41
packages/zmq-eio/zmq-eio.5.3.0/opam
···
+
opam-version: "2.0"
+
synopsis: "Eio aware bindings to ZMQ"
+
maintainer: ["Anders Fugmann <anders@fugmann.net>"]
+
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"
+39
packages/zmq-lwt/zmq-lwt.5.3.0/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.3.0/zmq-5.3.0.tbz"
+
checksum: [
+
"sha256=b5eb42995836eff58767e1ccc0a6551c2ac74f358094ac2402334389b075fba8"
+
"sha512=712eac902ea9c52ac0b47c80a851ee29ca3ea5a69a16ecac2b1ba5c0ff83082a41524e41fdbdeddc7a1c3037e5a4d1494a17ebf7c0b202603f652edab5a1aee7"
+
]
+
}
+
x-commit-hash: "7cca40dfa4d64a03845e29322f18c2b382ff354a"
+44
packages/zmq/zmq.5.3.0/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.3.0/zmq-5.3.0.tbz"
+
checksum: [
+
"sha256=b5eb42995836eff58767e1ccc0a6551c2ac74f358094ac2402334389b075fba8"
+
"sha512=712eac902ea9c52ac0b47c80a851ee29ca3ea5a69a16ecac2b1ba5c0ff83082a41524e41fdbdeddc7a1c3037e5a4d1494a17ebf7c0b202603f652edab5a1aee7"
+
]
+
}
+
x-commit-hash: "7cca40dfa4d64a03845e29322f18c2b382ff354a"