jbeder / yaml-cpp

A YAML parser and emitter in C++
MIT License
4.91k stars 1.78k forks source link

Bazel module builds #1224

Closed stonier closed 9 months ago

stonier commented 9 months ago

This paves the way for a bazel build, module style (with the goal of then publishing it on the bazel-central-registry).

NB: The traditional means of bazel building coexists side-by-side, i.e. uses WORKSPACE for it's dependencies and no --enable_bzlmod flag.