xt is a cross-format translator for JSON, YAML, TOML, and MessagePack. xt is built to do one thing well, and tries to maintain a minimal interface and feature set. The most common options are -t to specify an output format other than JSON, and one or more files to read from rather than standard input. Some of xt's notable features include: - Automatic Format Detection When the input format is not specified with the -f option, xt can detect it automatically by file extension, or by examining the content of the input stream itself. - Multi-Document Support With most output formats, xt can translate multiple input files, each containing one or more independent documents, to a single output stream. For example, a set of YAML files with documents separated by --- markers can translate to a single stream of newline-delimited JSON objects. With format detection enabled, xt can even translate input files in different formats to a single output. - Streaming Translation xt can translate multi-document inputs from unbounded sources like shell pipes with minimal buffering, while still supporting features like automatic format detection. Streaming is enabled automatically whenever it's required.
OS | Architecture | Version |
---|---|---|
NetBSD 10.0 | aarch64 | xt-rs-0.19.2.tgz |
NetBSD 10.0 | aarch64 | xt-rs-0.19.0.tgz |
NetBSD 10.0 | earmv7hf | xt-rs-0.19.2.tgz |
NetBSD 10.0 | earmv7hf | xt-rs-0.19.0.tgz |
NetBSD 10.0 | earmv7hf | xt-rs-0.19.0.tgz |
NetBSD 10.0 | i386 | xt-rs-0.19.2.tgz |
NetBSD 10.0 | i386 | xt-rs-0.19.0.tgz |
NetBSD 10.0 | powerpc | xt-rs-0.18.2.tgz |
NetBSD 10.0 | powerpc | xt-rs-0.18.3.tgz |
NetBSD 10.0 | powerpc | xt-rs-0.19.0.tgz |
NetBSD 10.0 | sparc64 | xt-rs-0.19.0.tgz |
NetBSD 10.0 | x86_64 | xt-rs-0.19.2.tgz |
NetBSD 10.0 | x86_64 | xt-rs-0.19.0.tgz |
NetBSD 9.0 | earmv7hf | xt-rs-0.19.0.tgz |
NetBSD 9.0 | earmv7hf | xt-rs-0.19.0.tgz |
NetBSD 9.0 | i386 | xt-rs-0.19.2.tgz |
NetBSD 9.0 | i386 | xt-rs-0.19.0.tgz |
NetBSD 9.0 | powerpc | xt-rs-0.18.3.tgz |
NetBSD 9.0 | powerpc | xt-rs-0.18.2.tgz |
NetBSD 9.0 | powerpc | xt-rs-0.19.0.tgz |
NetBSD 9.0 | x86_64 | xt-rs-0.19.2.tgz |
NetBSD 9.0 | x86_64 | xt-rs-0.19.0.tgz |
NetBSD 9.3 | x86_64 | xt-rs-0.19.2.tgz |
Binary packages can be installed with the high-level tool pkgin (which can be installed with pkg_add) or pkg_add(1) (installed by default). The NetBSD packages collection is also designed to permit easy installation from source.
The pkg_admin audit command locates any installed package which has been mentioned in security advisories as having vulnerabilities.
Please note the vulnerabilities database might not be fully accurate, and not every bug is exploitable with every configuration.
Problem reports, updates or suggestions for this package should be reported with send-pr.