mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-07 00:23:10 +00:00
Added package netbuff (#1915)
This commit is contained in:
parent
d90b84dffb
commit
1e67d4077b
@ -22675,8 +22675,8 @@
|
|||||||
"description": "Wrapper for SystemVerilog VPI headers vpi_user.h and sv_vpi_user.h",
|
"description": "Wrapper for SystemVerilog VPI headers vpi_user.h and sv_vpi_user.h",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"web": "https://github.com/kaushalmodi/nim-svvpi"
|
"web": "https://github.com/kaushalmodi/nim-svvpi"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "ptr_math",
|
"name": "ptr_math",
|
||||||
"url": "https://github.com/kaushalmodi/ptr_math",
|
"url": "https://github.com/kaushalmodi/ptr_math",
|
||||||
"method": "git",
|
"method": "git",
|
||||||
@ -22688,5 +22688,18 @@
|
|||||||
"description": "Pointer arithmetic library",
|
"description": "Pointer arithmetic library",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"web": "https://github.com/kaushalmodi/ptr_math"
|
"web": "https://github.com/kaushalmodi/ptr_math"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "netbuff",
|
||||||
|
"url": "https://github.com/jakubDoka/netbuff",
|
||||||
|
"method": "git",
|
||||||
|
"tags": [
|
||||||
|
"net",
|
||||||
|
"buffer",
|
||||||
|
"macros"
|
||||||
|
],
|
||||||
|
"description": "Fast and unsafe byte buffering for intensive network data transfer.",
|
||||||
|
"license": "MIT",
|
||||||
|
"web": "https://github.com/jakubDoka/netbuff"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user