aboutsummaryrefslogtreecommitdiff
path: root/bpkg/manifest
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/manifest')
-rw-r--r--bpkg/manifest7
1 files changed, 7 insertions, 0 deletions
diff --git a/bpkg/manifest b/bpkg/manifest
index cc45bb4..106b6ca 100644
--- a/bpkg/manifest
+++ b/bpkg/manifest
@@ -469,6 +469,13 @@ namespace bpkg
repository_location location;
butl::optional<repository_role> role;
+ // The following values may only be present for the base repository.
+ //
+ butl::optional<std::string> url;
+ butl::optional<std::string> email;
+ butl::optional<std::string> summary;
+ butl::optional<std::string> description;
+
public:
repository_manifest (manifest_parser&);
repository_manifest (manifest_parser&, manifest_name_value start);