-
Notifications
You must be signed in to change notification settings - Fork 1.5k
PlatformIO Library Registry manifest file #44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
ivankravets
commented
Oct 1, 2014
- This library in Web: http://platformio.org/#!/lib/show/89/Arduino-PubSubClient
- Specification: PlatformIO Library Manager
- Integration: IDE Integration
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] |
Added frameworks and platforms fields
Contributor
Author
Contributor
|
Does merging this mean that PlatformIO will update the library to the latest master? That'd be great. |
Owner
|
I have no idea - @ivankravets, I assume by accepting this file, I'll also need to keep it in sync with the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.