diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-07-20 08:55:37 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-07-20 08:55:37 +0200 |
commit | 01399cea3ff5d5d64c987d06c882a1c7c9cdd878 (patch) | |
tree | b0df201f3bec90a94e6d373b71448d97ea6fa5fc /libmprint/manifest | |
parent | d8c1605ced6e9445b8ef6fdf7ab5dde4021d454a (diff) |
Add modularized version
Diffstat (limited to 'libmprint/manifest')
-rw-r--r-- | libmprint/manifest | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/libmprint/manifest b/libmprint/manifest new file mode 100644 index 0000000..2ece2e4 --- /dev/null +++ b/libmprint/manifest @@ -0,0 +1,21 @@ +: 1 +name: libmprint +version: 1.0.0 +summary: The modularized "Hello World" example printer library +license: MIT +tags: c++, hello, world, printer, example, modules +description: \ +A simple library that implements the "Hello World" example printer in C++ +with modules. +\ +url: http://www.example.org/libmprint +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 |