{
  "name": "kenlm",
  "version": "20230531",
  "description": "KenLM: Faster and Smaller Language Model Queries",
  "license": "LGPL-2.1",
  "supports": "!(arm64 & windows)",
  "dependencies": [
    "boost-interprocess",
    "boost-program-options",
    "boost-ptr-container",
    "boost-system",
    "boost-test",
    "boost-thread",
    "bzip2",
    "liblzma",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    },
    "zlib"
  ],
  "features": {
    "interpolate": {
      "description": "Build interpolation program",
      "supports": "!windows",
      "dependencies": [
        {
          "name": "eigen3",
          "platform": "!windows"
        }
      ]
    }
  }
}
