mirror of
https://github.com/davidallendj/gdpm.git
synced 2025-12-20 03:27:02 -07:00
Implemented get command
This commit is contained in:
parent
d23bbce2e2
commit
766eabd5b2
6 changed files with 205 additions and 62 deletions
|
|
@ -121,8 +121,9 @@ namespace gdpm::package {
|
|||
GDPM_DLL_EXPORT result_t<info_list> get_package_info(const opts_t& opts);
|
||||
GDPM_DLL_EXPORT result_t<title_list> get_package_titles(const info_list& packages);
|
||||
GDPM_DLL_EXPORT void clean_temporary(const config::context& config, const title_list& package_titles);
|
||||
GDPM_DLL_EXPORT params make_params(const var_args& args, const var_opts& opts);
|
||||
GDPM_DLL_EXPORT void read_file(title_list& package_titles, const path_list& paths);
|
||||
GDPM_DLL_EXPORT void read_file_inputs(title_list& package_titles, const path_list& paths);
|
||||
GDPM_DLL_EXPORT info_list find_cached_packages(const title_list& package_titles);
|
||||
GDPM_DLL_EXPORT info_list find_installed_packages(const title_list& package_titles);
|
||||
/* Dependency Management API */
|
||||
GDPM_DLL_EXPORT result_t<info_list> synchronize_database(const config::context& config, const title_list& package_titles);
|
||||
GDPM_DLL_EXPORT result_t<info_list> resolve_dependencies(const config::context& config, const title_list& package_titles);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue