summaryrefslogtreecommitdiff
path: root/mhello/manifest
diff options
context:
space:
mode:
Diffstat (limited to 'mhello/manifest')
-rw-r--r--mhello/manifest23
1 files changed, 23 insertions, 0 deletions
diff --git a/mhello/manifest b/mhello/manifest
new file mode 100644
index 0000000..6a2883f
--- /dev/null
+++ b/mhello/manifest
@@ -0,0 +1,23 @@
+: 1
+name: mhello
+version: 1.0.0
+summary: The modularized "Hello World" example program
+license: MIT
+tags: c++, hello, world, example
+description: \
+A simple program that implements the "Hello World" example in C++ with
+modules using the libhello library. Its primary goal is to show a
+canonical build2/bpkg project/package.
+\
+url: http://www.example.org/mhello
+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
+depends: libmhello [1.0.0 2.0.0-); compatible with libmhello-1.X.Y