Vim xxd hexdump utility
This is a build2 package for the Vim
xxd executable. It creates
a hexdump of a given file or standard input. It can also convert a hexdump
back to its original binary form. One notable xxd mode is -i|--include,
which generates a C array definition of the input that can be used to embed
binary data into C/C++ programs. This functionality is the primary reason for
the use of this package.
Note that the xxd executable in this page provides build2 metadata.
Usage
To start using xxd in your project, add the following build-time depends
value to your manifest, adjusting the version constraint as appropriate:
... More
| license | X11 OR LGPL-2.0-only |
|---|---|
| project | xxd |
| url | github.com/vim/vim/tree/master/src/xxd |
1 Version
| version | 8.2.3075+2 (20200204) |
|---|---|
| repository | https://pkg.cppget.org/1/stable |
| depends | 0 |
| requires | 1; host |
| reviews | +1 |