19 lines
299 B
Plaintext
19 lines
299 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
|
|
, tools
|
|
, covertool % this is not really a otp app, but we don't need to worry about relup of it
|
|
].
|