mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-06 16:13:14 +00:00
Merge branch 'master' into nimpb
# Conflicts: # packages.json
This commit is contained in:
commit
2f5dec7f92
@ -1041,6 +1041,30 @@
|
||||
"license": "MIT",
|
||||
"web": "https://github.com/PMunch/termstyle"
|
||||
},
|
||||
{
|
||||
"name": "combparser",
|
||||
"url": "https://github.com/PMunch/combparser",
|
||||
"method": "git",
|
||||
"tags": [
|
||||
"parser",
|
||||
"combinator"
|
||||
],
|
||||
"description": "A parser combinator library for easy generation of complex parsers",
|
||||
"license": "MIT",
|
||||
"web": "https://github.com/PMunch/combparser"
|
||||
},
|
||||
{
|
||||
"name": "protobuf",
|
||||
"url": "https://github.com/PMunch/protobuf-nim",
|
||||
"method": "git",
|
||||
"tags": [
|
||||
"protobuf",
|
||||
"serialization"
|
||||
],
|
||||
"description": "Protobuf implementation in pure Nim that leverages the power of the macro system to not depend on any external tools",
|
||||
"license": "MIT",
|
||||
"web": "https://github.com/PMunch/protobuf-nim"
|
||||
},
|
||||
{
|
||||
"name": "sdl2_nim",
|
||||
"url": "https://github.com/Vladar4/sdl2_nim",
|
||||
@ -8989,6 +9013,19 @@
|
||||
"license": "MIT",
|
||||
"web": "https://github.com/genotrance/tissue"
|
||||
},
|
||||
{
|
||||
"name": "sphincs",
|
||||
"url": "https://github.com/ehmry/nim-sphincs",
|
||||
"method": "git",
|
||||
"tags": [
|
||||
"crypto",
|
||||
"pqcrypto",
|
||||
"signing"
|
||||
],
|
||||
"description": "SPHINCS⁺ stateless hash-based signature scheme",
|
||||
"license": "MIT",
|
||||
"web": "https://github.com/ehmry/nim-sphincs"
|
||||
},
|
||||
{
|
||||
"name": "nimpb",
|
||||
"url": "https://github.com/oswjk/nimpb",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user