Skip to content

Commit

Permalink
Merge pull request #12441 from samoht/rpclib
Browse files Browse the repository at this point in the history
Add rpclib
  • Loading branch information
samoht authored Aug 6, 2018
2 parents ed163b6 + 2dbde2c commit bd13d78
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/rpclib/rpclib.5.9.0/descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Remote procedure calls (RPC) library

`rpclib` is a library that provides remote procedure calls (RPC)
using XML or JSON as transport encodings. The transport mechanism itself
is outside the scope of this library as all conversions are from and to
strings.
24 changes: 24 additions & 0 deletions packages/rpclib/rpclib.5.9.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
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/rpclib"
tags: [
"org:mirage"
"org:xapi-project"
]
build-test: [
["jbuilder" "runtest" "-p" name]
]
build: [["jbuilder" "build" "-p" name "-j" jobs]]
depends: [
"alcotest" {test}
"jbuilder" {build}
"cmdliner"
"rresult"
"xmlm"
"yojson"
]
available: [ ocaml-version >= "4.04.0" ]
2 changes: 2 additions & 0 deletions packages/rpclib/rpclib.5.9.0/url
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
http: "https://github.com/mirage/ocaml-rpc/archive/v5.9.0.tar.gz"
checksum: "177db71621a7aa7a55cbea6c237eb6dc"

0 comments on commit bd13d78

Please sign in to comment.