summaryrefslogtreecommitdiff
path: root/libmformat/manifest
blob: 97ee83612485633a56227d71e9a0f23acab4921a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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