aboutsummaryrefslogtreecommitdiff
path: root/ports/tinyexpr/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'ports/tinyexpr/vcpkg.json')
-rw-r--r--ports/tinyexpr/vcpkg.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/ports/tinyexpr/vcpkg.json b/ports/tinyexpr/vcpkg.json
new file mode 100644
index 000000000..6ed72b483
--- /dev/null
+++ b/ports/tinyexpr/vcpkg.json
@@ -0,0 +1,7 @@
+{
+ "name": "tinyexpr",
+ "version-string": "2020-09-25",
+ "description": "Tiny recursive descent parser and evaluation engine in C",
+ "homepage": "https://codeplea.com/tinyexpr",
+ "license": "Zlib"
+}