summaryrefslogtreecommitdiff
path: root/libmhello/manifest
blob: 792c36e4623fc25b0a7fb717d1ea65035c1b6c79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
: 1
name: libmhello
version: 1.1.0
project: hello
summary: The modularized "Hello World" example library
license: MIT
tags: c++, 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: https://git.build2.org/cgit/hello/libhello
src-url: https://git.build2.org/cgit/hello/libhello/tree/libmhello
email: users@build2.org
build-email: builds@build2.org
#builds: all
#build-exclude: *-msvc_15u0** ; Broken C++ modules support.
#build-include: *-msvc_15u**
#build-include: *-clang_5.**
#build-include: *-clang_6.**
#build-exclude: **            ; Requires C++ modules support.
build-exclude: *-msvc_15u0** ; Broken C++ modules support.
build-include: *-msvc_15u**
build-include: *-clang_5.**
build-include: *-clang_6.**
build-exclude: **            ; Requires C++ modules support.
requires: c++20
depends: * build2 >= 0.8.0-
depends: * bpkg >= 0.8.0-
depends: libstd-modules
depends: libmformat [1.0.0 2.0.0-) ; Compatible with libmformat-1.X.Y.
depends: libmprint [1.0.0 2.0.0-)  ; Compatible with libmprint-1.X.Y.