vcpkg/ports/frozen/vcpkg.json
Ryan c6f863b236
[frozen] Update to latest commit (#17451)
* convert control file

* update frozen to latest commit

* cleanup redundancies

* cleanup deprecated functions

* disable tests

* add version
2021-04-29 08:03:59 -07:00

17 lines
652 B
JSON

{
"name": "frozen",
"version-date": "2021-04-22",
"description": "Header-only library that provides 0 cost initialization for immutable containers and various algorithms. Frozen provides:immutable (a.k.a. frozen), constexpr-compatible versions of std::set, std::unordered_set, std::map and std::unordered_map and 0-cost initialization version of std::search for frozen needles using Boyer-Moore or Knuth-Morris-Pratt algorithms.",
"homepage": "https://github.com/serge-sans-paille/frozen",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}