diff options
| author | myd7349 <myd7349@gmail.com> | 2020-10-09 15:41:42 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-09 00:41:42 -0700 |
| commit | df9c8e260e66713dcf768630cd434caf2c29bbff (patch) | |
| tree | d40ebc609bb9dfefe2332beb78f252e62734eeb2 /ports/tinyexpr/vcpkg.json | |
| parent | 95c0643813ad529c0fc1be8d66517b25ab131dd5 (diff) | |
| download | vcpkg-df9c8e260e66713dcf768630cd434caf2c29bbff.tar.gz vcpkg-df9c8e260e66713dcf768630cd434caf2c29bbff.zip | |
[tinyexpr] Add new port (#13729)
Diffstat (limited to 'ports/tinyexpr/vcpkg.json')
| -rw-r--r-- | ports/tinyexpr/vcpkg.json | 7 |
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" +} |
