You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

invalid-lib-manifest.rst 511B

1234567891011
  1. Error: Invalid library manifest
  2. ###############################
  3. Every ``dds`` package must contain a valid library manifest for each library
  4. that it exports. These manifests are stored in the library root to which they
  5. correspond, and are stored in JSON5 format in ``library.json5`` (or similarly
  6. named file).
  7. The contents of this file must follow a prescribed content, or ``dds`` will
  8. reject the manifest. Refer to the :ref:`pkgs.libs` documentation page for more
  9. information about how to declare libraries.