Decode the protobuf wire format in Gleam! protobin.hexdocs.pm/
gleam protobuf
3

Configure Feed

Select the types of activity you want to include in your feed.

Update deps

Gavin Morrow (Jun 10, 2026, 6:37 PM EDT) d197d77c 297e0f29

+12 -7
+1 -1
gleam.toml
··· 6 6 repository = { type = "github", user = "gavinmorrow", repo = "protobin" } 7 7 8 8 [dependencies] 9 - gleam_stdlib = ">= 0.44.0 and < 2.0.0" 9 + gleam_stdlib = ">= 1.0.3 and < 2.0.0" 10 10 11 11 [dev-dependencies] 12 12 gleeunit = ">= 1.0.0 and < 2.0.0"
+11 -6
manifest.toml
··· 1 - # This file was generated by Gleam 2 - # You typically do not need to edit this file 1 + # Do not manually edit this file, it is managed by Gleam. 2 + # 3 + # This file locks the dependency versions used, to make your build 4 + # deterministic and to prevent unexpected versions from being included 5 + # in your application. 6 + # 7 + # You should check this file into your source control repository. 3 8 4 9 packages = [ 5 10 { name = "filepath", version = "1.1.2", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "filepath", source = "hex", outer_checksum = "B06A9AF0BF10E51401D64B98E4B627F1D2E48C154967DA7AF4D0914780A6D40A" }, 6 - { name = "gleam_stdlib", version = "0.63.2", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "962B25C667DA07F4CAB32001F44D3C41C1A89E58E3BBA54F183B482CF6122150" }, 7 - { name = "gleeunit", version = "1.6.1", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "FDC68A8C492B1E9B429249062CD9BAC9B5538C6FBF584817205D0998C42E1DAC" }, 8 - { name = "simplifile", version = "2.3.0", build_tools = ["gleam"], requirements = ["filepath", "gleam_stdlib"], otp_app = "simplifile", source = "hex", outer_checksum = "0A868DAC6063D9E983477981839810DC2E553285AB4588B87E3E9C96A7FB4CB4" }, 11 + { name = "gleam_stdlib", version = "1.0.3", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "1F543AFBA5D33DA493E6087F4E4C4F20D899411343512686C98A8ABB2963CF22" }, 12 + { name = "gleeunit", version = "1.11.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "EC31ABA74256AEA531EDF8169931D775BBB384FED0A8A1BDC4DD9354E3E21826" }, 13 + { name = "simplifile", version = "2.4.0", build_tools = ["gleam"], requirements = ["filepath", "gleam_stdlib"], otp_app = "simplifile", source = "hex", outer_checksum = "7C18AFA4FED0B4CE1FA5B0B4BAC1FA1744427054EA993565F6F3F82E5453170D" }, 9 14 ] 10 15 11 16 [requirements] 12 - gleam_stdlib = { version = ">= 0.44.0 and < 2.0.0" } 17 + gleam_stdlib = { version = ">= 1.0.3 and < 2.0.0" } 13 18 gleeunit = { version = ">= 1.0.0 and < 2.0.0" } 14 19 simplifile = { version = ">= 2.3.0 and < 3.0.0" }