7#include "semantic_version.hpp"
Metadata for a library or application.
Definition metadata.hpp:15
std::string vendor
Name of the vendor of the application or library.
Definition metadata.hpp:34
semantic_version version
The version number of the application or library.
Definition metadata.hpp:38
static metadata & application() noexcept
The global application metadata.
std::string description
Description of the application or library.
Definition metadata.hpp:54
URL homepage
The homepage of the application or library.
Definition metadata.hpp:48
std::string name
The name of the application or library.
Definition metadata.hpp:21
std::string display_name
Display name of the application or library.
Definition metadata.hpp:27
static metadata const & library() noexcept
The global ttauri-library metadata.
std::string license
The copyright license used for distribution.
Definition metadata.hpp:44
Definition semantic_version.hpp:12