File: MODULE.bazel

package info (click to toggle)
fast-float 8.0.0-0.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 872 kB
  • sloc: cpp: 6,819; ansic: 3,414; python: 366; sh: 37; makefile: 8
file content (9 lines) | stat: -rw-r--r-- 223 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
"""fast_float number parsing library: 4x faster than strtod"""

module(
    name = "fast_float",
    version = "6.1.6",
    compatibility_level = 6,
)

bazel_dep(name = "doctest", version = "2.4.11", dev_dependency = True)