{"id":60347,"library":"boost-hana","title":"Boost.Hana","description":"Boost hana module","status":"active","version":"1.90.0","language":"cpp","source_language":null,"source_url":null,"tags":["boost","hana","metaprogramming","tuple","functional"],"install":[{"cmd":"vcpkg install boost-hana","lang":"bash","label":"vcpkg"},{"cmd":"# CMakeLists.txt\nfind_package(boost_hana CONFIG REQUIRED)\ntarget_link_libraries(main PRIVATE Boost::hana)","lang":"cmake","label":"CMake"}],"dependencies":[],"imports":[{"symbol":"boost/hana.hpp","correct":"#include <boost/hana.hpp>"}],"quickstart":{"code":"#include <boost/hana.hpp>\n#include <iostream>\n\nint main() {\n    auto tuple = boost::hana::make_tuple(1, 'a', 2.5);\n    std::cout << boost::hana::size(tuple) << std::endl;\n    return 0;\n}","lang":"cpp","description":"Create a heterogeneous tuple and print its size"},"warnings":[{"fix":"Set CMAKE_CXX_STANDARD to 14 or higher","message":"Header-only; requires C++14 or later","severity":"gotcha","affected_versions":"*"}],"env_vars":null,"search_vec":"'boost':2,5 'boost.hana':1 'function':9 'hana':3,6 'metaprogram':7 'modul':4 'tupl':8","created_at":"2026-06-16T19:26:53.818124+00:00","updated_at":"2026-06-16T19:26:53.818124+00:00","problems":[],"ecosystem":"vcpkg","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}