From f013fac528515dad78c9a624216b1e0217a5f3bb Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 22 Jan 2016 10:26:47 +0200 Subject: "Hello World" formatter C++ library with build2 --- manifest | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 manifest (limited to 'manifest') diff --git a/manifest b/manifest new file mode 100644 index 0000000..7083f18 --- /dev/null +++ b/manifest @@ -0,0 +1,12 @@ +: 1 +name: libformat +version: 1.0.0 +summary: The "Hello World" example formatter library +license: MIT +tags: c++, hello, world, formatter, example +description: \ +A simple library that implements the "Hello World" formatting in C++. +\ +url: http://www.example.org/libformat +email: hello-users@example.org +requires: c++11 -- cgit v1.1