#ifndef SIBS_DEPENDENCY_HPP #define SIBS_DEPENDENCY_HPP #include namespace sibs { class Dependency { public: std::string name; std::string version; }; } #endif //SIBS_DEPENDENCY_HPP