ya.make 633 B

1234567891011121314151617181920212223242526272829303132
  1. # Generated by devtools/yamaker from nixpkgs 22.11.
  2. LIBRARY()
  3. LICENSE(BSD-3-Clause)
  4. LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
  5. VERSION(3.3.0)
  6. ORIGINAL_SOURCE(https://github.com/google/double-conversion/archive/v3.3.0.tar.gz)
  7. ADDINCL(
  8. GLOBAL contrib/libs/double-conversion
  9. )
  10. NO_COMPILER_WARNINGS()
  11. NO_UTIL()
  12. SRCS(
  13. double-conversion/bignum-dtoa.cc
  14. double-conversion/bignum.cc
  15. double-conversion/cached-powers.cc
  16. double-conversion/double-to-string.cc
  17. double-conversion/fast-dtoa.cc
  18. double-conversion/fixed-dtoa.cc
  19. double-conversion/string-to-double.cc
  20. double-conversion/strtod.cc
  21. )
  22. END()