-
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.
Try to improve arduino library search results, bump version
- Loading branch information
1 parent
8ff5857
commit 58a7e0b
Showing
3 changed files
with
7 additions
and
6 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
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,9 +1,9 @@ | ||
name=Ministache | ||
version=1.0.0 | ||
version=1.0.1 | ||
author=Brian Sharon <[email protected]> | ||
maintainer=Brian Sharon <[email protected]> | ||
sentence=Complete implementation of a Mustache template processor for Arduino | ||
paragraph=Ministache is a small, fast and spec-complete implementation of the Mustache templating language for Arduino. All core Mustache tags are supported: interpolation, partials, sections, inverted sections, custom delimiters, and comments. | ||
sentence=Mustache template engine for Arduino and ESP32 - render HTML templates dynamically | ||
paragraph=A small, fast and spec-complete implementation of the Mustache template language for Arduino, supporting interpolation, partials, sections, inverted sections, custom delimiters, and comments. | ||
category=Data Processing | ||
url=https://github.com/floatplane/ministache | ||
architectures=* | ||
|