aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/tinyexpr/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/tinyexpr/vcpkg.json')
-rw-r--r--vcpkg/ports/tinyexpr/vcpkg.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/tinyexpr/vcpkg.json b/vcpkg/ports/tinyexpr/vcpkg.json
new file mode 100644
index 0000000..7b55dfe
--- /dev/null
+++ b/vcpkg/ports/tinyexpr/vcpkg.json
@@ -0,0 +1,18 @@
+{
+ "name": "tinyexpr",
+ "version-date": "2020-09-25",
+ "port-version": 2,
+ "description": "Tiny recursive descent parser and evaluation engine in C",
+ "homepage": "https://codeplea.com/tinyexpr",
+ "license": "Zlib",
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}