From 627991f892f431988c6a683b1305aee5510920dd Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 19 Jan 2016 13:32:30 +0200 Subject: Basic "Hello World" C++ library with build2 --- manifest | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 manifest (limited to 'manifest') diff --git a/manifest b/manifest new file mode 100644 index 0000000..3a11ba8 --- /dev/null +++ b/manifest @@ -0,0 +1,10 @@ +: 1 +name: libhello +version: 1.0.0 +summary: The "Hello World" example library +license: MIT +tags: c++, hello, 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. +url: http://www.example.org/libhello +email: hello-users@example.org -- cgit v1.1