aboutsummaryrefslogtreecommitdiff
path: root/bpkg/manifest-utility.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/manifest-utility.hxx')
-rw-r--r--bpkg/manifest-utility.hxx15
1 files changed, 15 insertions, 0 deletions
diff --git a/bpkg/manifest-utility.hxx b/bpkg/manifest-utility.hxx
index f608858..ee73c4a 100644
--- a/bpkg/manifest-utility.hxx
+++ b/bpkg/manifest-utility.hxx
@@ -74,6 +74,21 @@ namespace bpkg
//
bool
repository_name (const string&);
+
+ // Return the version of a package as provided by the build2 version module.
+ // Return nullopt if the version module is disabled for the package (or the
+ // build2 project directory doesn't contain the manifest file). Fail if the
+ // directory is not a build2 project.
+ //
+ // Note that if the package directory is under the version control, then the
+ // resulting version may be populated with the snapshot information (see
+ // libbutl/standard-version.mxx for more details). Thus, this function can
+ // be used for fixing up the package manifest version.
+ //
+ class common_options;
+
+ optional<version>
+ package_version (const common_options&, const dir_path&);
}
#endif // BPKG_MANIFEST_UTILITY_HXX