dgiot/scripts/rel_otp_apps.eterm
2022-12-29 18:44:36 +08:00

17 lines
202 B
Plaintext
Executable File

%% 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
].