aboutsummaryrefslogtreecommitdiff
path: root/src/gleam_stdlib.app.src
blob: d920d82946c77c9cb94cc98091e4f95d49a3bd58 (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.7.0"},
              {registered,[]},
              {applications,[kernel,stdlib]},
              {env,[]},
              {modules,[]},
              {licenses,["Apache 2.0"]},
              {links,[]},
              {include_files, ["gleam.toml", "gen"]}]}.