mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 01:57:13 +02:00
More explanations about library.json
This commit is contained in:
@ -15,11 +15,17 @@
|
|||||||
library.json
|
library.json
|
||||||
============
|
============
|
||||||
|
|
||||||
``library.json`` is a manifest file of development library.
|
``library.json`` is a manifest file of development library. It allows developers
|
||||||
|
to keep project in own structure and define:
|
||||||
|
|
||||||
Initially it was
|
* location of source code
|
||||||
developed for :ref:`librarymanager`, but later was accepted by worldwide embedded
|
* examples list
|
||||||
community like a **standard library specification**.
|
* compatible frameworks and platforms
|
||||||
|
* library dependencies
|
||||||
|
|
||||||
|
PlatformIO Library Crawler uses ``library.json`` manifest to extract
|
||||||
|
source code from developer's location and keeps cleaned library in own
|
||||||
|
Libraries Storage.
|
||||||
|
|
||||||
A data in ``library.json`` should be represented
|
A data in ``library.json`` should be represented
|
||||||
in `JSON-style <http://en.wikipedia.org/wiki/JSON>`_ via
|
in `JSON-style <http://en.wikipedia.org/wiki/JSON>`_ via
|
||||||
|
Reference in New Issue
Block a user