7#include "semantic_version.hpp"
11namespace hi::inline
v1 {
77 [[nodiscard]] static
metadata const &library() noexcept;
DOXYGEN BUG.
Definition algorithm.hpp:15
Metadata for a library or application.
Definition metadata.hpp:15
URL homepage
The homepage of the application or library.
Definition metadata.hpp:48
std::string license
The copyright license used for distribution.
Definition metadata.hpp:44
std::string name
The name of the application or library.
Definition metadata.hpp:21
static metadata & application() noexcept
The global application metadata.
std::string vendor
Name of the vendor of the application or library.
Definition metadata.hpp:34
std::string description
Description of the application or library.
Definition metadata.hpp:54
semantic_version version
The version number of the application or library.
Definition metadata.hpp:38
std::string display_name
Display name of the application or library.
Definition metadata.hpp:27
Definition semantic_version.hpp:12