opam-version: "2.0" maintainer: "Jane Street developers" authors: ["Jane Street Group, LLC"] homepage: "https://github.com/janestreet/async_rpc_kernel" bug-reports: "https://github.com/janestreet/async_rpc_kernel/issues" dev-repo: "git+https://github.com/janestreet/async_rpc_kernel.git" doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/async_rpc_kernel/index.html" license: "MIT" build: [ ["dune" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "4.08.0"} "async_kernel" {>= "v0.15" & < "v0.16"} "core" {>= "v0.15" & < "v0.16"} "ppx_jane" {>= "v0.15" & < "v0.16"} "protocol_version_header" {>= "v0.15" & < "v0.16"} "dune" {>= "2.0.0"} ] synopsis: "Platform-independent core of Async RPC library" description: " Part of Jane Street's Core library The Core suite of libraries is an industrial strength alternative to OCaml's standard library that was developed by Jane Street, the largest industrial user of OCaml. " url { src: "https://ocaml.janestreet.com/ocaml-core/v0.15/files/async_rpc_kernel-v0.15.0.tar.gz" checksum: "sha256=a791e99ccc8205ed34c7eda94ad522eb14fe33802df3acf4f0ce6316be4b581d" }