1 // Logic for getting information about and installing packages 2 3 #pragma once 4 5 #include <stdbool.h> 6 7 #include "ast.h" 8 9 Text_t get_package_name(Path_t lib_dir); 10 OptionalPath_t find_installed_package(ast_t *use);