mirror of
https://gitee.com/dgiiot/dgiot.git
synced 2024-12-02 20:28:40 +08:00
17 lines
202 B
Plaintext
17 lines
202 B
Plaintext
|
%% Single source of truth of list otp apps that we use
|
||
|
[ kernel
|
||
|
, stdlib
|
||
|
, sasl
|
||
|
, crypto
|
||
|
, public_key
|
||
|
, asn1
|
||
|
, syntax_tools
|
||
|
, ssl
|
||
|
, os_mon
|
||
|
, inets
|
||
|
, compiler
|
||
|
, runtime_tools
|
||
|
, {mnesia, load}
|
||
|
, xmerl
|
||
|
].
|