From a7125da058cbe98ee670886023f8924167b891fe Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 11 Jul 2018 20:12:36 +0300 Subject: Add project manifest value --- libhello/manifest | 3 ++- libmhello/manifest | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/libhello/manifest b/libhello/manifest index 5448e1c..2916086 100644 --- a/libhello/manifest +++ b/libhello/manifest @@ -1,9 +1,10 @@ : 1 name: libhello version: 1.0.0 +project: hello summary: The "Hello World" example library license: MIT -tags: c++, hello, world, example +tags: c++, world, example description: \ A simple library that implements the "Hello World" example in C++. Its primary goal is to show a canonical build2/bpkg project/package. diff --git a/libmhello/manifest b/libmhello/manifest index 585de03..d1df26a 100644 --- a/libmhello/manifest +++ b/libmhello/manifest @@ -1,9 +1,10 @@ : 1 name: libmhello version: 1.0.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. -- cgit v1.1