opam-version: "2.0" maintainer: "Jane Street developers" authors: ["Jane Street Group, LLC"] homepage: "https://github.com/janestreet/protocol_version_header" bug-reports: "https://github.com/janestreet/protocol_version_header/issues" dev-repo: "git+https://github.com/janestreet/protocol_version_header.git" doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/protocol_version_header/index.html" license: "MIT" build: [ ["dune" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "5.1.0"} "core" {>= "v0.17" & < "v0.18"} "ppx_jane" {>= "v0.17" & < "v0.18"} "dune" {>= "3.11.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "Protocol versioning" description: " This library offers a lightweight way for applications protocols to version themselves. The more protocols that add themselves to [Known_protocol], the nicer error messages we will get when connecting to a service while using the wrong protocol. " url { src: "https://github.com/janestreet/protocol_version_header/archive/refs/tags/v0.17.0.tar.gz" checksum: "sha256=18b0838b2d92e4b367b157b0ced6dec9d09c31a5e81a299a1bf25853a490adfd" }