summaryrefslogtreecommitdiff
path: root/manifest
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-01-22 10:26:47 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-01-22 10:26:47 +0200
commitf013fac528515dad78c9a624216b1e0217a5f3bb (patch)
tree88a98bdb6f4b6c385f06239eb7c46ce8acf5d3c8 /manifest
"Hello World" formatter C++ library with build2
Diffstat (limited to 'manifest')
-rw-r--r--manifest12
1 files changed, 12 insertions, 0 deletions
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