SYNOPSIS
-
capnp [<options>] <command> [<args>]
- capnp id
- capnp [--help | --version]
- capnp id
DESCRIPTION
It was written for the Debian distribution because the original program does not have a manual page.
capnp is wrapper for various tools used to manipulate the Cap'n Proto data interchange format. These tools include a definition file compiler, a C++ backend, a decoder for converting Cap'n Proto messages to text and a generator for Cap'n Proto definition IDs.
OPTIONS
The program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below.
-IDIR, --import-pathDIR
- Add DIR to the list of directories searched for non-relative imports (ones that start with a '/').
--no-standard-import
- Do not add any default import paths; use only those specified by -I. Otherwise, typically /usr/include and /usr/local/include are added by default.
--verbose
- Log informational messages to stderr; useful for debugging.
--help
- Show summary of options.
--version
- Show version of program.
COMMANDS
compile
Compile Cap'n Proto schema files & generate corresponding source code in one or more languages.
-I<dir>, --import-path=<dir>
--no-standard-import
-olang[:dir], --output=lang[:dir]
--src-prefix=<prefix>
OPTIONS
decode
Decodes one or more encoded Cap'n Proto messages as text. Messages are read from standard input and by default are expected to be in standard Cap'n Proto serialization format.
-I<dir>, --import-path=<dir>
-f, --flat
--no-standard-import
-p, --packed
--short
OPTIONS
id
Generates a unique identifier for Cap'n Proto schema files.
COPYRIGHT
Copyright © 2013 Tom Lee
This manual page was written for the Debian system (and may be used by others).
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 or (at your option) any later version published by the Free Software Foundation.
On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL.