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] 12 13depends: [ 14 "ocaml" {>= "4.01.0"} 15 "ocamlfind" {build} 16 "ocamlbuild" {build} 17 "topkg" {build} 18 "ppx_sexp_conv" 19 "result" 20 "uri" {< "2.0.0"} 21 "ppx_deriving" 22 "sexplib" 23] 24depopts: [ 25 "yojson" 26 "msgpck" 27] 28conflicts: [ 29 "msgpck" {> "1.0"} 30] 31 32build: [[ "ocaml" "pkg/pkg.ml" "build" 33 "--pinned" "%{pinned}%" 34 "--with-yojson" "%{yojson:installed}%" 35 "--with-msgpck" "%{msgpck:installed}%" 36]] 37synopsis: "The Web Application Messaging Protocol" 38url { 39 src: "https://github.com/vbmithr/ocaml-wamp/archive/1.0.tar.gz" 40 checksum: [ 41 "sha256=7d2a9028d94065cbb5a776dcbe23b5c9262cb2e18f6b9f02a0dd21eb1c319a44" 42 "md5=874ab3afd5ef1b0b0b2902c987802537" 43 ] 44}