mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:19:00 +08:00
bd83734ce9
* Add sort port for sort.h [sort.h](https://github.com/swenson/sort) is a fast C header library with many different sorting algorithms. There's not a build process, so the port is just copying the header file. Most people usually just copied the header into their project, but I thought having a vcpkg might make it easier to use sort.h * Move sort to swenson-sort
8 lines
273 B
JSON
8 lines
273 B
JSON
{
|
|
"name": "swenson-sort",
|
|
"version-date": "2021-05-22",
|
|
"description": "sort.h is an implementation of a ton of sorting algorithms in C with a user-defined type that is provided at include time.",
|
|
"homepage": "https://github.com/swenson/sort",
|
|
"license": "MIT"
|
|
}
|