A sort of "standard library" for use with mold.
This is intended to be used as an included mold that simply provides a base set of command types.
Example usage (YAML):
includes:
- url: "https://github.com/xtfc/std.mold"
(TOML):
[[includes]]
url = "https://github.com/xtfc/std.mold"