: 1 name: mhello version: 1.0.0 project: hello summary: The modularized "Hello World" example program license: MIT tags: c++, world, example description:\ A simple program that implements the "Hello World" example in C++ with modules using the libhello library. Its primary goal is to show a canonical build2/bpkg project/package. \ url: https://git.build2.org/cgit/hello/hello src-url: https://git.build2.org/cgit/hello/hello/tree/mhello email: users@build2.org build-email: builds@build2.org builds: all build-exclude: *-msvc_15.0** ; 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.9.0 depends: * bpkg >= 0.9.0 depends: libstd-modules depends: libmhello [1.0.0 2.0.0-) ; Compatible with libmhello-1.X.Y.