dgiot/scripts/rel_otp_apps.eterm

17 lines
202 B
Plaintext
Raw Normal View History

2022-12-29 18:13:09 +08:00
%% 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
].