dhtcrawler2/deps/bson/ebin/bson.app
2013-07-01 22:42:14 +08:00

8 lines
243 B
Erlang

{application, bson,
[{description, "BSON are JSON-like objects with a standard binary serialization. See bsonspec.org."},
{vsn, "0"},
{modules, [bson, bson_binary, bson_tests]},
{registered, []},
{applications, [kernel, stdlib]}
]}.