-
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.
* Update README.md * Update tinytoml-0.0.1-1.rockspec
- Loading branch information
1 parent
bc641b5
commit 76fa256
Showing
2 changed files
with
7 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
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 |
---|---|---|
|
@@ -9,8 +9,8 @@ source = { | |
description = { | ||
summary = "A pure Lua TOML parser", | ||
detailed = [[ | ||
tinytoml is an easy to use TOML parser library for Lua. It can read in TOML files or load from a string. | ||
It supports all TOML 1.0.0 features including validating UTF-8 and datetimes with good error messages. | ||
tinytoml is an easy to use TOML parser library for Lua. It can read in TOML files or load them from a string. | ||
It supports all TOML 1.0.0 features including parsing strings, numbers, datetimes, arrays, inline-tables and even validating UTF-8 with good error messages if anything fails! | ||
]], | ||
homepage = "https://github.com/FourierTransformer/tinytoml", | ||
maintainer = "Fourier Transformer <[email protected]>", | ||
|
@@ -27,5 +27,3 @@ build = { | |
["tinytoml"] = "tinytoml.lua" | ||
}, | ||
} | ||
|
||
|