vcpkg/versions/s-/swenson-sort.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

10 lines
158 B
JSON

{
"versions": [
{
"git-tree": "df8ebeee5f40cc3cfc5d7c88e858621ef3622270",
"version-date": "2021-05-22",
"port-version": 0
}
]
}