From 098460199c35218979e207a1709111e477ab9567 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 1 Oct 2015 09:13:37 +0200 Subject: build command genesis, some re-factoring --- bpkg/manifest-utility | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'bpkg/manifest-utility') 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 [/]. + // + 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 -- cgit v1.1