diff options
author | Stanislaw Klekot <[email protected]> | 2017-05-09 15:49:05 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2017-05-10 13:30:15 +0200 |
commit | 23a862c5618f6f4d7d46958f61f3e78552d5ed39 (patch) | |
tree | 340561d635de33dd933e59c5feb3d36ec6f4304e /index/toml.mk | |
parent | 59229696f08cc3328e09cc4b84db4fb92d3ddeec (diff) | |
download | erlang.mk-23a862c5618f6f4d7d46958f61f3e78552d5ed39.tar.gz erlang.mk-23a862c5618f6f4d7d46958f61f3e78552d5ed39.tar.bz2 erlang.mk-23a862c5618f6f4d7d46958f61f3e78552d5ed39.zip |
Add package toml to the index
Diffstat (limited to 'index/toml.mk')
-rw-r--r-- | index/toml.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/index/toml.mk b/index/toml.mk new file mode 100644 index 0000000..1078610 --- /dev/null +++ b/index/toml.mk @@ -0,0 +1,7 @@ +PACKAGES += toml +pkg_toml_name = toml +pkg_toml_description = TOML (0.4.0) config parser +pkg_toml_homepage = http://dozzie.jarowit.net/trac/wiki/TOML +pkg_toml_fetch = git +pkg_toml_repo = https://github.com/dozzie/toml +pkg_toml_commit = v0.2.0 |