mirror of
https://github.com/erlef/setup-beam.git
synced 2026-07-31 20:20:49 +00:00
Add Gleam (#67)
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{application, mylib, [
|
||||
{description, "An OTP library"},
|
||||
{vsn, "0.1.0"},
|
||||
{registered, []},
|
||||
{mod, nil},
|
||||
|
||||
{applications, [
|
||||
% OTP dependencies
|
||||
kernel,
|
||||
stdlib
|
||||
]},
|
||||
|
||||
{env,[]},
|
||||
|
||||
{licenses, ["Apache 2.0"]}
|
||||
]}.
|
||||
Reference in New Issue
Block a user