Type-safe, composable class variants for Gleam
at main 1.6 kB view raw
1# This file was generated by Gleam 2# You typically do not need to edit this file 3 4packages = [ 5 { name = "comparator", version = "1.0.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "comparator", source = "hex", outer_checksum = "62A817E00FF301CE780F03D0FEE0943D5881138B3852F1DEE2FB72381604F949" }, 6 { name = "glailwind_merge", version = "1.1.0", build_tools = ["gleam"], requirements = ["tails"], otp_app = "glailwind_merge", source = "hex", outer_checksum = "3A9B557E63D174A430950B9748180DF386C96DEAD1FD0E6891A98D3A76175C59" }, 7 { name = "gleam_stdlib", version = "0.63.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "5E216C7D5E8BE22359C9D7DAA2CFBD66039BC12565542F34CD033C5BB57071ED" }, 8 { name = "gleeunit", version = "1.6.1", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "FDC68A8C492B1E9B429249062CD9BAC9B5538C6FBF584817205D0998C42E1DAC" }, 9 { name = "jason", version = "1.4.4", build_tools = ["mix"], requirements = ["decimal"], otp_app = "jason", source = "hex", outer_checksum = "C5EB0CAB91F094599F94D55BC63409236A8EC69A21A67814529E8D5F6CC90B3B" }, 10 { name = "tails", version = "0.1.11", build_tools = ["mix"], requirements = ["jason"], otp_app = "tails", source = "hex", outer_checksum = "A908C1E3191610D606F1518EB108B7ABE3E91FCC2EBDA16B321E917D0D8987DD" }, 11] 12 13[requirements] 14comparator = { version = ">= 1.0.0 and < 2.0.0" } 15glailwind_merge = { version = ">= 1.1.0 and < 2.0.0" } 16gleam_stdlib = { version = ">= 0.44.0 and < 2.0.0" } 17gleeunit = { version = ">= 1.0.0 and < 2.0.0" }