forked from ocaml/opam-repository
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[new release] zmq (4 packages) (5.3.0)
CHANGES: * Add eio binding in zmq-eio (issuu/ocaml-zmq#126, @andersfugmann)
- Loading branch information
1 parent
ac9a846
commit dea0f25
Showing
4 changed files
with
165 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |