diff options
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 |