Skip to content

Conversation

@BYVoid
Copy link
Contributor

@BYVoid BYVoid commented Oct 31, 2024

Hi authors of fast_double_parser,

I recently ported this excellent library to the Bazel Central Registry. Originated from Google's internal tools, Bazel is an open-source build tool adopted by many companies in the industry as well as open source projects. With Bazel, users can simply import this library by defining in their project MODULE.bazel:

bazel_dep(name = "fast_double_parser", version = "0.8.0")

Bazel Central Registry: https://registry.bazel.build/modules/fast_double_parser

Although the build rules are added into the repository of the Bazel Central Registry here, it would be still a great idea to upstream the change to the original repository.

As you can see, the build rule is really simple, so it shouldn't add much maintenance cost to this project. With this patch, you can also run bazel test //:unit to run the unit test. If you are interested, I can also help add build rules for the benchmark.

Best regards,
Carbo

@lemire
Copy link
Owner

lemire commented Oct 31, 2024

Merging.

@lemire lemire merged commit 22ac461 into lemire:master Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants