vcpkg/ports/swenson-sort/vcpkg.json
Christopher Swenson bd83734ce9
[swenson-sort] Add new port for sort.h (#32251)
* 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
2023-06-28 01:01:12 -07:00

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