// file : bpkg/rep-info -*- C++ -*- // copyright : Copyright (c) 2014-2016 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BPKG_REP_INFO #define BPKG_REP_INFO #include #include #include namespace bpkg { int rep_info (const rep_info_options&, cli::scanner& args); } #endif // BPKG_REP_INFO