mirror of
https://github.com/loot/metadata-validator.git
synced 2026-07-27 14:15:41 -07:00
static-linked-linux
-static flag
Someone on SO said this flag could cause some issues, while the other two should be fine.
LOOT Metadata Validator
This is a very simple validator for LOOT metadata files that tries to load a given metadata file using the LOOT API, and prints the message for any exception thrown.
Downloads
Releases are hosted on GitHub, and snapshot builds are available on Bintray. The snapshot build archives are named like so:
metadata-validator-<last tag>-<revisions since tag>-g<short revision ID>_<branch>-<platform>.7z
Usage
metadata-validator ./masterlist.yaml
Building From Source
Refer to appveyor.yml and .travis.yml for the build processes on Windows and
Linux respectively.
Note that there is a dependency on the experimental standard filesystem library, which may complicate compiler support. This dependency will be replaced by the non-experimental library after LOOT API builds using C++17 are available.
Languages
Rust
61.5%
Python
38.5%