-
Notifications
You must be signed in to change notification settings - Fork 1
/
manifest.toml
31 lines (29 loc) · 4.1 KB
/
manifest.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# This file was generated by Gleam
# You typically do not need to edit this file
packages = [
{ name = "birl", version = "0.16.1", build_tools = ["gleam"], requirements = ["gleam_stdlib", "ranger"], otp_app = "birl", source = "hex", outer_checksum = "90051B6CBDC1D74E4E007EE0202C52D755BF50D0147F9D02C2159D5C05AD33EC" },
{ name = "fs", version = "8.6.1", build_tools = ["rebar3"], requirements = [], otp_app = "fs", source = "hex", outer_checksum = "61EA2BDAEDAE4E2024D0D25C63E44DCCF65622D4402DB4A2DF12868D1546503F" },
{ name = "glacier", version = "0.9.0", build_tools = ["gleam"], requirements = ["fs", "gleam_erlang", "glacier_gleeunit", "gleam_community_ansi", "gleam_stdlib", "shellout"], otp_app = "glacier", source = "hex", outer_checksum = "522833B5C5467B2FF7486ECEDFCBFBFEE1D20AD884266626B90ED462105B9291" },
{ name = "glacier_gleeunit", version = "0.11.20", build_tools = ["gleam"], requirements = ["gleam_erlang", "gleam_stdlib"], otp_app = "glacier_gleeunit", source = "hex", outer_checksum = "47BF14F109DA8C164E0C8A93B643FDA56C8B8055C9D6CBF1C99A4706AF3D6EAB" },
{ name = "gleam_bitwise", version = "1.3.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_bitwise", source = "hex", outer_checksum = "E2A46EE42E5E9110DAD67E0F71E7358CBE54D5EC22C526DD48CBBA3223025792" },
{ name = "gleam_community_ansi", version = "1.1.0", build_tools = ["gleam"], requirements = ["gleam_community_colour", "gleam_stdlib", "gleam_bitwise"], otp_app = "gleam_community_ansi", source = "hex", outer_checksum = "6E4E0CF2B207C1A7FCD3C21AA43514D67BC7004F21F82045CDCCE6C727A14862" },
{ name = "gleam_community_colour", version = "1.1.0", build_tools = ["gleam"], requirements = ["gleam_bitwise", "gleam_stdlib"], otp_app = "gleam_community_colour", source = "hex", outer_checksum = "D27CE357ECB343929A8CEC3FBA0B499943A47F0EE1F589EE16AFC2DC21C61E5B" },
{ name = "gleam_erlang", version = "0.22.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleam_erlang", source = "hex", outer_checksum = "367D8B41A7A86809928ED1E7E55BFD0D46D7C4CF473440190F324AFA347109B4" },
{ name = "gleam_otp", version = "0.7.0", build_tools = ["gleam"], requirements = ["gleam_stdlib", "gleam_erlang"], otp_app = "gleam_otp", source = "hex", outer_checksum = "ED7381E90636E18F5697FD7956EECCA635A3B65538DC2BE2D91A38E61DCE8903" },
{ name = "gleam_stdlib", version = "0.30.2", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "8D8BF3790AA31176B1E1C0B517DD74C86DA8235CF3389EA02043EE4FD82AE3DC" },
{ name = "gloml", version = "0.1.2", build_tools = ["gleam"], requirements = ["gleam_stdlib", "toml"], otp_app = "gloml", source = "hex", outer_checksum = "2DFCBB6E9ED8B1B52A8416D12DCECA20F2A6D92BFB5B5F3B9B5C8CF50F89F12A" },
{ name = "hug", version = "0.1.1", build_tools = ["gleam"], requirements = ["gleam_stdlib", "gleam_community_ansi"], otp_app = "hug", source = "hex", outer_checksum = "2AF6BD8C104306C60F7ABABE086E2BA42F8FCCBAFA56FFF6F8A8F384FA92525A" },
{ name = "nibble", version = "1.0.0-rc.3", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "nibble", source = "hex", outer_checksum = "845FBB905B1238746351F95C97C405D89B7C6B2B8A430B640E5C1964AE0C8612" },
{ name = "ranger", version = "0.3.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "ranger", source = "hex", outer_checksum = "A3D54DD2BFCC654F1AA7A0D245F6F59A5D9FF6B2D68449C849BFE321E945EA7A" },
{ name = "shellout", version = "1.4.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "shellout", source = "hex", outer_checksum = "995564B69D40146B7A424CA21D32A68D668A882F88BDAD0EFA2C18C7EC412564" },
{ name = "toml", version = "0.7.0", build_tools = ["mix"], requirements = [], otp_app = "toml", source = "hex", outer_checksum = "0690246A2478C1DEFD100B0C9B89B4EA280A22BE9A7B313A8A058A2408A2FA70" },
]
[requirements]
birl = { version = "~> 0.14" }
glacier = { version = "~> 0.9" }
gleam_erlang = { version = "~> 0.19" }
gleam_otp = { version = "~> 0.5" }
gleam_stdlib = { version = "~> 0.30" }
gloml = { version = "~> 0.1" }
hug = { version = "~> 0.1" }
nibble = { version = "~> 1.0.0-rc.3" }