lean4-htt/tests/pkg
Mac Malone 55b7b07c54
feat: lake: alternative TOML config (#3298)
Adds an alternative TOML configuration format to Lake. 

* Uses TOML v1.0.0 and is fully specification compliant (tested via
[toml-test v1.4.0](https://github.com/toml-lang/toml-test/tree/v1.4.0)).
* Supports package configuration options, Lean libraries, Lean
executables, and dependencies.
* TOML configurations can be generated for new projects via `lake
new|init <pkg> <template>.toml`.
* Supported configurations can be converted to/from TOML via `lake
translate-config <lang>`.
2024-03-28 02:35:02 +00:00
..
builtin_attr chore: update tests to account for .lake 2023-11-13 20:31:24 -05:00
deriving chore: update tests to account for .lake 2023-11-13 20:31:24 -05:00
frontend chore: update tests to account for .lake 2023-11-13 20:31:24 -05:00
misc feat: allow duplicate theorems to be imported 2024-03-13 12:57:41 -07:00
prv chore: update tests to account for .lake 2023-11-13 20:31:24 -05:00
test_extern feat: lake: alternative TOML config (#3298) 2024-03-28 02:35:02 +00:00
user_attr feat: simproc sets 2024-02-01 16:58:54 +11:00
user_attr_app chore: update tests to account for .lake 2023-11-13 20:31:24 -05:00
user_ext chore: update tests to account for .lake 2023-11-13 20:31:24 -05:00
user_opt chore: update tests to account for .lake 2023-11-13 20:31:24 -05:00
.gitignore chore: ignore forgotten Lake test artifacts 2023-11-17 21:25:41 -05:00