vcpkg/ports/plf-queue/vcpkg.json
2024-03-15 18:32:43 -07:00

7 lines
278 B
JSON

{
"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"
}