Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

12 lines
511B

  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.