forked from mirage/ocaml-rpc
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathrpc.opam
28 lines (28 loc) · 801 Bytes
/
rpc.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
opam-version: "1.2"
maintainer: "[email protected]"
authors: "Thomas Gazagnaire, Jon Ludlam"
homepage: "https://github.com/mirage/ocaml-rpc"
bug-reports: "https://github.com/mirage/ocaml-rpc/issues"
dev-repo: "git://github.com/mirage/ocaml-rpc"
doc: "https://mirage.github.io/ocaml-rpc/rpc"
tags: [
"org:mirage"
"org:xapi-project"
]
build-test: [
["jbuilder" "runtest" "-p" name]
]
depends: [
"jbuilder" {build}
"rpclib" {>= "5.0.0"}
"rpclib-async" {>= "5.0.0"}
"rpclib-lwt" {>= "5.0.0"}
"ppx_deriving_rpc" {>= "5.0.0"}
"async" {>= "v0.9.0" & <= "v0.11.0"}
"lwt"
"alcotest" {test}
"alcotest-lwt" {test}
]
conflicts: [ "core" {< "v0.9.0"} ]
available: [ ocaml-version >= "4.04.0" ]
synopsis: "A library to deal with RPCs in OCaml - meta-package"