opam-version: "2.0" maintainer: "Markus W. Weissmann " authors: [ "Markus W. Weissmann " ] license: "MIT" homepage: "https://github.com/mwweissmann/ocaml-json-rpc" dev-repo: "git+https://github.com/mwweissmann/ocaml-json-rpc.git" bug-reports: "https://github.com/mwweissmann/ocaml-json-rpc/issues" build: [ ["ocaml" "setup.ml" "-configure" "--prefix" prefix] ["ocaml" "setup.ml" "-build"] ["ocaml" "setup.ml" "-doc"] {with-doc} ] install: ["ocaml" "setup.ml" "-install"] remove: [ ["ocamlfind" "remove" "json-rpc"] ] depends: [ "ocaml" {>= "4.03.0" & < "5.0"} "result" "yojson" {< "2.0.0"} "ocamlfind" {>= "1.5"} "ocamlbuild" {build} ] synopsis: "JSON RPC" description: """ json-rpc implements the JSON-RPC 2.0 protocol including a server. This library is transport protocol independent.""" flags: light-uninstall url { src: "https://github.com/mwweissmann/ocaml-json-rpc/archive/0.5.0.tar.gz" checksum: [ "sha256=f881e0d1cdf277ee6bde864c0a7939a4fcb880c0707540ad53c17f9b845baaa3" "md5=f5f683fa4a5d025c530eee501347e7c7" ] }