aboutsummaryrefslogtreecommitdiff
path: root/src/gleam_stdlib.app.src
blob: 74c03f0edac669e7c309db1388e018b5abe5698d (plain)
1
2
3
4
5
6
7
8
9
10
{application,gleam_stdlib,
             [{description,"A standard library for the Gleam programming language"},
              {vsn,"0.5.0"},
              {registered,[]},
              {applications,[kernel,stdlib]},
              {env,[]},
              {modules,[]},
              {licenses,["Apache 2.0"]},
              {links,[]},
              {include_files, ["gleam.toml", "gen"]}]}.