aboutsummaryrefslogtreecommitdiff
path: root/ports/tinyexpr/vcpkg.json
diff options
context:
space:
mode:
authormyd7349 <myd7349@gmail.com>2020-10-09 15:41:42 +0800
committerGitHub <noreply@github.com>2020-10-09 00:41:42 -0700
commitdf9c8e260e66713dcf768630cd434caf2c29bbff (patch)
treed40ebc609bb9dfefe2332beb78f252e62734eeb2 /ports/tinyexpr/vcpkg.json
parent95c0643813ad529c0fc1be8d66517b25ab131dd5 (diff)
downloadvcpkg-df9c8e260e66713dcf768630cd434caf2c29bbff.tar.gz
vcpkg-df9c8e260e66713dcf768630cd434caf2c29bbff.zip
[tinyexpr] Add new port (#13729)
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"
+}