mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-05 23:53:08 +00:00
Added package drng (#1808)
This commit is contained in:
parent
fff6fe1f7e
commit
1cda7007eb
@ -21532,5 +21532,17 @@
|
|||||||
"description": "Converts html to karax.",
|
"description": "Converts html to karax.",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"web": "https://github.com/nim-lang-cn/html2karax"
|
"web": "https://github.com/nim-lang-cn/html2karax"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "drng",
|
||||||
|
"url": "https://github.com/rockcavera/nim-drng",
|
||||||
|
"method": "git",
|
||||||
|
"tags": [
|
||||||
|
"drng",
|
||||||
|
"rng"
|
||||||
|
],
|
||||||
|
"description": "Provides access to the rdrand and rdseed instructions. Based on Intel's DRNG Library (libdrng)",
|
||||||
|
"license": "MIT",
|
||||||
|
"web": "https://github.com/rockcavera/nim-drng"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user