mirror of
https://github.com/mikpe/pdp10-tools.git
synced 2026-04-07 13:50:13 +00:00
lib: add .app.src for OTP and rebar compatibility
This commit is contained in:
8
erlang/apps/lib/src/lib.app.src
Normal file
8
erlang/apps/lib/src/lib.app.src
Normal file
@@ -0,0 +1,8 @@
|
||||
{application, lib,
|
||||
[{description, "pdp10-tools support library"},
|
||||
{vsn, "0.1.0"},
|
||||
{registered, []},
|
||||
{applications, [kernel, stdlib]},
|
||||
{env, []},
|
||||
{modules, []}
|
||||
]}.
|
||||
Reference in New Issue
Block a user