summaryrefslogtreecommitdiff
path: root/libmhello/manifest
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-07-20 08:55:33 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-07-20 08:55:33 +0200
commit0f6b759e11451b9cdae4b5f64fdcc82989161482 (patch)
treea87e04705a8bde79c7748e79360c0e7a85781312 /libmhello/manifest
parent66aa08841aa5a920793264aba6b2b2aa6e271325 (diff)
Add modularized version
Diffstat (limited to 'libmhello/manifest')
-rw-r--r--libmhello/manifest21
1 files changed, 21 insertions, 0 deletions
diff --git a/libmhello/manifest b/libmhello/manifest
new file mode 100644
index 0000000..ca78c31
--- /dev/null
+++ b/libmhello/manifest
@@ -0,0 +1,21 @@
+: 1
+name: libmhello
+version: 1.0.0
+summary: The modularized "Hello World" example library
+license: MIT
+tags: c++, hello, world, example, modules
+description: \
+A simple library that implements the "Hello World" example in C++ with
+modules. Its primary goal is to show a canonical build2/bpkg project/package.
+\
+url: http://www.example.org/libmhello
+email: hello-users@example.org
+build-email: builds@build2.org
+build-exclude: *-msvc_15u0* ; Broken C++ modules support
+build-include: *-msvc_15*
+build-include: *-clang_5.0*
+build-exclude: * ; Requires C++ modules support
+requires: c++20
+depends: * build2 >= 0.6.0-
+depends: * bpkg >= 0.6.0-
+depends: libstd-modules