File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,16 @@ license = "Apache-2.0"
77authors = [" mcpplibs" ]
88repo = " https://github.com/mcpplibs/openkal-llvm-runtime"
99
10+ # What this package is, stated as a capability rather than left to be inferred
11+ # from its name.
12+ #
13+ # The build tool refuses `import std;' on a target with no operating system,
14+ # and the refusal is right whenever nothing supplies a hosted standard library
15+ # --- which was every such target until this package. The fact that one is
16+ # present is a property of the dependency graph, not of the triple, so it is
17+ # declared here and read there.
18+ provides = [" hosted-standard-library" ]
19+
1020# The C library beneath. A C++ standard library is not portable in the sense a
1121# program is: it is configured for one C library and compiled against that
1222# library's headers, and the configuration is what this package supplies. The
You can’t perform that action at this time.
0 commit comments