hex_repo.get_package
You're seeing just the function
get_package
, go back to hex_repo module for more information.
Gets package resource from the repository.
Examples:
> hex_repo:get_package(hex_core:default_config(), <<"package1">>). {ok, {200, ..., { #{checksum => ..., version => <<"0.5.0">>, dependencies => []}, #{checksum => ..., version => <<"1.0.0">>, dependencies => [ #{package => <<"package2">>, optional => true, requirement => <<"~> 0.1">>} ]}, ]}}