mirror of
https://github.com/pesde-pkg/tooling.git
synced 2024-12-12 15:20:36 +00:00
Erica Marigold
80882fc173
Previously, we assumed that the tools followed semver, and hence parsed their versions for comparison. Some tools may not follow semver, and we should not impose such a requirement as a toolchain management library. Therefore, we now only check if the requested version string matches an asset version tag. In order to ensure backwards compatibility, we strip the leading `v` from the version if present.
107 lines
3.3 KiB
Text
107 lines
3.3 KiB
Text
name = "pesde/argon"
|
|
version = "2.0.21"
|
|
target = "lune"
|
|
|
|
[graph."jiwonz/dirs"."0.1.2 lune"]
|
|
resolved_ty = "standard"
|
|
|
|
[graph."jiwonz/dirs"."0.1.2 lune".target]
|
|
environment = "lune"
|
|
lib = "src/init.luau"
|
|
|
|
[graph."jiwonz/dirs"."0.1.2 lune".dependencies]
|
|
"jiwonz/pathfs" = ["0.1.0 lune", "pathfs"]
|
|
|
|
[graph."jiwonz/dirs"."0.1.2 lune".pkg_ref]
|
|
ref_ty = "pesde"
|
|
name = "jiwonz/dirs"
|
|
version = "0.1.2"
|
|
index_url = "https://github.com/daimond113/pesde-index"
|
|
|
|
[graph."jiwonz/dirs"."0.1.2 lune".pkg_ref.dependencies]
|
|
pathfs = [{ name = "jiwonz/pathfs", version = "^0.1.0", index = "https://github.com/daimond113/pesde-index" }, "standard"]
|
|
|
|
[graph."jiwonz/dirs"."0.1.2 lune".pkg_ref.target]
|
|
environment = "lune"
|
|
lib = "src/init.luau"
|
|
|
|
[graph."jiwonz/pathfs"."0.1.0 lune"]
|
|
resolved_ty = "standard"
|
|
|
|
[graph."jiwonz/pathfs"."0.1.0 lune".target]
|
|
environment = "lune"
|
|
lib = "init.luau"
|
|
|
|
[graph."jiwonz/pathfs"."0.1.0 lune".pkg_ref]
|
|
ref_ty = "pesde"
|
|
name = "jiwonz/pathfs"
|
|
version = "0.1.0"
|
|
index_url = "https://github.com/daimond113/pesde-index"
|
|
|
|
[graph."jiwonz/pathfs"."0.1.0 lune".pkg_ref.target]
|
|
environment = "lune"
|
|
lib = "init.luau"
|
|
|
|
[graph."lukadev_0/option"."1.2.0 lune"]
|
|
direct = ["option", { name = "lukadev_0/option", version = "^1.2.0" }, "standard"]
|
|
resolved_ty = "standard"
|
|
|
|
[graph."lukadev_0/option"."1.2.0 lune".target]
|
|
environment = "lune"
|
|
lib = "lib/init.luau"
|
|
|
|
[graph."lukadev_0/option"."1.2.0 lune".pkg_ref]
|
|
ref_ty = "pesde"
|
|
name = "lukadev_0/option"
|
|
version = "1.2.0"
|
|
index_url = "https://github.com/daimond113/pesde-index"
|
|
|
|
[graph."lukadev_0/option"."1.2.0 lune".pkg_ref.target]
|
|
environment = "lune"
|
|
lib = "lib/init.luau"
|
|
|
|
[graph."lukadev_0/result"."1.2.0 lune"]
|
|
direct = ["result", { name = "lukadev_0/result", version = "^1.2.0" }, "standard"]
|
|
resolved_ty = "standard"
|
|
|
|
[graph."lukadev_0/result"."1.2.0 lune".target]
|
|
environment = "lune"
|
|
lib = "lib/init.luau"
|
|
|
|
[graph."lukadev_0/result"."1.2.0 lune".pkg_ref]
|
|
ref_ty = "pesde"
|
|
name = "lukadev_0/result"
|
|
version = "1.2.0"
|
|
index_url = "https://github.com/daimond113/pesde-index"
|
|
|
|
[graph."lukadev_0/result"."1.2.0 lune".pkg_ref.target]
|
|
environment = "lune"
|
|
lib = "lib/init.luau"
|
|
|
|
[graph."pesde/toolchainlib"."0.1.2 lune"]
|
|
direct = ["core", { workspace = "pesde/toolchainlib", version = "^" }, "standard"]
|
|
resolved_ty = "standard"
|
|
|
|
[graph."pesde/toolchainlib"."0.1.2 lune".target]
|
|
environment = "lune"
|
|
lib = "src/init.luau"
|
|
|
|
[graph."pesde/toolchainlib"."0.1.2 lune".dependencies]
|
|
"jiwonz/dirs" = ["0.1.2 lune", "dirs"]
|
|
"jiwonz/pathfs" = ["0.1.0 lune", "pathfs"]
|
|
"lukadev_0/option" = ["1.2.0 lune", "option"]
|
|
"lukadev_0/result" = ["1.2.0 lune", "result"]
|
|
|
|
[graph."pesde/toolchainlib"."0.1.2 lune".pkg_ref]
|
|
ref_ty = "workspace"
|
|
path = "toolchainlib"
|
|
|
|
[graph."pesde/toolchainlib"."0.1.2 lune".pkg_ref.dependencies]
|
|
dirs = [{ name = "jiwonz/dirs", version = "^0.1.1", index = "https://github.com/daimond113/pesde-index" }, "standard"]
|
|
option = [{ name = "lukadev_0/option", version = "^1.2.0", index = "https://github.com/daimond113/pesde-index" }, "peer"]
|
|
pathfs = [{ name = "jiwonz/pathfs", version = "^0.1.0", index = "https://github.com/daimond113/pesde-index" }, "standard"]
|
|
result = [{ name = "lukadev_0/result", version = "^1.2.0", index = "https://github.com/daimond113/pesde-index" }, "peer"]
|
|
|
|
[graph."pesde/toolchainlib"."0.1.2 lune".pkg_ref.target]
|
|
environment = "lune"
|
|
lib = "src/init.luau"
|