summaryrefslogtreecommitdiff
path: root/libmformat/manifest
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-07-20 08:55:31 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-07-20 08:55:31 +0200
commit0c71feb0363b337152f11e301303f85f9621c148 (patch)
treec87351ae473f43fff599061b9d1389f42357e0fd /libmformat/manifest
parent28b92b59909030424420fefbca5a3f5df22337b5 (diff)
Add modularized version
Diffstat (limited to 'libmformat/manifest')
-rw-r--r--libmformat/manifest21
1 files changed, 21 insertions, 0 deletions
diff --git a/libmformat/manifest b/libmformat/manifest
new file mode 100644
index 0000000..97ee836
--- /dev/null
+++ b/libmformat/manifest
@@ -0,0 +1,21 @@
+: 1
+name: libmformat
+version: 1.0.0
+summary: The modularized "Hello World" example formatter library
+license: MIT
+tags: c++, hello, world, formatter, example, modules
+description: \
+A simple library that implements the "Hello World" formatting in C++ with
+modules.
+\
+url: http://www.example.org/libmformat
+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