ya.make 987 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  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.84.0)
  6. ORIGINAL_SOURCE(https://github.com/boostorg/range/archive/boost-1.84.0.tar.gz)
  7. PEERDIR(
  8. contrib/restricted/boost/array
  9. contrib/restricted/boost/assert
  10. contrib/restricted/boost/concept_check
  11. contrib/restricted/boost/config
  12. contrib/restricted/boost/container_hash
  13. contrib/restricted/boost/conversion
  14. contrib/restricted/boost/core
  15. contrib/restricted/boost/detail
  16. contrib/restricted/boost/iterator
  17. contrib/restricted/boost/mpl
  18. contrib/restricted/boost/optional
  19. contrib/restricted/boost/preprocessor
  20. contrib/restricted/boost/regex
  21. contrib/restricted/boost/static_assert
  22. contrib/restricted/boost/tuple
  23. contrib/restricted/boost/type_traits
  24. contrib/restricted/boost/utility
  25. )
  26. ADDINCL(
  27. GLOBAL contrib/restricted/boost/range/include
  28. )
  29. NO_COMPILER_WARNINGS()
  30. NO_UTIL()
  31. END()