This website requires JavaScript.
Explore
Main Site
Help
Register
Sign In
mirrors
/
janet
Watch
1
Star
0
Fork
0
You've already forked janet
mirror of
https://github.com/janet-lang/janet
synced
2024-11-12 19:59:54 +00:00
Code
Issues
1
Releases
Wiki
Activity
13d522a838
janet
/
examples
/
sample-bundle
/
bundle
/
info.jdn
5 lines
75 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add `bundle/prune` and support for :auto-remove. This allows dependencies to be marked such that they are not primary dependencies installed by the users - rather, they are dependencies of dependencies. This distinction is important when a user installs a package that itself has dependencies. This also interacts with new features to prevent a user from breaking their installation by installing needed packages or installing/uninstalling bundles out of order.
2024-05-25 15:48:26 +00:00
@{
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 21:26:08 +00:00
:name "sample-bundle"
Add some testing to the bundle/ module.
2024-05-25 17:39:46 +00:00
:dependencies ["sample-dep1" "sample-dep2"]
Add `bundle/prune` and support for :auto-remove. This allows dependencies to be marked such that they are not primary dependencies installed by the users - rather, they are dependencies of dependencies. This distinction is important when a user installs a package that itself has dependencies. This also interacts with new features to prevent a user from breaking their installation by installing needed packages or installing/uninstalling bundles out of order.
2024-05-25 15:48:26 +00:00
}
Reference in New Issue
Copy Permalink