summaryrefslogtreecommitdiff
path: root/libmprint/manifest
blob: 3e9783b8d772f58e9cad1b5bcf3b0c621a26980d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
: 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: https://git.build2.org/cgit/hello/libprint
src-url: https://git.build2.org/cgit/hello/libprint/tree/libmprint
email: users@build2.org
build-email: builds@build2.org
build-exclude: *-msvc_15u0* ; Broken C++ modules support
build-include: *-msvc_15*
build-include: *-clang_5*
build-include: *-clang_6*
build-exclude: * ; Requires C++ modules support
requires: c++20
depends: * build2 >= 0.7.0-
depends: * bpkg >= 0.7.0-
depends: libstd-modules