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.

15 lines
590B

  1. Error: Invalid package filesystem
  2. #################################
  3. ``dds`` prescribes a filesystem structure that must be followed for it to
  4. build and process packages and libraries. This structure isn't overly strict,
  5. and is thoroughly explained on the :doc:`/guide/packages` page.
  6. For exporting/generating a source distribution from a package, the *package
  7. root* requires a ``package.json5`` file and each *library root* requires a
  8. ``library.json5`` file.
  9. .. .
  10. TODO: Create are more detailed reference page for package and library layout,
  11. and include those links in a `seealso`.