diff options
Diffstat (limited to 'vcpkg/ports/mexce/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/mexce/vcpkg.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/vcpkg/ports/mexce/vcpkg.json b/vcpkg/ports/mexce/vcpkg.json new file mode 100644 index 0000000..38954ce --- /dev/null +++ b/vcpkg/ports/mexce/vcpkg.json @@ -0,0 +1,8 @@ +{ + "name": "mexce", + "version": "1.0.0", + "description": "Header-only JIT compiler for scalar mathematical expressions.", + "homepage": "https://github.com/imakris/mexce", + "license": "BSD-2-Clause", + "supports": "(windows | linux) & (x86 | x64)" +} |