alpha
Login
or
Join now
kacaii.dev
/
possum-tangled
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
๐ Possum submodule targeting the Tangled API
api.tangled.org
tangled
gleam
atproto
library
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
deps: use possum v3.0.0 from hex
author
kacaii.dev
date
1 week ago
(Jul 13, 2026, 9:37 PM -0300)
commit
42af422c
42af422c35284a8f8506ccd5e84cecbe037828dd
parent
9aec0171
9aec01711f35237334078bb533fcc41d75a4d39f
change-id
lsktxzwl
lsktxzwlozolprqznwlvoytzyvpnszkx
1/1
test.yml
success
18s
+3
-3
2 changed files
Expand all
Collapse all
Unified
Split
gleam.toml
manifest.toml
+1
-1
gleam.toml
View file
Reviewed
···
10
10
gleam_stdlib = ">= 1.0.0 and < 2.0.0"
11
11
gleam_http = ">= 4.3.0 and < 5.0.0"
12
12
gleam_json = ">= 3.1.0 and < 4.0.0"
13
13
-
possum = { git = "https://tangled.org/kacaii.dev/possum", ref = "main" }
13
13
+
possum = ">= 3.0.0 and < 4.0.0"
14
14
15
15
[dev_dependencies]
16
16
gleeunit = ">= 1.0.0 and < 2.0.0"
+2
-2
manifest.toml
View file
Reviewed
···
14
14
{ name = "gleam_regexp", version = "1.1.1", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleam_regexp", source = "hex", outer_checksum = "9C215C6CA84A5B35BB934A9B61A9A306EC743153BE2B0425A0D032E477B062A9" },
15
15
{ name = "gleam_stdlib", version = "1.0.3", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "1F543AFBA5D33DA493E6087F4E4C4F20D899411343512686C98A8ABB2963CF22" },
16
16
{ name = "gleeunit", version = "1.11.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "EC31ABA74256AEA531EDF8169931D775BBB384FED0A8A1BDC4DD9354E3E21826" },
17
17
-
{ name = "possum", version = "3.0.0", build_tools = ["gleam"], requirements = ["gleam_http", "gleam_json", "gleam_regexp", "gleam_stdlib"], source = "git", repo = "https://tangled.org/kacaii.dev/possum", commit = "16383ca3fc97da58aecb6fb759ebbb49521b227f" },
17
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
18
]
19
19
20
20
[requirements]
···
23
23
gleam_json = { version = ">= 3.1.0 and < 4.0.0" }
24
24
gleam_stdlib = { version = ">= 1.0.0 and < 2.0.0" }
25
25
gleeunit = { version = ">= 1.0.0 and < 2.0.0" }
26
26
-
possum = { git = "https://tangled.org/kacaii.dev/possum", ref = "main" }
26
26
+
possum = { version = ">= 3.0.0 and < 4.0.0" }