boost_tuple 0.1.0

Boost C++ library boost_tuple packaged using Zanbil
Documentation
[package]
name = "boost_tuple"
description = "Boost C++ library boost_tuple packaged using Zanbil"
version = "0.1.0"
edition = "2024"
links = "boost_tuple"
license = "BSL-1.0"
repository = "https://github.com/zanbilify/boost_tuple"

[package.metadata.zanbil]
make_dependencies_public = true

[dependencies]
boost_config = { version = "0.1.0", path = "../boost_config" }
boost_core = { version = "0.1.0", path = "../boost_core" }
boost_static_assert = { version = "0.1.0", path = "../boost_static_assert" }
boost_type_traits = { version = "0.1.0", path = "../boost_type_traits" }

[build-dependencies]
zanbil-boost-build = "0.1.0"