diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-19 13:32:30 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-19 13:32:30 +0200 |
commit | 627991f892f431988c6a683b1305aee5510920dd (patch) | |
tree | abb7f8e670cce67b96d930c73f6d548b126429a6 /manifest |
Basic "Hello World" C++ library with build2
Diffstat (limited to 'manifest')
-rw-r--r-- | manifest | 10 |
1 files changed, 10 insertions, 0 deletions
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 |