馃悜 Possum submodule targeting the Tangled API
api.tangled.org
tangled
gleam
atproto
library
2.5 kB
26 lines
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.
8
9packages = [
10 { name = "gleam_erlang", version = "1.3.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleam_erlang", source = "hex", outer_checksum = "1124AD3AA21143E5AF0FC5CF3D9529F6DB8CA03E43A55711B60B6B7B3874375C" },
11 { name = "gleam_http", version = "4.3.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleam_http", source = "hex", outer_checksum = "82EA6A717C842456188C190AFB372665EA56CE13D8559BF3B1DD9E40F619EE0C" },
12 { name = "gleam_httpc", version = "5.0.0", build_tools = ["gleam"], requirements = ["gleam_erlang", "gleam_http", "gleam_stdlib"], otp_app = "gleam_httpc", source = "hex", outer_checksum = "C545172618D07811494E97AAA4A0FB34DA6F6D0061FDC8041C2F8E3BE2B2E48F" },
13 { name = "gleam_json", version = "3.1.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleam_json", source = "hex", outer_checksum = "44FDAA8847BE8FC48CA7A1C089706BD54BADCC4C45B237A992EDDF9F2CDB2836" },
14 { name = "gleam_regexp", version = "1.1.1", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleam_regexp", source = "hex", outer_checksum = "9C215C6CA84A5B35BB934A9B61A9A306EC743153BE2B0425A0D032E477B062A9" },
15 { name = "gleam_stdlib", version = "1.0.3", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "1F543AFBA5D33DA493E6087F4E4C4F20D899411343512686C98A8ABB2963CF22" },
16 { name = "gleeunit", version = "1.11.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "EC31ABA74256AEA531EDF8169931D775BBB384FED0A8A1BDC4DD9354E3E21826" },
17 { name = "possum", version = "3.0.0", build_tools = ["gleam"], requirements = ["gleam_http", "gleam_json", "gleam_regexp", "gleam_stdlib"], otp_app = "possum", source = "hex", outer_checksum = "5B7FDDDE6A845CE864973F70CF56B6EC9DA0C040C0EC5FD85A002475DF079277" },
18]
19
20[requirements]
21gleam_http = { version = ">= 4.3.0 and < 5.0.0" }
22gleam_httpc = { version = ">= 5.0.0 and < 6.0.0" }
23gleam_json = { version = ">= 3.1.0 and < 4.0.0" }
24gleam_stdlib = { version = ">= 1.0.0 and < 2.0.0" }
25gleeunit = { version = ">= 1.0.0 and < 2.0.0" }
26possum = { version = ">= 3.0.0 and < 4.0.0" }