From 536eb3f696782d069f08915c4e3cdb93e73d51fc Mon Sep 17 00:00:00 2001 From: Vito Gamberini Date: Tue, 12 Aug 2025 10:44:32 -0400 Subject: [PATCH] Add component/config field for cpp module metadata --- schema.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/schema.rst b/schema.rst index c4be839..58bb5d4 100644 --- a/schema.rst +++ b/schema.rst @@ -205,6 +205,15 @@ Attribute names are case sensitive. Specifies the minimum C++ standard/runtime library version required by the package's CABI components. +.. ---------------------------------------------------------------------------- +.. cps:attribute:: cpp_module_metadata + :type: string + :context: component configuration + + Specifies the path to a C++ module metadata file + (also known as a "P3286_" file) + necessary for consuming C++ interface units for pre-built libraries. + .. ---------------------------------------------------------------------------- .. cps:attribute:: cps_path :type: string @@ -694,6 +703,8 @@ please refer to our `Development Process`_.) .. _semver: http://semver.org/ +.. _P3286: https://wg21.link/p3286 + .. ... .. ... .. ... .. ... .. ... .. ... .. ... .. ... .. ... .. ... .. ... .. .. |semver| replace:: Semantic Versioning