Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

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.