mirror of
				https://github.com/janet-lang/janet
				synced 2025-10-31 07:33:01 +00:00 
			
		
		
		
	 7387a1d91e
			
		
	
	7387a1d91e
	
	
	
		
			
			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.
		
			
				
	
	
		
			4 lines
		
	
	
		
			73 B
		
	
	
	
		
			Janet
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			73 B
		
	
	
	
		
			Janet
		
	
	
	
	
	
| (defn install
 | |
|   [manifest &]
 | |
|   (bundle/add-file manifest "mymod.janet"))
 |