ya.make 684 B

123456789101112131415161718192021222324252627282930313233343536
  1. # Generated by devtools/yamaker from nixpkgs 22.05.
  2. LIBRARY()
  3. LICENSE(BSL-1.0)
  4. LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
  5. OWNER(
  6. g:cpp-contrib
  7. g:taxi-common
  8. )
  9. VERSION(1.81.0)
  10. ORIGINAL_SOURCE(https://github.com/boostorg/numeric_conversion/archive/boost-1.81.0.tar.gz)
  11. PEERDIR(
  12. contrib/restricted/boost/config
  13. contrib/restricted/boost/conversion
  14. contrib/restricted/boost/core
  15. contrib/restricted/boost/mpl
  16. contrib/restricted/boost/preprocessor
  17. contrib/restricted/boost/throw_exception
  18. contrib/restricted/boost/type_traits
  19. )
  20. ADDINCL(
  21. GLOBAL contrib/restricted/boost/numeric_conversion/include
  22. )
  23. NO_COMPILER_WARNINGS()
  24. NO_UTIL()
  25. END()