1
0
mirror of https://github.com/janet-lang/janet synced 2025-10-11 05:47:44 +00:00

Allow :dependencies value in info.jdn to contain dictionaries for complex dependency coordinates

This commit is contained in:
Michael Camilleri
2025-07-06 05:45:41 +09:00
parent f1d47bd05a
commit 8d2a9c1148
3 changed files with 21 additions and 19 deletions

View File

@@ -1,4 +1,4 @@
@{
:name "sample-dep1"
:dependencies ["sample-dep2"]
:dependencies [{:name "sample-dep2"}]
}