Skip to content

Commit

Permalink
capnp-rpc.0.3.1 - via opam-publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Leonard committed Jan 10, 2018
1 parent 7cd23bb commit 43aea48
Show file tree
Hide file tree
Showing 12 changed files with 121 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/capnp-rpc-lwt/capnp-rpc-lwt.0.3.1/descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Cap'n Proto is a capability-based RPC system with bindings for many languages.
This package provides a version of the Cap'n Proto RPC system using the Cap'n
Proto serialisation format and Lwt for concurrency.
31 changes: 31 additions & 0 deletions packages/capnp-rpc-lwt/capnp-rpc-lwt.0.3.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
opam-version: "1.2"
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"
dev-repo: "https://github.com/mirage/capnp-rpc.git"

build: ["jbuilder" "build" "-p" name "-j" jobs]
build-test: ["jbuilder" "runtest" "-p" name]

depends: [
"conf-capnproto" {build}
"capnp" { >= "3.0.0" }
"capnp-rpc" { >= "0.3" }
"lwt"
"astring"
"fmt"
"logs"
"asetmap"
"mirage-flow-lwt"
"tls" { >= "0.8.0" }
"mirage-kv-lwt"
"mirage-clock"
"base64"
"uri" { >= "1.6.0" }
"ptime"
"asn1-combinators" {>= "0.2.0"}
"jbuilder" {build & >= "1.0+beta10" }
]
available: [ocaml-version >= "4.03.0"]
2 changes: 2 additions & 0 deletions packages/capnp-rpc-lwt/capnp-rpc-lwt.0.3.1/url
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
archive: "https://github.com/mirage/capnp-rpc/releases/download/0.3.1/capnp-rpc-0.3.1.tbz"
checksum: "81b6f20193c16a3910c616045d94e1a0"
2 changes: 2 additions & 0 deletions packages/capnp-rpc-mirage/capnp-rpc-mirage.0.3.1/descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Cap'n Proto is a capability-based RPC system with bindings for many languages.
This package provides a version of the Cap'n Proto RPC system for use with MirageOS.
26 changes: 26 additions & 0 deletions packages/capnp-rpc-mirage/capnp-rpc-mirage.0.3.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
opam-version: "1.2"
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"
dev-repo: "https://github.com/mirage/capnp-rpc.git"

build: ["jbuilder" "build" "-p" name "-j" jobs]
build-test: ["jbuilder" "runtest" "-p" name]

depends: [
"capnp" { >= "3.1.0" }
"capnp-rpc-lwt" { >= "0.3" }
"astring"
"fmt"
"logs"
"mirage-dns"
"mirage-stack-lwt"
"alcotest-lwt" {test}
"io-page-unix" {test}
"tcpip" {test}
"mirage-vnetif" {test}
"jbuilder" {build & >= "1.0+beta10" }
]
available: [ocaml-version >= "4.03.0"]
2 changes: 2 additions & 0 deletions packages/capnp-rpc-mirage/capnp-rpc-mirage.0.3.1/url
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
archive: "https://github.com/mirage/capnp-rpc/releases/download/0.3.1/capnp-rpc-0.3.1.tbz"
checksum: "81b6f20193c16a3910c616045d94e1a0"
2 changes: 2 additions & 0 deletions packages/capnp-rpc-unix/capnp-rpc-unix.0.3.1/descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Cap'n Proto is a capability-based RPC system with bindings for many languages.
This package contains some helpers for use with traditional (non-Unikernel) operating systems.
23 changes: 23 additions & 0 deletions packages/capnp-rpc-unix/capnp-rpc-unix.0.3.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
opam-version: "1.2"
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"
dev-repo: "https://github.com/mirage/capnp-rpc.git"

build: ["jbuilder" "build" "-p" name "-j" jobs]
build-test: ["jbuilder" "runtest" "-p" name]

depends: [
"capnp-rpc-lwt" { >= "0.3" }
"mirage-flow-unix"
"cmdliner"
"cstruct-lwt"
"astring"
"fmt" { >= "0.8.4" }
"logs"
"jbuilder" {build & >= "1.0+beta10" }
"alcotest-lwt" {test & >= "0.8.0"}
]
available: [ocaml-version >= "4.03.0"]
2 changes: 2 additions & 0 deletions packages/capnp-rpc-unix/capnp-rpc-unix.0.3.1/url
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
archive: "https://github.com/mirage/capnp-rpc/releases/download/0.3.1/capnp-rpc-0.3.1.tbz"
checksum: "81b6f20193c16a3910c616045d94e1a0"
4 changes: 4 additions & 0 deletions packages/capnp-rpc/capnp-rpc.0.3.1/descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Cap'n Proto is a capability-based RPC system with bindings for many languages.
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.
22 changes: 22 additions & 0 deletions packages/capnp-rpc/capnp-rpc.0.3.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
opam-version: "1.2"
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"
dev-repo: "https://github.com/mirage/capnp-rpc.git"

build: ["jbuilder" "build" "-p" name "-j" jobs]
build-test: ["jbuilder" "runtest" "-p" name]

depends: [
"uint"
"astring"
"fmt"
"logs"
"asetmap"
"jbuilder" {build & >= "1.0+beta10" }
"alcotest" {test}
"afl-persistent" {test}
]
available: [ocaml-version >= "4.03.0"]
2 changes: 2 additions & 0 deletions packages/capnp-rpc/capnp-rpc.0.3.1/url
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
archive: "https://github.com/mirage/capnp-rpc/releases/download/0.3.1/capnp-rpc-0.3.1.tbz"
checksum: "81b6f20193c16a3910c616045d94e1a0"

0 comments on commit 43aea48

Please sign in to comment.