mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-05 23:53:08 +00:00
Added package cppany (#2417)
This commit is contained in:
parent
1adf1a425f
commit
46ea543fb3
@ -27957,8 +27957,8 @@
|
|||||||
"description": "SMTP client implementation (originally in the stdlib).",
|
"description": "SMTP client implementation (originally in the stdlib).",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"web": "https://github.com/nim-lang/smtp"
|
"web": "https://github.com/nim-lang/smtp"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "asyncftpclient",
|
"name": "asyncftpclient",
|
||||||
"url": "https://github.com/nim-lang/asyncftpclient",
|
"url": "https://github.com/nim-lang/asyncftpclient",
|
||||||
"method": "git",
|
"method": "git",
|
||||||
@ -27970,5 +27970,16 @@
|
|||||||
"description": "FTP client implementation (originally in the stdlib).",
|
"description": "FTP client implementation (originally in the stdlib).",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"web": "https://github.com/nim-lang/asyncftpclient"
|
"web": "https://github.com/nim-lang/asyncftpclient"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "cppany",
|
||||||
|
"url": "https://github.com/sls1005/cppany",
|
||||||
|
"method": "git",
|
||||||
|
"tags": [
|
||||||
|
"cpp"
|
||||||
|
],
|
||||||
|
"description": "A wrapper for C++'s std::any",
|
||||||
|
"license": "MIT",
|
||||||
|
"web": "https://github.com/sls1005/cppany"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user