vcpkg/ports/frozen/vcpkg.json
Ryan b42db817a8
[frozen] Update to 1.1.1 (#25151)
* update to 1.1.1

* add license field

* quote paths

* add versions
2022-06-09 08:57:25 -07:00

18 lines
669 B
JSON

{
"name": "frozen",
"version": "1.1.1",
"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",
"license": "Apache-2.0",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}