[package]
name = "boost_lambda"
description = "Boost C++ library boost_lambda packaged using Zanbil"
version = "0.1.0"
edition = "2024"
links = "boost_lambda"
license = "BSL-1.0"
repository = "https://github.com/zanbilify/boost_lambda"
[package.metadata.zanbil]
make_dependencies_public = true
[dependencies]
boost_bind = { version = "0.1.0", path = "../boost_bind" }
boost_config = { version = "0.1.0", path = "../boost_config" }
boost_core = { version = "0.1.0", path = "../boost_core" }
boost_detail = { version = "0.1.0", path = "../boost_detail" }
boost_iterator = { version = "0.1.0", path = "../boost_iterator" }
boost_mpl = { version = "0.1.0", path = "../boost_mpl" }
boost_preprocessor = { version = "0.1.0", path = "../boost_preprocessor" }
boost_tuple = { version = "0.1.0", path = "../boost_tuple" }
boost_type_traits = { version = "0.1.0", path = "../boost_type_traits" }
boost_utility = { version = "0.1.0", path = "../boost_utility" }
[build-dependencies]
zanbil-boost-build = "0.1.0"