vcpkg/ports/plf-queue/vcpkg.json

7 lines
278 B
JSON
Raw Normal View History

2024-03-16 09:32:43 +08:00
{
"name": "plf-queue",
"version": "2.2",
"description": "A data container replicating std::queue functionality but with better performance than standard library containers in a queue context. C++98/03/11/14/etc-compatible.",
"homepage": "https://plflib.org/queue.htm"
}