1
0
mirror of https://github.com/janet-lang/janet synced 2024-09-19 10:49:37 +00:00
janet/examples/sample-bundle/bundle/info.jdn
Calvin Rose 600e822933 Change interface for bundle/install
Name argument should be inferred in most cases. Also use :name
instead of :bundle-name in most places to be terser and simpler.
2024-05-26 16:26:08 -05:00

5 lines
75 B
Plaintext

@{
:name "sample-bundle"
:dependencies ["sample-dep1" "sample-dep2"]
}