Packages
erlexec
1.19.0
2.3.4
2.3.3
retired
2.3.2
retired
2.3.1
retired
2.3.0
retired
2.2.4
retired
2.2.3
retired
2.2.2
retired
2.2.1
retired
2.2.0
retired
2.0.8
retired
2.0.7
retired
2.0.6
retired
2.0.5
retired
2.0.4
retired
2.0.3
retired
2.0.2
retired
2.0.1
retired
2.0.0
retired
1.21.0
retired
1.20.1
retired
1.20.0
retired
1.19.1
retired
1.19.0
1.18.11
1.18.8
1.18.7
1.18.6
1.18.5
1.18.4
1.18.3
1.18.2
1.18.1
1.17.6
1.17.5
1.17.3
1.16.4
1.10.9
1.10.4
1.10.2
1.10.1
1.10.0
1.9.5
1.9.4
1.9.3
1.9.2
1.9.1
1.9.0
1.7.5
1.7.4
1.7.3
1.7.2
1.7.1
1.7.0
1.6.4
1.6.3
1.6.2
1.6.1
1.6.0
1.4.0
1.3.0
1.2.2
1.2.1
1.1.3
1.1.2
1.1.1
1.1.0
1.0.1
retired
OS Process Manager
Current section
Files
Jump to
Current section
Files
rebar.config
{erl_opts, [
warnings_as_errors,
warn_export_all
]}.
{post_hooks, [{clean, "rm -fr _build ebin priv erl_crash.dump *.json c_src/*.o c_src/*.d"}]}.
{plugins, [pc]}.
{provider_hooks, [
{pre, [
{compile, {pc, compile}},
{clean, {pc, clean}}
]}
]}.
{edoc_opts, [{overview, "build-aux/overview.edoc"},
{title, "OS Process Manager for Erlang VM"},
{keywords, "OS, linux, process, manager, job, scheduler, erlang, system, cron"},
{includes, ["include"]},
{pretty_printer, erl_pp},
{stylesheet_file, "build-aux/edoc.css"},
{app_default, "http://www.erlang.org/doc/man"}]}.