ya.make 784 B

1234567891011121314151617181920212223242526272829303132333435
  1. # Generated by devtools/yamaker from nixpkgs 22.11.
  2. LIBRARY()
  3. LICENSE(BSL-1.0)
  4. LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
  5. VERSION(1.83.0)
  6. ORIGINAL_SOURCE(https://github.com/boostorg/lexical_cast/archive/boost-1.83.0.tar.gz)
  7. PEERDIR(
  8. contrib/restricted/boost/array
  9. contrib/restricted/boost/assert
  10. contrib/restricted/boost/config
  11. contrib/restricted/boost/container
  12. contrib/restricted/boost/core
  13. contrib/restricted/boost/integer
  14. contrib/restricted/boost/numeric_conversion
  15. contrib/restricted/boost/range
  16. contrib/restricted/boost/static_assert
  17. contrib/restricted/boost/throw_exception
  18. contrib/restricted/boost/type_traits
  19. )
  20. ADDINCL(
  21. GLOBAL contrib/restricted/boost/lexical_cast/include
  22. )
  23. NO_COMPILER_WARNINGS()
  24. NO_UTIL()
  25. END()