diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-22 10:27:59 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-22 10:27:59 +0200 |
commit | d1753af195bccde1690f639ee83a6a8611d9e323 (patch) | |
tree | 4f51663112a1be23ef7089fc29f8df86d38bef2f /manifest |
"Hello World" printer C++ library with build2
Diffstat (limited to 'manifest')
-rw-r--r-- | manifest | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/manifest b/manifest new file mode 100644 index 0000000..6d2923a --- /dev/null +++ b/manifest @@ -0,0 +1,12 @@ +: 1 +name: libprint +version: 1.0.0 +summary: The "Hello World" example printer library +license: MIT +tags: c++, hello, world, printer, example +description: \ +A simple library that implements the "Hello World" example printer in C++. +\ +url: http://www.example.org/libprint +email: hello-users@example.org +requires: c++11 |