diff options
Diffstat (limited to 'vcpkg/ports/xorstr/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/xorstr/vcpkg.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vcpkg/ports/xorstr/vcpkg.json b/vcpkg/ports/xorstr/vcpkg.json new file mode 100644 index 0000000..35b772b --- /dev/null +++ b/vcpkg/ports/xorstr/vcpkg.json @@ -0,0 +1,7 @@ +{ + "name": "xorstr", + "version-date": "2021-11-20", + "description": "Heavily vectorized c++17 compile time string encryption", + "homepage": "https://github.com/JustasMasiulis/xorstr", + "license": "Apache-2.0" +} |