mirror of
https://github.com/fastfloat/fast_float.git
synced 2026-04-30 19:09:19 +08:00
12 lines
273 B
Python
12 lines
273 B
Python
"""fast_float number parsing library: 4x faster than strtod"""
|
|
|
|
module(
|
|
name = "fast_float",
|
|
version = "8.2.4",
|
|
compatibility_level = 8,
|
|
)
|
|
|
|
bazel_dep(name = "doctest", version = "2.4.11", dev_dependency = True)
|
|
|
|
bazel_dep(name = "rules_cc", version = "0.2.17")
|