-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmanifest.toml
More file actions
32 lines (30 loc) 路 3.3 KB
/
Copy pathmanifest.toml
File metadata and controls
32 lines (30 loc) 路 3.3 KB
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
32
# Do not manually edit this file, it is managed by Gleam.
#
# This file locks the dependency versions used, to make your build
# deterministic and to prevent unexpected versions from being included
# in your application.
#
# You should check this file into your source control repository.
packages = [
{ name = "benchee", version = "1.5.1", build_tools = ["mix"], requirements = ["deep_merge", "statistex", "table"], otp_app = "benchee", source = "hex", outer_checksum = "A539301F8DFD4EFC5C5123BFB9D47EBDE20092A863A5B5B16C2A60D2243DFCE7" },
{ name = "deep_merge", version = "1.0.2", build_tools = ["mix"], requirements = [], otp_app = "deep_merge", source = "hex", outer_checksum = "737A53CDC9758FEDBB608BDC213969E65729466C4EF3CD8E8726D0335DFF116C" },
{ name = "exception", version = "2.1.1", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "exception", source = "hex", outer_checksum = "6BDEA95248093599391C3B5DF1835C5C6A86C353C2F99CE539B450E3432FE117" },
{ name = "filepath", version = "1.1.2", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "filepath", source = "hex", outer_checksum = "B06A9AF0BF10E51401D64B98E4B627F1D2E48C154967DA7AF4D0914780A6D40A" },
{ name = "gleam_erlang", version = "1.3.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleam_erlang", source = "hex", outer_checksum = "1124AD3AA21143E5AF0FC5CF3D9529F6DB8CA03E43A55711B60B6B7B3874375C" },
{ name = "gleam_stdlib", version = "1.0.3", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "1F543AFBA5D33DA493E6087F4E4C4F20D899411343512686C98A8ABB2963CF22" },
{ name = "gleeunit", version = "1.11.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "EC31ABA74256AEA531EDF8169931D775BBB384FED0A8A1BDC4DD9354E3E21826" },
{ name = "glychee", version = "1.1.3", build_tools = ["gleam"], requirements = ["benchee"], otp_app = "glychee", source = "hex", outer_checksum = "C1D71E628AA610088F6BBCF1BD7535C996417ABF5B6F20FC4685C67B23CA7F68" },
{ name = "hpack_erl", version = "0.3.0", build_tools = ["rebar3"], requirements = [], otp_app = "hpack", source = "hex", outer_checksum = "D6137D7079169D8C485C6962DFE261AF5B9EF60FBC557344511C1E65E3D95FB0" },
{ name = "hpax", version = "1.0.4", build_tools = ["mix"], requirements = [], otp_app = "hpax", source = "hex", outer_checksum = "AFC7CB142EBCC2D01CE7816190B98CE5DD49E799111B24249F3443D730F377CA" },
{ name = "simplifile", version = "2.5.0", build_tools = ["gleam"], requirements = ["filepath", "gleam_stdlib"], otp_app = "simplifile", source = "hex", outer_checksum = "6C72DCCDF25C38A5931740B30E823969F33106831FD1637719B5EDBCA30027A4" },
{ name = "statistex", version = "1.1.1", build_tools = ["mix"], requirements = [], otp_app = "statistex", source = "hex", outer_checksum = "310C4B49B34ADF683DE3103639006BED233AB54C08A4ADD65A531448E653857C" },
]
[requirements]
exception = { version = ">= 2.1.0 and < 3.0.0" }
gleam_erlang = { version = ">= 1.3.0 and < 2.0.0" }
gleam_stdlib = { version = ">= 0.44.0 and < 2.0.0" }
gleeunit = { version = ">= 1.0.0 and < 2.0.0" }
glychee = { version = ">= 1.1.3 and < 2.0.0" }
hpack_erl = { version = ">= 0.3.0 and < 1.0.0" }
hpax = { version = ">= 1.0.3 and < 2.0.0" }
simplifile = { version = ">= 2.3.2 and < 3.0.0" }