Skip to main content

src/glazejson.app.src

{application,glazejson,
             [{description,"Erlang NIF JSON encoder/decoder using the glaze C++ library"},
              {vsn,"0.1.4"},
              {registered,[]},
              {applications,[kernel,stdlib]},
              {env,[{null,null}]},
              {modules,[glazejson]},
              {licenses,["MIT"]},
              {links,[{"GitHub","https://github.com/saleyn/glazejson"}]},
              {files,["src","c_src","Makefile","rebar.config","rebar.lock",
                      "README.md","LICENSE"]}]}.