Skip to content

Commit

Permalink
Add nimpk and gura (#2755)
Browse files Browse the repository at this point in the history
  • Loading branch information
khchen authored Nov 21, 2023
1 parent 21f673a commit f04c7c7
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -31914,5 +31914,35 @@
"description": "Awesome simple HTTP client for Nim",
"license": "MIT",
"web": "https://github.com/mishankov/yahttp?tab=readme-ov-file#-yahttp---awesome-simple-http-client-for-nim"
},
{
"name": "nimpk",
"url": "https://github.com/khchen/nimpk",
"method": "git",
"tags": [
"pocketlang",
"script",
"scripting",
"programming",
"language"
],
"description": "PocketLang binding for Nim",
"license": "MIT",
"web": "https://github.com/khchen/nimpk"
},
{
"name": "gura",
"url": "https://github.com/khchen/gura",
"method": "git",
"tags": [
"configuration",
"serialization",
"parsing",
"toml",
"yaml"
],
"description": "Gura Configuration Language for Nim",
"license": "MIT",
"web": "https://github.com/khchen/gura"
}
]

0 comments on commit f04c7c7

Please sign in to comment.