alpha
Login
or
Join now
nandi.uk
/
gleam
Star
2
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Fork of daniellemaywood.uk/gleam — Wasm codegen work
Star
2
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
add licenses
author
Giacomo Cavalieri
committer
Louis Pilfold
date
1 week ago
(Jul 14, 2026, 12:57 PM +0100)
commit
cebf7066
cebf70665be313b1424113067a3eea0be571b76e
parent
7b700240
7b7002409f4fa8458173d0de8e69bc953f16b0bc
change-id
nxtorsnz
nxtorsnzlnnwwxpssrnxnrmkwkoxuqtx
+4
2 changed files
Expand all
Collapse all
Unified
Split
erlang-abstract-format
Cargo.toml
erlang-term-format
Cargo.toml
+2
erlang-abstract-format/Cargo.toml
View file
Reviewed
···
3
3
4
4
[package]
5
5
name = "erlang-abstract-format"
6
6
+
authors = ["Louis Pilfold <louis@lpil.uk>"]
6
7
version = "1.0.0"
7
8
edition = "2024"
9
9
+
license = "Apache-2.0"
8
10
9
11
[dependencies]
10
12
# Encoding values in the erlang term format
+2
erlang-term-format/Cargo.toml
View file
Reviewed
···
3
3
4
4
[package]
5
5
name = "erlang-term-format"
6
6
+
authors = ["Louis Pilfold <louis@lpil.uk>"]
6
7
version = "1.0.0"
7
8
edition = "2024"
9
9
+
license = "Apache-2.0"
8
10
9
11
[dependencies]
10
12
num-bigint.workspace = true