{
  "name": "hpx",
  "href": "https://vcpkg.link/ports/hpx",
  "supports": "!(windows & x86)",
  "published_at": "2024-06-19T21:07:05.000Z",
  "is_deprecated": false,
  "is_featured": false,
  "documentation_href": null,
  "homepage_href": "https://github.com/STEllAR-GROUP/hpx",
  "description": [
    "The C++ Standards Library for Concurrency and Parallelism",
    "HPX is a C++ Standards Library for Concurrency and Parallelism. It implements all of the corresponding facilities as defined by the C++ Standard. Additionally, in HPX we implement functionalities proposed as part of the ongoing C++ standardization process. We also extend the C++ Standard APIs to the distributed case."
  ],
  "license": "BSL-1.0",
  "version": {
    "type": "semver",
    "value": "1.10.0",
    "port": 1
  },
  "commit": {
    "tree_href": "https://github.com/microsoft/vcpkg/tree/6db51d86a9c2796581d74c9a7eb46e52ee8cb7eb/ports/hpx",
    "hash": "6db51d86a9c2796581d74c9a7eb46e52ee8cb7eb"
  },
  "repository": {
    "type": "github",
    "href": "https://github.com/STEllAR-GROUP/hpx",
    "stars": 2690
  },
  "dependencies": [
    {
      "name": "asio",
      "href": "https://vcpkg.link/ports/asio",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "boost-accumulators",
      "href": "https://vcpkg.link/ports/boost-accumulators",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "boost-config",
      "href": "https://vcpkg.link/ports/boost-config",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "boost-context",
      "href": "https://vcpkg.link/ports/boost-context",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "boost-dynamic-bitset",
      "href": "https://vcpkg.link/ports/boost-dynamic-bitset",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "boost-exception",
      "href": "https://vcpkg.link/ports/boost-exception",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "boost-filesystem",
      "href": "https://vcpkg.link/ports/boost-filesystem",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "boost-iostreams",
      "href": "https://vcpkg.link/ports/boost-iostreams",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "boost-lockfree",
      "href": "https://vcpkg.link/ports/boost-lockfree",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "boost-range",
      "href": "https://vcpkg.link/ports/boost-range",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "boost-spirit",
      "href": "https://vcpkg.link/ports/boost-spirit",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "boost-system",
      "href": "https://vcpkg.link/ports/boost-system",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "boost-throw-exception",
      "href": "https://vcpkg.link/ports/boost-throw-exception",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "boost-variant",
      "href": "https://vcpkg.link/ports/boost-variant",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "boost-winapi",
      "href": "https://vcpkg.link/ports/boost-winapi",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "gperftools",
      "href": "https://vcpkg.link/ports/gperftools",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "linux"
    },
    {
      "name": "hwloc",
      "href": "https://vcpkg.link/ports/hwloc",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "pkgconf",
      "href": "https://vcpkg.link/ports/pkgconf",
      "is_host": true,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "vcpkg-cmake",
      "href": "https://vcpkg.link/ports/vcpkg-cmake",
      "is_host": true,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "vcpkg-cmake-config",
      "href": "https://vcpkg.link/ports/vcpkg-cmake-config",
      "is_host": true,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    }
  ],
  "dev_dependencies": [],
  "features": [
    {
      "name": "bzip2",
      "default": [
        "all"
      ],
      "description": [
        "Build with bzip2 compression"
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "bzip2",
          "href": "https://vcpkg.link/ports/bzip2",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    },
    {
      "name": "cuda",
      "default": [],
      "description": [
        "Build with CUDA support"
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "cuda",
          "href": "https://vcpkg.link/ports/cuda",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    },
    {
      "name": "mpi",
      "default": [
        "all"
      ],
      "description": [
        "Build with MPI parcelport"
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "mpi",
          "href": "https://vcpkg.link/ports/mpi",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    },
    {
      "name": "snappy",
      "default": [
        "all"
      ],
      "description": [
        "Build with snappy compression"
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "snappy",
          "href": "https://vcpkg.link/ports/snappy",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    },
    {
      "name": "zlib",
      "default": [
        "all"
      ],
      "description": [
        "Build with zlib compression"
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "zlib",
          "href": "https://vcpkg.link/ports/zlib",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    }
  ]
}