diff options
Diffstat (limited to 'vcpkg/ports/spirit-po/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/spirit-po/vcpkg.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vcpkg/ports/spirit-po/vcpkg.json b/vcpkg/ports/spirit-po/vcpkg.json new file mode 100644 index 0000000..0c28073 --- /dev/null +++ b/vcpkg/ports/spirit-po/vcpkg.json @@ -0,0 +1,13 @@ +{ + "name": "spirit-po", + "version": "1.1.2", + "port-version": 4, + "description": "A header-only C++ library for localization using GNU gettext po files, based on Boost.Spirit.", + "homepage": "https://github.com/cbeck88/spirit-po", + "dependencies": [ + "boost-fusion", + "boost-optional", + "boost-spirit", + "boost-variant" + ] +} |