How To Install Capnpc In Debian, Ubuntu, Arch, Kali, Fedora And Raspbian?

How To Install Capnpc In Debian, Ubuntu, Arch, Kali, Fedora And Raspbian?

capnpc

tool for working with the Cap’n Proto data interchange format

Maintainer: Tom Lee



Section: devel

Install capnpc

  • Debian apt-get install capnproto Click to copy
  • Ubuntu apt-get install capnproto Click to copy
  • Arch Linux pacman -S capnproto Click to copy
  • Kali Linux apt-get install capnproto Click to copy
  • Fedora dnf install capnproto Click to copy
  • Raspbian apt-get install capnproto Click to copy

capnproto

tool for working with the Cap'n Proto data interchange format

Similar to Protocol Buffers, Cap'n Proto is an efficient means of serializing structured data to be transferred across a network or written to disk. Users write a Cap'n Proto definition file that drives a code generator, which in turn emits C++ code for encoding & decoding messages in the Cap'n Proto format. In addition to being extremely fast, Cap'n Proto also smooths over some of the rougher aspects of Protocol Buffers & introduces a number of new features to boot. This package contains a small suite of tools for developing & maintaining your Cap'n Proto schema files, including a code generator for compiling your schema files to supported languages.

Install the latest version of capnpc in Debian, Ubuntu, Arch, Kali, Fedora and Raspbian from terminal. To install the capnpc just copy the above command for your OS and run into terminal. After you run the command it will grab the latest version of capnpc from the respository and install it in your computer/server.