blob: 9a94c1ce3420dbe2b1005823efa074979871054b [file]
"""fast_float number parsing library: 4x faster than strtod"""
module(
name = "fast_float",
version = "8.2.4",
compatibility_level = 6,
)
bazel_dep(name = "rules_cc", version = "0.2.17")
bazel_dep(name = "doctest", version = "2.4.11", dev_dependency = True)