diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-07-11 22:44:02 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-07-11 22:44:02 +0300 |
commit | dbf46876d7d9373c3c1aadd82cbc742b819c53d8 (patch) | |
tree | ffc5781088485c53060b1e6120d3b34512765292 /libmhello/manifest | |
parent | 1e6ffedc9014e78e09d12eae98297fcf56862f83 (diff) |
Add project manifest value
Diffstat (limited to 'libmhello/manifest')
-rw-r--r-- | libmhello/manifest | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libmhello/manifest b/libmhello/manifest index 7d91d03..07d690b 100644 --- a/libmhello/manifest +++ b/libmhello/manifest @@ -1,9 +1,10 @@ : 1 name: libmhello version: 1.1.0 +project: hello summary: The modularized "Hello World" example library license: MIT -tags: c++, hello, world, example, modules +tags: c++, world, example, modules description: \ A simple library that implements the "Hello World" example in C++ with modules. Its primary goal is to show a canonical build2/bpkg project/package. |