Add a recipe for tomelr

kaushalmodi/tomelr is a package to convert S-expressions to TOML, and
is used by `ox-hugo`
This commit is contained in:
Vedang Manerikar 2022-10-02 16:43:28 +05:30
parent 42d66543ec
commit dd7fca0d9d

6
recipes/tomelr.rcp Normal file
View File

@ -0,0 +1,6 @@
(:name tomelr
:description "Convert S-expressions to TOML"
:type github
:pkgname "kaushalmodi/tomelr"
:minimum-emacs-version "26.3"
:depends (map seq))