mirror of
https://github.com/btdig/dhtcrawler2.git
synced 2024-12-13 20:16:21 +00:00
8 lines
243 B
Erlang
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]}
|
|
]}.
|