Skip to content

Latest commit

 

History

History
51 lines (43 loc) · 1.65 KB

File metadata and controls

51 lines (43 loc) · 1.65 KB

library.json

library.json is a manifest file of a library package. It allows developers to keep a project in its own structure and define:

  • compatible frameworks and platforms
  • external dependencies
  • advanced build settings.

Information in library.json should be represented in JSON-style via associative array (name/value pairs). The order doesn't matter. The allowable fields (names from pairs) are described below.

You can validate library.json manifest file using the cmd_pkg_pack command or manifest_library_json_schema.

fields/schema fields/name fields/version fields/description fields/keywords fields/homepage fields/repository fields/authors fields/license fields/frameworks fields/platforms fields/headers fields/examples fields/dependencies fields/export/index fields/scripts fields/build/index