diff options
author | antik486 <[email protected]> | 2016-02-16 13:34:07 +0200 |
---|---|---|
committer | antik486 <[email protected]> | 2016-02-16 13:34:07 +0200 |
commit | e2a546899094cc318ea0a14f5a93dd7ca39d270a (patch) | |
tree | 2e0490ea166c5f8a2874ce0dc6fe4f7d00ebbdc7 /index | |
parent | 35e12830150264f76cd21aa5941df3c4df48e5d8 (diff) | |
download | erlang.mk-e2a546899094cc318ea0a14f5a93dd7ca39d270a.tar.gz erlang.mk-e2a546899094cc318ea0a14f5a93dd7ca39d270a.tar.bz2 erlang.mk-e2a546899094cc318ea0a14f5a93dd7ca39d270a.zip |
Add package jsone to the index
Diffstat (limited to 'index')
-rw-r--r-- | index/jsone.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/index/jsone.mk b/index/jsone.mk new file mode 100644 index 0000000..cf7378e --- /dev/null +++ b/index/jsone.mk @@ -0,0 +1,7 @@ +PACKAGES += jsone +pkg_jsone_name = jsone +pkg_jsone_description = An Erlang library for encoding, decoding JSON data. +pkg_jsone_homepage = https://github.com/sile/jsone.git +pkg_jsone_fetch = git +pkg_jsone_repo = https://github.com/sile/jsone.git +pkg_jsone_commit = master |