mirror of
https://github.com/logos-messaging/packages.git
synced 2026-06-06 20:29:31 +00:00
Add package once (#1636)
This commit is contained in:
parent
e4f0f7b414
commit
67c7cd9deb
@ -19520,5 +19520,17 @@
|
|||||||
"description": "Cross platform system API for os and net.",
|
"description": "Cross platform system API for os and net.",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"web": "https://github.com/xflywind/async"
|
"web": "https://github.com/xflywind/async"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "once",
|
||||||
|
"url": "https://git.sr.ht/~euantorano/once.nim",
|
||||||
|
"method": "git",
|
||||||
|
"tags": [
|
||||||
|
"once",
|
||||||
|
"threading"
|
||||||
|
],
|
||||||
|
"description": "Once provides a type that will enforce that a callback is invoked only once.",
|
||||||
|
"license": "BSD3",
|
||||||
|
"web": "https://git.sr.ht/~euantorano/once.nim"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user