aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/spirit-po/vcpkg.json
blob: 0c28073acec1fd2103a2b0436dfc66c50543e1a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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"
  ]
}