Skip to content

Commit

Permalink
Merge pull request #161 from talex5/release-0.3.3
Browse files Browse the repository at this point in the history
Update email and fix missing opam bound
  • Loading branch information
samoht authored Sep 2, 2019
2 parents 4b20f6f + 0150161 commit 7025653
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 12 deletions.
6 changes: 3 additions & 3 deletions capnp-rpc-lwt.opam
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ synopsis:
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 <thomas.leonard@docker.com>"
authors: "Thomas Leonard <thomas.leonard@docker.com>"
maintainer: "Thomas Leonard <talex5@gmail.com>"
authors: "Thomas Leonard <talex5@gmail.com>"
license: "Apache"
homepage: "https://github.com/mirage/capnp-rpc"
bug-reports: "https://github.com/mirage/capnp-rpc/issues"
Expand All @@ -29,7 +29,7 @@ depends: [
"ptime"
"asn1-combinators" {>= "0.2.0"}
"x509" {>= "0.7.0"}
"dune" {build & >= "1.0"}
"dune" {>= "1.0"}
]
build: [
["dune" "build" "-p" name "-j" jobs]
Expand Down
6 changes: 3 additions & 3 deletions capnp-rpc-mirage.opam
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ 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 <thomas.leonard@docker.com>"
authors: "Thomas Leonard <thomas.leonard@docker.com>"
maintainer: "Thomas Leonard <talex5@gmail.com>"
authors: "Thomas Leonard <talex5@gmail.com>"
license: "Apache"
homepage: "https://github.com/mirage/capnp-rpc"
bug-reports: "https://github.com/mirage/capnp-rpc/issues"
Expand All @@ -24,7 +24,7 @@ depends: [
"io-page-unix" {with-test}
"tcpip" {with-test}
"mirage-vnetif" {with-test}
"dune" {build & >= "1.0"}
"dune" {>= "1.0"}
]
build: [
["dune" "build" "-p" name "-j" jobs]
Expand Down
7 changes: 4 additions & 3 deletions capnp-rpc-unix.opam
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ 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 <thomas.leonard@docker.com>"
authors: "Thomas Leonard <thomas.leonard@docker.com>"
maintainer: "Thomas Leonard <talex5@gmail.com>"
authors: "Thomas Leonard <talex5@gmail.com>"
license: "Apache"
homepage: "https://github.com/mirage/capnp-rpc"
bug-reports: "https://github.com/mirage/capnp-rpc/issues"
Expand All @@ -18,7 +18,8 @@ depends: [
"astring"
"fmt" {>= "0.8.4"}
"logs"
"dune" {build & >= "1.0"}
"base64" {>= "3.0.0"}
"dune" {>= "1.0"}
"alcotest-lwt" {with-test & >= "0.8.0"}
]
build: [
Expand Down
6 changes: 3 additions & 3 deletions capnp-rpc.opam
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ 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 <thomas.leonard@docker.com>"
authors: "Thomas Leonard <thomas.leonard@docker.com>"
maintainer: "Thomas Leonard <talex5@gmail.com>"
authors: "Thomas Leonard <talex5@gmail.com>"
license: "Apache"
homepage: "https://github.com/mirage/capnp-rpc"
bug-reports: "https://github.com/mirage/capnp-rpc/issues"
Expand All @@ -18,7 +18,7 @@ depends: [
"fmt"
"logs"
"asetmap"
"dune" {build & >= "1.0"}
"dune" {>= "1.0"}
"alcotest" {with-test}
"afl-persistent" {with-test}
]
Expand Down

0 comments on commit 7025653

Please sign in to comment.