summaryrefslogtreecommitdiff
path: root/manifest
diff options
context:
space:
mode:
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..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