aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/fast-double-parser/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/fast-double-parser/vcpkg.json')
-rw-r--r--vcpkg/ports/fast-double-parser/vcpkg.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/fast-double-parser/vcpkg.json b/vcpkg/ports/fast-double-parser/vcpkg.json
new file mode 100644
index 0000000..446aea4
--- /dev/null
+++ b/vcpkg/ports/fast-double-parser/vcpkg.json
@@ -0,0 +1,17 @@
+{
+ "name": "fast-double-parser",
+ "version": "0.8.1",
+ "description": "Fast function to parse strings into double (binary64) floating-point values, enforces the RFC 7159 (JSON standard) grammar: 4x faster than strtod",
+ "homepage": "https://github.com/lemire/fast_double_parser",
+ "license": "Apache-2.0",
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}