12 #ifndef ZYPP_PACKAGE_H 13 #define ZYPP_PACKAGE_H 63 bool maybeUnsupported()
const;
70 std::vector<std::string> supersededBy()
const;
84 std::pair<std::vector<IdString>,std::vector<std::string>> supersededByItems()
const;
89 std::string buildhost()
const;
91 std::string distribution()
const;
93 std::string license()
const;
95 std::string packager()
const;
97 std::string group()
const;
102 std::string url()
const;
106 std::list<std::string> authors()
const;
120 std::string sourcePkgName()
const;
124 Edition sourcePkgEdition()
const;
128 std::string sourcePkgType()
const;
132 std::string sourcePkgLongName()
const;
167 #endif // ZYPP_PACKAGE_H TraitsType::constPtrType constPtr
A Solvable object within the sat Pool.
Pathname cachedLocation(const OnMediaLocation &loc_r, const RepoInfo &repo_r)
Store and operate with byte count.
bool isCached() const
Whether the package is cached.
std::list< ChangelogEntry > Changelog
List of ChangelogEntry.
Edition represents [epoch:]version[-release]
LookupAttr::TransformIterator based container to retrieve list attributes.
intrusive_ptr< const TRes > constPtrType
bool empty() const
Test for an empty path.
const Arch Arch_armv7hnl Arch_armv7nhl ZYPP_API
DEFINE_PTR_TYPE(Application)
Base for resolvable objects.
intrusive_ptr< TRes > PtrType
std::string checksum(const Pathname &file, const std::string &algorithm)
Compute a files checksum.
Easy-to use interface to the ZYPP dependency resolver.