forked from mike-matera/ArduinoSTL
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update with new library information
- Loading branch information
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
name=ArduinoSTL | ||
version=1.1.0 | ||
name=avr_stl | ||
version=1.2.0 | ||
author=Mike Matera <[email protected]> | ||
maintainer=Mike Matera <matera@lifealgorithmic.com> | ||
sentence=A port of uClibc++ packaged as an Arduino library. | ||
maintainer=Chris Johnson <chrisjohnsonmail@gmail.com> | ||
sentence=A port of ArduinoSTL Arduino library. | ||
paragraph=This library includes important C++ functions, including cout and cin, printf and scanf. It also includes STL containers like vector and algorithm. | ||
category=Other | ||
url=https://github.com/mike-matera/ArduinoSTL | ||
url=https://https://github.com/ciband/avr_stl | ||
architectures=avr,samd | ||
includes=ArduinoSTL.h |