2024-11-23 14:35:23 +00:00
|
|
|
name = "pesde/toolchainlib"
|
2024-12-01 05:38:40 +00:00
|
|
|
description = "A Luau library for implementing toolchain management"
|
2025-01-22 12:00:11 +05:30
|
|
|
version = "0.1.10"
|
2024-11-24 15:24:19 +00:00
|
|
|
license = "MIT"
|
|
|
|
repository = "https://github.com/pesde-pkg/tooling/tree/main/toolchainlib"
|
2025-01-22 11:57:37 +05:30
|
|
|
includes = ["src/**/*.luau", "pesde.toml", "LICENSE", "README.md"]
|
2024-11-21 10:37:38 +00:00
|
|
|
|
|
|
|
[target]
|
|
|
|
environment = "lune"
|
|
|
|
lib = "src/init.luau"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
pathfs = { name = "jiwonz/pathfs", version = "^0.1.0" }
|
|
|
|
dirs = { name = "jiwonz/dirs", version = "^0.1.1" }
|
2025-01-16 08:38:06 +01:00
|
|
|
unzip = { name = "0x5eal/unzip", version = "^0.1.0", target = "luau" }
|
2024-11-21 10:37:38 +00:00
|
|
|
|
|
|
|
[peer_dependencies]
|
|
|
|
result = { name = "lukadev_0/result", version = "^1.2.0" }
|
|
|
|
option = { name = "lukadev_0/option", version = "^1.2.0" }
|
|
|
|
|
|
|
|
[indices]
|
2025-01-22 11:55:28 +05:30
|
|
|
default = "https://github.com/pesde-pkg/index"
|