Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 345 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 345 Bytes

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"