Packages

BSON are JSON-like objects with a standard binary serialization. See bsonspec.org

Current section

Files

Jump to
bson_erlang src bson.app.src
Raw

src/bson.app.src

{application,bson,
[{description,"BSON are JSON-like objects with a standard binary serialization. See bsonspec.org"},
{vsn,"0.3.0"},
{registered,[]},
{applications,[kernel,stdlib]},
{pkg_name,"bson_erlang"},
{licenses,["Apache License 2.0"]},
{links,[{"Github","https://github.com/filmor/bson-erlang"},
{"Upstream",
"https://github.com/comtihon/bson-erlang"}]}]}.