aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/frozen/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/frozen/vcpkg.json')
-rw-r--r--vcpkg/ports/frozen/vcpkg.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/frozen/vcpkg.json b/vcpkg/ports/frozen/vcpkg.json
new file mode 100644
index 0000000..51dcd56
--- /dev/null
+++ b/vcpkg/ports/frozen/vcpkg.json
@@ -0,0 +1,17 @@
+{
+ "name": "frozen",
+ "version": "1.2.0",
+ "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
+ }
+ ]
+}