aboutsummaryrefslogtreecommitdiff
path: root/bpkg/manifest-utility
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/manifest-utility')
-rw-r--r--bpkg/manifest-utility10
1 files changed, 9 insertions, 1 deletions
diff --git a/bpkg/manifest-utility b/bpkg/manifest-utility
index f9766c7..4d127f4 100644
--- a/bpkg/manifest-utility
+++ b/bpkg/manifest-utility
@@ -12,8 +12,16 @@
namespace bpkg
{
+ // Extract name and version components from <name>[/<version>].
+ //
+ string
+ parse_package_name (const char*);
+
+ version
+ parse_package_version (const char*);
+
version
- parse_version (const char*);
+ parse_version (const char*); //@@ TMP
// First use the passed location as is. If the result is relative,
// then assume this is a relative path to the repository directory