Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nanopb/nanopb.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-06-26Adds Bazel build supportNathaniel Brough
2021-02-02Buildify BUILD and WORKSPACE files (#633)Matthew Simmons
For Bazel build system support.
2017-07-09bazel: Add WORKSPACEKamal Marhubi
A WORKSPACE file is required for bazel to build the project. The conventional naming is similar to Java packages with all special characters including dots replaced by underscores.