opam-version: "2.0" maintainer: "Jane Street developers" authors: ["Jane Street Group, LLC"] homepage: "https://github.com/janestreet/babel" bug-reports: "https://github.com/janestreet/babel/issues" dev-repo: "git+https://github.com/janestreet/babel.git" doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/babel/index.html" license: "MIT" build: [ ["dune" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "4.14.0"} "async_rpc_kernel" {= "v0.17~preview.129.11+135"} "core" {= "v0.17~preview.129.11+135"} "core_kernel" {= "v0.17~preview.129.11+135"} "ppx_jane" {= "v0.17~preview.129.11+135"} "streamable" {= "v0.17~preview.129.11+135"} "tilde_f" {= "v0.17~preview.129.11+135"} "dune" {>= "2.0.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "A library for defining Rpcs that can evolve over time without breaking backward compatibility." description: " A library for defining Rpcs that can evolve over time without breaking backward compatibility. " url { src: "https://github.com/janestreet/babel/archive/5a044c6d813fd73fe4844aea024410d1a48986df.tar.gz" checksum: "sha256=a3e5448152d948ec0e894962b7b02deb0541e6b34f8572ccedbd19da102cb349" } flags: deprecated post-messages: [ "IMPORTANT: The bleeding edge repository mirror on ocaml.janestreet.com is being deprecated in favor of our official GitHub repository." "To ensure you receive the latest packages and updates, please update your repository URL by running:" " opam repo set-url janestreet-bleeding https://github.com/janestreet/opam-repository.git" ]