Skip to content

Commit

Permalink
add: boost.format, boost.pool
Browse files Browse the repository at this point in the history
  • Loading branch information
kassane committed Sep 4, 2024
1 parent d6cc9cf commit 8847626
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ const boost_libs = [_][]const u8{
"hof",
"interval",
"local_function",
"format",
"pool",
"callable_traits",
"compat",
"bimap",
Expand Down
8 changes: 8 additions & 0 deletions build.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,14 @@
.url = "git+https://github.com/boostorg/coroutine2#boost-1.86.0",
.hash = "1220493d37eb17822028b1ec196eed9e5d92ef5549cc1a893cccc216406afdb06207",
},
.pool = .{
.url = "git+https://github.com/boostorg/pool#boost-1.86.0",
.hash = "1220ef9959cc45f3e76c032b9f216f486d06ccee2c0b5e94bce450def54b6c3a845d",
},
.format = .{
.url = "git+https://github.com/boostorg/format#boost-1.86.0",
.hash = "122036526563e97658be92e7a673111cc6583cd7b8cce438557013ab67dc43ff686c",
},
},
.paths = .{""},
}
2 changes: 2 additions & 0 deletions update_zon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ GIT_URLS=(
"git+https://github.com/boostorg/heap#$BOOST_VERSION"
"git+https://github.com/boostorg/msm#$BOOST_VERSION"
"git+https://github.com/boostorg/coroutine2#$BOOST_VERSION"
"git+https://github.com/boostorg/pool#$BOOST_VERSION"
"git+https://github.com/boostorg/format#$BOOST_VERSION"

## Add more URLs here
)
Expand Down

0 comments on commit 8847626

Please sign in to comment.