ya.make 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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.86.0)
  6. ORIGINAL_SOURCE(https://github.com/boostorg/xpressive/archive/boost-1.86.0.tar.gz)
  7. PEERDIR(
  8. contrib/restricted/boost/assert
  9. contrib/restricted/boost/config
  10. contrib/restricted/boost/conversion
  11. contrib/restricted/boost/core
  12. contrib/restricted/boost/exception
  13. contrib/restricted/boost/fusion
  14. contrib/restricted/boost/integer
  15. contrib/restricted/boost/iterator
  16. contrib/restricted/boost/lexical_cast
  17. contrib/restricted/boost/mpl
  18. contrib/restricted/boost/numeric_conversion
  19. contrib/restricted/boost/optional
  20. contrib/restricted/boost/preprocessor
  21. contrib/restricted/boost/proto
  22. contrib/restricted/boost/range
  23. contrib/restricted/boost/smart_ptr
  24. contrib/restricted/boost/static_assert
  25. contrib/restricted/boost/throw_exception
  26. contrib/restricted/boost/type_traits
  27. contrib/restricted/boost/typeof
  28. contrib/restricted/boost/utility
  29. )
  30. ADDINCL(
  31. GLOBAL contrib/restricted/boost/xpressive/include
  32. )
  33. NO_COMPILER_WARNINGS()
  34. NO_UTIL()
  35. END()