Skip to content

Conversation

@ivankravets
Copy link
Contributor

@ivankravets ivankravets changed the title PlatformIO-based manifest file PlatformIO Library Manager manifest file Oct 10, 2014
@ivankravets
Copy link
Contributor Author

library.json is a library manifest file which can be used by the different tools/managers to organise embedded libraries. How does this look from CLI:

$ platformio lib search "mqtt"
# Found ... libraries:
#
# [ ID  ] Name             Compatibility         "Authors": Description
# -------------------------------------------------------------------------------------
# [ 89  ] PubSubClient         arduino, atmelavr     “Nick O'Leary": A client library for the Ethernet Shield that provides support for MQTT (extremely lightweight publish/subscribe messaging transport)

$ platformio lib install 89
# Installing [ 89 ]  library:
# Downloading  [####################################]  100%
# Unpacking  [####################################]  100%
# The library  [ 89  ] ‘PubSubClient' has been successfully installed!

$ platformio lib show 89
# PubSubClient
# -------------
# Author: Nick O'Leary
# Keywords: /////////
# Frameworks: arduino
# Platforms: atmelavr
# Version: ***
#
# A client library for the Ethernet Shield that provides support for MQTT (extremely lightweight publish/subscribe messaging transport)

$ platformio lib update
# Updating PubSubClient  library:
# Versions: Current=***, Latest=***       [Up-to-date]

@ivankravets ivankravets changed the title PlatformIO Library Manager manifest file PlatformIO Library Registry manifest file Nov 15, 2014
Added frameworks and platforms fields
@ivankravets
Copy link
Contributor Author

@skorokithakis
Copy link
Contributor

Does merging this mean that PlatformIO will update the library to the latest master? That'd be great.

@knolleary
Copy link
Owner

I have no idea - @ivankravets, I assume by accepting this file, I'll also need to keep it in sync with the library.properties file when I cut new releases?

@knolleary knolleary closed this in 4739ca0 Jan 31, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants