Library to parse version and dependency data from a Fabric or Forge mod, using the fabric.mod.json and META-INF/mods.toml files respectively.
- Parser for the
fabric.mod.jsonandMETA-INF/mods.tomlfiles - Parser for the extended semantic version and version ranges used by Fabric described in the specification here
- Parser for Maven versions and version ranges used by Forge described in the specification here and here.
Currently, the parser for the Forge META-INF/mods.toml does not take into account string substitution via the properties field.