this repo has no description
1opam-version: "2.0"
2maintainer: "Vincent Bernardoff <vb@luminar.eu.org>"
3authors: "Vincent Bernardoff <vb@luminar.eu.org>"
4license: "ISC"
5homepage: "https://github.com/vbmithr/ocaml-wamp"
6bug-reports: "https://github.com/vbmithr/ocaml-wamp/issues"
7depends: [
8 "ocaml" {>= "4.03.0"}
9 "jbuilder" {>= "1.0+beta8"}
10 "result"
11 "uri"
12]
13flags: light-uninstall
14build: ["jbuilder" "build" "-j" jobs "-p" name "@install"]
15dev-repo: "git+https://github.com/vbmithr/ocaml-wamp.git"
16synopsis:
17 "Web Application Messaging Protocol (WAMP) library — Core library"
18description: """
19WAMP is a routed protocol that provides two messaging patterns:
20Publish & Subscribe and routed Remote Procedure Calls. It is intended
21to connect application components in distributed applications. WAMP
22uses WebSocket as its default transport, but can be transmitted via
23any other protocol that allows for ordered, reliable, bi-directional,
24and message-oriented communications."""
25url {
26 src: "https://github.com/vbmithr/ocaml-wamp/archive/1.2.tar.gz"
27 checksum: [
28 "sha256=71966a832dca41fa0d0eabe6483c4a29432f4af18f0cf565430bd0581ad25c09"
29 "md5=f7812894a8f06ad4522769076946445e"
30 ]
31}