this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

CHANGES:

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

+165
+41
packages/zmq-async/zmq-async.5.3.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Async-aware bindings to ZMQ" 3 + maintainer: ["Anders Fugmann <anders@fugmann.net>"] 4 + authors: ["Rudi Grinberg"] 5 + license: "MIT" 6 + homepage: "https://github.com/issuu/ocaml-zmq" 7 + bug-reports: "https://github.com/issuu/ocaml-zmq/issues" 8 + depends: [ 9 + "dune" {>= "2.7"} 10 + "ocaml" {>= "4.04.1"} 11 + "zmq" {= version} 12 + "async_unix" {>= "v0.11.0"} 13 + "async_kernel" {>= "v0.11.0"} 14 + "base" {>= "v0.11.0"} 15 + "ounit2" {with-test} 16 + "odoc" {with-doc} 17 + ] 18 + build: [ 19 + ["dune" "subst"] {dev} 20 + [ 21 + "dune" 22 + "build" 23 + "-p" 24 + name 25 + "-j" 26 + jobs 27 + "@install" 28 + "@runtest" {with-test} 29 + "@doc" {with-doc} 30 + ] 31 + ] 32 + dev-repo: "git+https://github.com/issuu/ocaml-zmq.git" 33 + url { 34 + src: 35 + "https://github.com/issuu/ocaml-zmq/releases/download/5.3.0/zmq-5.3.0.tbz" 36 + checksum: [ 37 + "sha256=b5eb42995836eff58767e1ccc0a6551c2ac74f358094ac2402334389b075fba8" 38 + "sha512=712eac902ea9c52ac0b47c80a851ee29ca3ea5a69a16ecac2b1ba5c0ff83082a41524e41fdbdeddc7a1c3037e5a4d1494a17ebf7c0b202603f652edab5a1aee7" 39 + ] 40 + } 41 + x-commit-hash: "7cca40dfa4d64a03845e29322f18c2b382ff354a"
+41
packages/zmq-eio/zmq-eio.5.3.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Eio aware bindings to ZMQ" 3 + maintainer: ["Anders Fugmann <anders@fugmann.net>"] 4 + authors: ["Anders Fugmann"] 5 + license: "MIT" 6 + homepage: "https://github.com/issuu/ocaml-zmq" 7 + bug-reports: "https://github.com/issuu/ocaml-zmq/issues" 8 + depends: [ 9 + "dune" {>= "2.7"} 10 + "ocaml" {>= "4.04.1"} 11 + "zmq" {= version} 12 + "eio" {>= "0.10"} 13 + "eio_main" {>= "0.10"} 14 + "base" {>= "v0.11.0"} 15 + "ounit2" {with-test} 16 + "odoc" {with-doc} 17 + ] 18 + build: [ 19 + ["dune" "subst"] {dev} 20 + [ 21 + "dune" 22 + "build" 23 + "-p" 24 + name 25 + "-j" 26 + jobs 27 + "@install" 28 + "@runtest" {with-test} 29 + "@doc" {with-doc} 30 + ] 31 + ] 32 + dev-repo: "git+https://github.com/issuu/ocaml-zmq.git" 33 + url { 34 + src: 35 + "https://github.com/issuu/ocaml-zmq/releases/download/5.3.0/zmq-5.3.0.tbz" 36 + checksum: [ 37 + "sha256=b5eb42995836eff58767e1ccc0a6551c2ac74f358094ac2402334389b075fba8" 38 + "sha512=712eac902ea9c52ac0b47c80a851ee29ca3ea5a69a16ecac2b1ba5c0ff83082a41524e41fdbdeddc7a1c3037e5a4d1494a17ebf7c0b202603f652edab5a1aee7" 39 + ] 40 + } 41 + x-commit-hash: "7cca40dfa4d64a03845e29322f18c2b382ff354a"
+39
packages/zmq-lwt/zmq-lwt.5.3.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Lwt-aware bindings to ZMQ" 3 + maintainer: ["Anders Fugmann <anders@fugmann.net>"] 4 + authors: ["Anders Fugmann <anders@fugmann.net>"] 5 + license: "MIT" 6 + homepage: "https://github.com/issuu/ocaml-zmq" 7 + bug-reports: "https://github.com/issuu/ocaml-zmq/issues" 8 + depends: [ 9 + "dune" {>= "2.7"} 10 + "ocaml" {>= "4.03.0"} 11 + "zmq" {= version} 12 + "lwt" {>= "2.6.0"} 13 + "ounit2" {with-test} 14 + "odoc" {with-doc} 15 + ] 16 + build: [ 17 + ["dune" "subst"] {dev} 18 + [ 19 + "dune" 20 + "build" 21 + "-p" 22 + name 23 + "-j" 24 + jobs 25 + "@install" 26 + "@runtest" {with-test} 27 + "@doc" {with-doc} 28 + ] 29 + ] 30 + dev-repo: "git+https://github.com/issuu/ocaml-zmq.git" 31 + url { 32 + src: 33 + "https://github.com/issuu/ocaml-zmq/releases/download/5.3.0/zmq-5.3.0.tbz" 34 + checksum: [ 35 + "sha256=b5eb42995836eff58767e1ccc0a6551c2ac74f358094ac2402334389b075fba8" 36 + "sha512=712eac902ea9c52ac0b47c80a851ee29ca3ea5a69a16ecac2b1ba5c0ff83082a41524e41fdbdeddc7a1c3037e5a4d1494a17ebf7c0b202603f652edab5a1aee7" 37 + ] 38 + } 39 + x-commit-hash: "7cca40dfa4d64a03845e29322f18c2b382ff354a"
+44
packages/zmq/zmq.5.3.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "OCaml bindings for ZeroMQ 4.x" 3 + description: """ 4 + This library contains basic bindings for ZMQ. 5 + Lwt aware bindings to zmq are availble though package zmq-lwt 6 + Async aware bindings to zmq are available though package zmq-async""" 7 + maintainer: ["Anders Fugmann <anders@fugmann.net>"] 8 + authors: ["Anders Fugmann" "Pedro Borges" "Peter Zotov"] 9 + license: "MIT" 10 + homepage: "https://github.com/issuu/ocaml-zmq" 11 + bug-reports: "https://github.com/issuu/ocaml-zmq/issues" 12 + depends: [ 13 + "dune" {>= "2.7"} 14 + "ocaml" {>= "4.03.0"} 15 + "conf-zmq" 16 + "ounit2" {with-test} 17 + "dune-configurator" 18 + "odoc" {with-doc} 19 + ] 20 + conflicts: ["ocaml-zmq"] 21 + build: [ 22 + ["dune" "subst"] {dev} 23 + [ 24 + "dune" 25 + "build" 26 + "-p" 27 + name 28 + "-j" 29 + jobs 30 + "@install" 31 + "@runtest" {with-test} 32 + "@doc" {with-doc} 33 + ] 34 + ] 35 + dev-repo: "git+https://github.com/issuu/ocaml-zmq.git" 36 + url { 37 + src: 38 + "https://github.com/issuu/ocaml-zmq/releases/download/5.3.0/zmq-5.3.0.tbz" 39 + checksum: [ 40 + "sha256=b5eb42995836eff58767e1ccc0a6551c2ac74f358094ac2402334389b075fba8" 41 + "sha512=712eac902ea9c52ac0b47c80a851ee29ca3ea5a69a16ecac2b1ba5c0ff83082a41524e41fdbdeddc7a1c3037e5a4d1494a17ebf7c0b202603f652edab5a1aee7" 42 + ] 43 + } 44 + x-commit-hash: "7cca40dfa4d64a03845e29322f18c2b382ff354a"