Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions schema.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -694,6 +703,8 @@ please refer to our `Development Process`_.)

.. _semver: http://semver.org/

.. _P3286: https://wg21.link/p3286

.. ... .. ... .. ... .. ... .. ... .. ... .. ... .. ... .. ... .. ... .. ... ..

.. |semver| replace:: Semantic Versioning
Expand Down