ya.make 830 B

12345678910111213141516171819202122232425262728293031323334353637383940
  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/lexical_cast/archive/boost-1.81.0.tar.gz)
  11. PEERDIR(
  12. contrib/restricted/boost/array
  13. contrib/restricted/boost/assert
  14. contrib/restricted/boost/config
  15. contrib/restricted/boost/container
  16. contrib/restricted/boost/core
  17. contrib/restricted/boost/integer
  18. contrib/restricted/boost/numeric_conversion
  19. contrib/restricted/boost/range
  20. contrib/restricted/boost/static_assert
  21. contrib/restricted/boost/throw_exception
  22. contrib/restricted/boost/type_traits
  23. )
  24. ADDINCL(
  25. GLOBAL contrib/restricted/boost/lexical_cast/include
  26. )
  27. NO_COMPILER_WARNINGS()
  28. NO_UTIL()
  29. END()