Skip to content

Commit

Permalink
feat: adds JavaJam (#37)
Browse files Browse the repository at this point in the history
adds JavaJam
  • Loading branch information
peetzweg authored Sep 2, 2024
1 parent 79ab6e5 commit 7007ea1
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/data/clients.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ export const clients: ClientData[] = [
},
{
name: "JamZig",
description: "Implementation of the Jam client in the Zig programming language.",
description:
"Implementation of the Jam client in the Zig programming language.",
homepage: "https://jamzig.dev",
lang: "Zig",
lang_set: "B",
Expand Down Expand Up @@ -309,4 +310,13 @@ export const clients: ClientData[] = [
milestone: 0,
contact: ["https://x.com/nathanccxv"],
},
{
name: "JavaJam",
description: "Java implementation of JAM.",
homepage: "https://method5.com",
lang: "Java",
lang_set: "A",
milestone: 0,
contact: ["info@method5.com"],
},
]

0 comments on commit 7007ea1

Please sign in to comment.