mirror of
https://github.com/boostorg/url.git
synced 2026-01-19 04:42:15 +00:00
20 lines
382 B
JSON
20 lines
382 B
JSON
{
|
|
"key": "url",
|
|
"name": "URL",
|
|
"authors": [
|
|
"Vinnie Falco",
|
|
"Alan de Freitas"
|
|
],
|
|
"description": "URL parsing in C++11",
|
|
"category": [
|
|
"Containers",
|
|
"Data",
|
|
"IO"
|
|
],
|
|
"maintainers": [
|
|
"Vinnie Falco <vinnie.falco@gmail.com>",
|
|
"Alan de Freitas <alandefreitas@gmail.com>"
|
|
],
|
|
"cxxstd": "11"
|
|
}
|