this repo has no description
1opam-version: "2.0"
2authors: "Vincent Bernardoff <vb@luminar.eu.org>"
3maintainer: "Vincent Bernardoff <vb@luminar.eu.org>"
4homepage: "https://github.com/vbmithr/ocaml-wamp"
5bug-reports: "https://github.com/vbmithr/ocaml-wamp/issues"
6dev-repo: "git+https://github.com/vbmithr/ocaml-wamp"
7
8tags: [
9 "org:mirage"
10 "org:xapi-project"
11]
12build: [
13 "ocaml"
14 "pkg/build.ml"
15 "native=%{ocaml:native}%"
16 "native-dynlink=%{ocaml:native-dynlink}%"
17]
18
19depends: [
20 "ocaml" {>= "4.01.0"}
21 "ocamlfind" {build}
22 "ocamlbuild" {build}
23 "topkg" {build}
24 "result"
25 "uri" {< "2.0.0"}
26 "ppx_deriving"
27 "ppx_deriving_yojson" {>= "3.0"}
28 "yojson" {< "2.0"}
29]
30synopsis: "The Web Application Messaging Protocol"
31url {
32 src: "https://github.com/vbmithr/ocaml-wamp/archive/0.1.tar.gz"
33 checksum: [
34 "sha256=7df32f0969ff6d21e86e949345ab6e7a5b70718dbb0f0054a4df82a5774aaa72"
35 "md5=d6aa806ca055a5b6b7f8e70607c9a546"
36 ]
37}