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.
- Loading branch information
Thomas Leonard
committed
Jan 10, 2018
1 parent
7cd23bb
commit 43aea48
Showing
12 changed files
with
121 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,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. |
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,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"] |
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,2 @@ | ||
archive: "https://github.com/mirage/capnp-rpc/releases/download/0.3.1/capnp-rpc-0.3.1.tbz" | ||
checksum: "81b6f20193c16a3910c616045d94e1a0" |
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,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. |
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,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"] |
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,2 @@ | ||
archive: "https://github.com/mirage/capnp-rpc/releases/download/0.3.1/capnp-rpc-0.3.1.tbz" | ||
checksum: "81b6f20193c16a3910c616045d94e1a0" |
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,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. |
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,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"] |
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,2 @@ | ||
archive: "https://github.com/mirage/capnp-rpc/releases/download/0.3.1/capnp-rpc-0.3.1.tbz" | ||
checksum: "81b6f20193c16a3910c616045d94e1a0" |
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,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. |
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,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"] |
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,2 @@ | ||
archive: "https://github.com/mirage/capnp-rpc/releases/download/0.3.1/capnp-rpc-0.3.1.tbz" | ||
checksum: "81b6f20193c16a3910c616045d94e1a0" |