-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.properties
More file actions
15 lines (14 loc) · 839 Bytes
/
library.properties
File metadata and controls
15 lines (14 loc) · 839 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# Copyright (c) 2018 https://www.thecoderscorner.com
# This product is licensed under an Apache license, see the LICENSE file in the top-level directory.
#
name=SimpleCollections
version=1.2.5
maintainer=https://www.thecoderscorner.com
author=davetcc
category=Other
url=https://github.com/TcMenu/SimpleCollections
sentence=An associative container used either as a list or btree without needing std lib, and a concurrent circular buffer. Works from AVR/Uno upwards to ESP32, mbed etc
paragraph=An associative container that can act as either a straight list or btree without needing your compiler to support std lib. Ordered fast lookup, sorted on insert so optimised for read. A non-blocking concurrent circular buffer implementation that is thread safe. Works from Uno upwards to ESP32, mbed etc
includes=SimpleCollections.h
depends=