diff options
author | Louis Pilfold <louis@lpil.uk> | 2021-11-23 17:27:22 +0000 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2021-11-23 17:30:51 +0000 |
commit | 2b12f06ba8828e0831f9d673702bcdb664674c40 (patch) | |
tree | 6e772cb28f205c82a0fe27a6cf0a5a2e519747ae /src | |
parent | 932852485ab3a6c9ebfc3b2fc75d6eb9fe9a6489 (diff) | |
download | gleam_stdlib-2b12f06ba8828e0831f9d673702bcdb664674c40.tar.gz gleam_stdlib-2b12f06ba8828e0831f9d673702bcdb664674c40.zip |
v0.18.0-rc1
Diffstat (limited to 'src')
-rw-r--r-- | src/gleam_stdlib.app.src | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/gleam_stdlib.app.src b/src/gleam_stdlib.app.src deleted file mode 100644 index 93febe8..0000000 --- a/src/gleam_stdlib.app.src +++ /dev/null @@ -1,10 +0,0 @@ -{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"]}]}. |