Recursive function to take a list and lock and extract dependencies, sorting along the way using the combine_dependencies function.
1 | package_list(master_list, lock, previously_parsed_deps)
|
master_list |
list. Packages to go through and parse dependencies from |
lock |
list. Original list of locked packages |
previously_parsed_deps |
list. List of packages and their dependencies that we have already parsed out of their respective description files |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.