mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-07 16:43:09 +00:00
Added package sigils (#2968)
This commit is contained in:
parent
4643729f03
commit
72c218b95a
@ -34355,7 +34355,9 @@
|
|||||||
"url": "https://git.dog/Caroline/NimBTC",
|
"url": "https://git.dog/Caroline/NimBTC",
|
||||||
"method": "git",
|
"method": "git",
|
||||||
"tags": [
|
"tags": [
|
||||||
"Crypto", "BTC", "Bitcoin"
|
"Crypto",
|
||||||
|
"BTC",
|
||||||
|
"Bitcoin"
|
||||||
],
|
],
|
||||||
"description": "A BTC RPC Wrapper for Nim",
|
"description": "A BTC RPC Wrapper for Nim",
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
@ -34399,5 +34401,22 @@
|
|||||||
"description": "HTTP serving made eazy",
|
"description": "HTTP serving made eazy",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"web": "https://roger-padrell.github.io/serverly/"
|
"web": "https://roger-padrell.github.io/serverly/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "sigils",
|
||||||
|
"url": "https://github.com/elcritch/sigils",
|
||||||
|
"method": "git",
|
||||||
|
"tags": [
|
||||||
|
"slots",
|
||||||
|
"signals",
|
||||||
|
"event",
|
||||||
|
"broadcast",
|
||||||
|
"gui",
|
||||||
|
"ui",
|
||||||
|
"multithreading"
|
||||||
|
],
|
||||||
|
"description": "A slot and signals implementation for the Nim programming language",
|
||||||
|
"license": "MIT",
|
||||||
|
"web": "https://github.com/elcritch/sigils"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user