aboutsummaryrefslogtreecommitdiff
path: root/src/gleam_stdlib.app.src
blob: 93febe8a2816f89ffc7a329b6bfd84f0ac4a1b18 (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.17.1"},
              {registered,[]},
              {applications,[kernel,stdlib]},
              {env,[]},
              {modules,[]},
              {licenses,["Apache 2.0"]},
              {links, [{"GitHub", "https://github.com/gleam-lang/stdlib"}]},
              {include_files, ["gleam.toml", "package.json", "gen"]}]}.