Skip to content

Commit

Permalink
Merge pull request #1913 from c-cube/master
Browse files Browse the repository at this point in the history
bencode_rpc
  • Loading branch information
samoht committed Apr 19, 2014
2 parents 1dad05e + 7fb2526 commit 5654776
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/bencode_rpc/bencode_rpc.0.2.1/descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Remote Procedure Call in OCaml, with B-encode and Lwt.

This library allows to communicate through the network (TCP) using
a remote call abstraction. The data is serialized with Bencode.
16 changes: 16 additions & 0 deletions packages/bencode_rpc/bencode_rpc.0.2.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
opam-version: "1"
maintainer: "simon.cruanes@inria.fr"
homepage: "https://github.com/c-cube/bencode_rpc/"
build: [
["ocaml" "setup.ml" "-configure" "--prefix" prefix]
[make]
[make "install"]
]
remove: [[make "uninstall"]]
depends: [
"ocamlfind"
"bencode"
"lwt"
"base-unix"
]
ocaml-version: [>= "4.00.0"]
2 changes: 2 additions & 0 deletions packages/bencode_rpc/bencode_rpc.0.2.1/url
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
archive: "https://github.com/c-cube/bencode_rpc/archive/0.2.1.tar.gz"
checksum: "3d6b3bb8a158df4d6876283196b576f2"

0 comments on commit 5654776

Please sign in to comment.