Skip to content

Commit

Permalink
Merge pull request #14252 from talex5/release-capnp-rpc-0.3.2
Browse files Browse the repository at this point in the history
[new release] capnp-rpc-mirage, capnp-rpc-unix, capnp-rpc-lwt and capnp-rpc (0.3.2)
  • Loading branch information
kit-ty-kate authored Jun 8, 2019
2 parents 5217b54 + bf9d1df commit a8800e0
Show file tree
Hide file tree
Showing 7 changed files with 162 additions and 1 deletion.
45 changes: 45 additions & 0 deletions packages/capnp-rpc-lwt/capnp-rpc-lwt.0.3.2/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
opam-version: "2.0"
synopsis:
"Cap'n Proto is a capability-based RPC system with bindings for many languages"
description: """
This package provides a version of the Cap'n Proto RPC system using the Cap'n
Proto serialisation format and Lwt for concurrency."""
maintainer: "Thomas Leonard <[email protected]>"
authors: "Thomas Leonard <[email protected]>"
license: "Apache"
homepage: "https://github.com/mirage/capnp-rpc"
bug-reports: "https://github.com/mirage/capnp-rpc/issues"
doc: "https://mirage.github.io/capnp-rpc/"
depends: [
"ocaml" {>= "4.03.0"}
"conf-capnproto" {build}
"capnp" {>= "3.3.0"}
"capnp-rpc" {>= "0.3"}
"lwt"
"astring"
"fmt"
"logs"
"asetmap"
"mirage-flow-lwt"
"tls" {>= "0.8.0"}
"mirage-kv-lwt"
"mirage-clock"
"base64" {>= "3.0.0"}
"uri" {>= "1.6.0"}
"ptime"
"asn1-combinators" {>= "0.2.0"}
"dune" {build & >= "1.0"}
]
build: [
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
dev-repo: "git+https://github.com/mirage/capnp-rpc.git"
url {
src:
"https://github.com/mirage/capnp-rpc/releases/download/v0.3.2/capnp-rpc-v0.3.2.tbz"
checksum: [
"sha256=effafa70cea4ce0fc7027d17f672769744a8e8f1d59182e1643cc7d3cbe53a9e"
"sha512=8e2f96ac284bda71436526489f5b992f6c1afcb8899189615877187ab5090ac1f653b1976736e0649269d0f39990afecc8f74cebf457a79934227639ccf7639f"
]
}
40 changes: 40 additions & 0 deletions packages/capnp-rpc-mirage/capnp-rpc-mirage.0.3.2/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
opam-version: "2.0"
synopsis:
"Cap'n Proto is a capability-based RPC system with bindings for many languages"
description:
"This package provides a version of the Cap'n Proto RPC system for use with MirageOS."
maintainer: "Thomas Leonard <[email protected]>"
authors: "Thomas Leonard <[email protected]>"
license: "Apache"
homepage: "https://github.com/mirage/capnp-rpc"
bug-reports: "https://github.com/mirage/capnp-rpc/issues"
doc: "https://mirage.github.io/capnp-rpc/"
depends: [
"ocaml" {>= "4.03.0"}
"capnp" {>= "3.1.0"}
"capnp-rpc-lwt" {>= "0.3.2"}
"astring"
"fmt"
"logs"
"arp-mirage"
"mirage-dns"
"mirage-stack-lwt"
"alcotest-lwt" {with-test}
"io-page-unix" {with-test}
"tcpip" {with-test}
"mirage-vnetif" {with-test}
"dune" {build & >= "1.0"}
]
build: [
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
dev-repo: "git+https://github.com/mirage/capnp-rpc.git"
url {
src:
"https://github.com/mirage/capnp-rpc/releases/download/v0.3.2/capnp-rpc-v0.3.2.tbz"
checksum: [
"sha256=effafa70cea4ce0fc7027d17f672769744a8e8f1d59182e1643cc7d3cbe53a9e"
"sha512=8e2f96ac284bda71436526489f5b992f6c1afcb8899189615877187ab5090ac1f653b1976736e0649269d0f39990afecc8f74cebf457a79934227639ccf7639f"
]
}
1 change: 1 addition & 0 deletions packages/capnp-rpc-unix/capnp-rpc-unix.0.3.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ depends: [
"cmdliner"
"cstruct-lwt"
"astring"
"base64" {< "3.0.0"}
"fmt" {>= "0.8.4"}
"logs"
"jbuilder" {build & >= "1.0+beta10"}
Expand Down
37 changes: 37 additions & 0 deletions packages/capnp-rpc-unix/capnp-rpc-unix.0.3.2/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
opam-version: "2.0"
synopsis:
"Cap'n Proto is a capability-based RPC system with bindings for many languages"
description:
"This package contains some helpers for use with traditional (non-Unikernel) operating systems."
maintainer: "Thomas Leonard <[email protected]>"
authors: "Thomas Leonard <[email protected]>"
license: "Apache"
homepage: "https://github.com/mirage/capnp-rpc"
bug-reports: "https://github.com/mirage/capnp-rpc/issues"
doc: "https://mirage.github.io/capnp-rpc/"
depends: [
"ocaml" {>= "4.03.0"}
"capnp-rpc-lwt" {>= "0.3.2"}
"mirage-flow-unix"
"cmdliner"
"cstruct-lwt"
"astring"
"base64" {>= "3.0.0"}
"fmt" {>= "0.8.4"}
"logs"
"dune" {build & >= "1.0"}
"alcotest-lwt" {with-test & >= "0.8.0"}
]
build: [
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
dev-repo: "git+https://github.com/mirage/capnp-rpc.git"
url {
src:
"https://github.com/mirage/capnp-rpc/releases/download/v0.3.2/capnp-rpc-v0.3.2.tbz"
checksum: [
"sha256=effafa70cea4ce0fc7027d17f672769744a8e8f1d59182e1643cc7d3cbe53a9e"
"sha512=8e2f96ac284bda71436526489f5b992f6c1afcb8899189615877187ab5090ac1f653b1976736e0649269d0f39990afecc8f74cebf457a79934227639ccf7639f"
]
}
1 change: 1 addition & 0 deletions packages/capnp-rpc-unix/capnp-rpc-unix.0.3/opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ depends: [
"cstruct-lwt"
"astring"
"fmt" {>= "0.8.4"}
"base64" {< "3.0.0"}
"logs"
"jbuilder" {build & >= "1.0+beta10"}
]
Expand Down
37 changes: 37 additions & 0 deletions packages/capnp-rpc/capnp-rpc.0.3.2/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
opam-version: "2.0"
synopsis:
"Cap'n Proto is a capability-based RPC system with bindings for many languages"
description: """
This package contains the core protocol.
Users will normally want to use `capnp-rpc-lwt` and, in most cases,
`capnp-rpc-unix` rather than using this one directly."""
maintainer: "Thomas Leonard <[email protected]>"
authors: "Thomas Leonard <[email protected]>"
license: "Apache"
homepage: "https://github.com/mirage/capnp-rpc"
bug-reports: "https://github.com/mirage/capnp-rpc/issues"
doc: "https://mirage.github.io/capnp-rpc/"
depends: [
"ocaml" {>= "4.03.0"}
"uint"
"astring"
"fmt"
"logs"
"asetmap"
"dune" {build & >= "1.0"}
"alcotest" {with-test}
"afl-persistent" {with-test}
]
build: [
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
dev-repo: "git+https://github.com/mirage/capnp-rpc.git"
url {
src:
"https://github.com/mirage/capnp-rpc/releases/download/v0.3.2/capnp-rpc-v0.3.2.tbz"
checksum: [
"sha256=effafa70cea4ce0fc7027d17f672769744a8e8f1d59182e1643cc7d3cbe53a9e"
"sha512=8e2f96ac284bda71436526489f5b992f6c1afcb8899189615877187ab5090ac1f653b1976736e0649269d0f39990afecc8f74cebf457a79934227639ccf7639f"
]
}
2 changes: 1 addition & 1 deletion packages/capnp/capnp.3.3.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ depends: [
"ocaml" {>= "4.03.0"}
"dune" {build & >= "1.0"}
"result"
"base"
"base" {>= "v0.11"}
"stdio"
"base_quickcheck" {with-test}
"ocplib-endian" {>= "0.7"}
Expand Down

0 comments on commit a8800e0

Please sign in to comment.