Expat is a stream-oriented XML parser library written in C. Expat excels with files too large to fit RAM, and where performance and flexibility are crucial. See documentation
- The Core Planners: chef-core-planners@chef.io
Binary package
Binary packages can be set as runtime or build time dependencies. See Defining your dependencies for more information.
To add core/expat as a dependency, you can add one of the following to your plan file.
pkg_build_deps=(core/expat)
pkg_deps=(core/expat)
To install this plan, you should run the following commands to first install, and then link the binaries this plan creates.
hab pkg install core/expat --binlink
will add the following binary to the PATH:
- /bin/xmlwf
You can now use the binary as normal. For example:
/bin/xmlwf --help
or xmlwf --help
$ xmlwf -help
usage: xmlwf [-s] [-n] [-p] [-x] [-e encoding] [-w] [-d output-dir] [-c] [-m] [-r] [-t] [-N] [file ...]