aboutsummaryrefslogtreecommitdiff
path: root/libbpkg/manifest.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbpkg/manifest.hxx')
-rw-r--r--libbpkg/manifest.hxx7
1 files changed, 7 insertions, 0 deletions
diff --git a/libbpkg/manifest.hxx b/libbpkg/manifest.hxx
index f1e031e..97239db 100644
--- a/libbpkg/manifest.hxx
+++ b/libbpkg/manifest.hxx
@@ -376,6 +376,13 @@ namespace bpkg
comment (std::move (c)) {}
};
+ // Check if the package name complies with the specification (see the bpkg
+ // manual for details) and throw std::invalid_argument if that's not the
+ // case.
+ //
+ LIBBPKG_EXPORT void
+ validate_package_name (const std::string&);
+
class LIBBPKG_EXPORT package_manifest
{
public: