aboutsummaryrefslogtreecommitdiff
path: root/manifest
blob: cf48278f2a8d6ebb20c824ff343497c97442254f (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
: 1
name: libstd-modules
version: 0.9.0
project: build2
summary: Standard C++ library module interfaces
license: MIT
tags: c++, modules, standard, library, std.core, std.io
description-file: README
changes-file: NEWS
url: https://build2.org
doc-url: https://build2.org/doc.xhtml
src-url: https://git.build2.org/cgit/libstd-modules/tree/
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-