forked from matthijskooijman/ArduinoSTL
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
埃博拉酱
committed
Dec 23, 2022
1 parent
73d7b99
commit a96fb08
Showing
2 changed files
with
15 additions
and
8 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
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.3.3 | ||
author=Mike Matera <[email protected]>, Chris Johnson <[email protected]>, Arduino | ||
maintainer=Mike Matera <matera@lifealgorithmic.com> | ||
sentence=A port of uClibc++ 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. | ||
name=Arduino-STL-2 | ||
version=1.4.0 | ||
author=埃博拉酱 <[email protected]>, Mike Matera <[email protected]>, Chris Johnson <[email protected]>, Arduino | ||
maintainer=埃博拉酱 <vhtmfu@outlook.com> | ||
sentence=将标准C++模板库移植到 Arduino。A port of Standard C++ template library to Arduino. | ||
paragraph=*新功能:unique_ptr,mt19937,shuffle。 基于ArduinoSTL,该库包括重要的C++函数,包括cout和cin,printf和scanf。它还包括 STL 容器,如vector和algorithm。*New features: unique_ptr, mt19937, shuffle.* Based on ArduinoSTL, 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://github.com/Silver-Fang/ArduinoSTL | ||
architectures=avr,megaavr | ||
includes=ArduinoSTL.h |