9 Packages
| name | libstd-modules |
|---|---|
| summary | Standard C++ library module interfaces |
| license | MIT |
| tags | c++ modules standard library std.core std.io |
| depends | 0 |
| requires | 1; c++20 |
| name | hello |
|---|---|
| summary | The "Hello World" example program |
| license | MIT |
| tags | c++ hello world example |
| depends | 1; libhello |
| name | libformat |
|---|---|
| summary | The "Hello World" example formatter library |
| license | MIT |
| tags | c++ hello world formatter example |
| depends | 0 |
| name | libhello |
|---|---|
| summary | The "Hello World" example library |
| license | MIT |
| tags | c++ hello world example |
| depends | 2; libformat, libprint |
| name | libmformat |
|---|---|
| summary | The modularized "Hello World" example formatter library |
| license | MIT |
| tags | c++ hello world formatter example modules |
| depends | 1; libstd-modules |
| requires | 1; c++20 |
| name | libmhello |
|---|---|
| summary | The modularized "Hello World" example library |
| license | MIT |
| tags | c++ hello world example modules |
| depends | 3; libstd-modules, libmformat, libmprint |
| requires | 1; c++20 |
| name | libmprint |
|---|---|
| summary | The modularized "Hello World" example printer library |
| license | MIT |
| tags | c++ hello world printer example modules |
| depends | 1; libstd-modules |
| requires | 1; c++20 |
| name | libprint |
|---|---|
| summary | The "Hello World" example printer library |
| license | MIT |
| tags | c++ hello world printer example |
| depends | 0 |
| name | mhello |
|---|---|
| summary | The modularized "Hello World" example program |
| license | MIT |
| tags | c++ hello world example |
| depends | 2; libstd-modules, libmhello |
| requires | 1; c++20 |