diff options
Diffstat (limited to 'vcpkg/ports/sfsexp/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/sfsexp/vcpkg.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/vcpkg/ports/sfsexp/vcpkg.json b/vcpkg/ports/sfsexp/vcpkg.json new file mode 100644 index 0000000..7f77e08 --- /dev/null +++ b/vcpkg/ports/sfsexp/vcpkg.json @@ -0,0 +1,12 @@ +{ + "name": "sfsexp", + "version": "1.4.1", + "description": "Small Fast S-Expression Library", + "homepage": "https://github.com/mjsottile/sfsexp", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + } + ] +} |