sort

Martin Tournoij 2023-01-16 18:20:27 +01:00
parent cc278ce86f
commit 11a6430b5e

22
Home.md

@ -20,51 +20,51 @@ Please note the highest TOML version tag that your parser supports in your READM
| -------- | ---- | ----- |
| Ada | https://github.com/pmderodat/ada-toml | |
| C | https://github.com/cktan/tomlc99 | |
| C# | https://github.com/dezhidki/Tommy | |
| C# | https://github.com/SamboyCoding/Tomlet | |
| C# | https://github.com/dezhidki/Tommy | |
| C# | https://github.com/xoofx/Tomlyn | |
| C++ | https://github.com/ToruNiina/toml11 | |
| C++ | https://github.com/cktan/tomlcpp | binding of [tomlc99] |
| C++ | https://github.com/marzer/tomlplusplus | |
| C++ | https://github.com/ToruNiina/toml11 | |
| Chez Scheme | https://github.com/Yunoinsky/chez-toml | |
| Common Lisp | https://github.com/sheepduke/clop | |
| Crystal | https://github.com/syeopite/ctoml-cr | binding of [tomlc99] |
| Dart | https://github.com/just95/toml.dart | |
| Erlang | https://github.com/filmor/tomerl | |
| Fortran | https://github.com/toml-f/toml-f | |
| Go | https://github.com/pelletier/go-toml | |
| Go | https://github.com/BurntSushi/toml | |
| Go | https://github.com/komkom/toml | |
| Go | https://github.com/pelletier/go-toml | |
| Guile Scheme | https://github.com/hylophile/guile-toml | |
| Haskell | https://github.com/brandonchinn178/toml-reader | |
| Haskell | https://github.com/kowainik/tomland | |
| Janet | https://github.com/pyrmont/tomlin | |
| Java | https://github.com/tomlj/tomlj | |
| Java | https://github.com/FasterXML/jackson-dataformats-text | |
| Java | https://github.com/TheElectronWill/Night-Config | |
| JavaScript | https://www.npmjs.com/package/@ltd/j-toml | |
| Java | https://github.com/tomlj/tomlj | |
| JavaScript | https://github.com/huan231/toml-nodejs | |
| JavaScript | https://www.npmjs.com/package/@ltd/j-toml | |
| Julia | https://github.com/JuliaLang/TOML.jl | |
| Kotlin | https://github.com/valderman/4koma | |
| Lua | https://github.com/LebJe/toml.lua | binding of [tomlplusplus] |
| MATLAB | https://github.com/g-s-k/matlab-toml | |
| Nim | https://github.com/status-im/nim-toml-serialization | |
| OCaml | https://github.com/dmbaturin/otoml | |
| Perl | https://github.com/sysread/TOML-Tiny | |
| Perl | https://github.com/FGasper/p5-TOML-XS | binding of [tomlc99] |
| Perl | https://github.com/sysread/TOML-Tiny | |
| Python | https://github.com/bobfang1992/pytomlpp | binding of [tomlplusplus] |
| Python | https://github.com/hukkin/tomli | included in Python 3.11 as [tomllib] |
| Python | https://github.com/sdispater/tomlkit | |
| R | https://github.com/eddelbuettel/rcpptoml | |
| Raku | https://github.com/tony-o/raku-toml | |
| Ruby | https://github.com/fbernier/tomlrb | |
| Ruby | https://github.com/emancu/toml-rb | |
| Ruby | https://github.com/fbernier/tomlrb | |
| Ruby | https://github.com/kgiszczak/tomlib | binding of [tomlc99] |
| Ruby | https://github.com/mame/perfect_toml | |
| R | https://github.com/eddelbuettel/rcpptoml | |
| Rust | https://github.com/toml-rs/toml | |
| Rust | https://github.com/tamasfe/taplo | |
| Swift | https://github.com/dduan/TOMLDecoder | |
| Rust | https://github.com/toml-rs/toml | |
| Swift | https://github.com/LebJe/TOMLKit | binding of [tomlplusplus] |
| Swift | https://github.com/dduan/TOMLDecoder | |
| V | https://github.com/vlang/v/tree/master/vlib/toml | |
| Xojo | https://github.com/ktekinay/Xojo-TOML/ | |
| Zig | https://codeberg.org/Egoist/toml-zig | |
@ -176,4 +176,4 @@ Formatters
| Notes | Repo |
| -------- | ---- |
| ESLint plugin | https://github.com/ota-meshi/eslint-plugin-toml |
| Online formatter, converter | https://taplo.tamasfe.dev |
| Online formatter, converter | https://taplo.tamasfe.dev |