ya.make 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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/spirit/archive/boost-1.84.0.tar.gz)
  7. PEERDIR(
  8. contrib/restricted/boost/array
  9. contrib/restricted/boost/assert
  10. contrib/restricted/boost/config
  11. contrib/restricted/boost/core
  12. contrib/restricted/boost/endian
  13. contrib/restricted/boost/function
  14. contrib/restricted/boost/function_types
  15. contrib/restricted/boost/fusion
  16. contrib/restricted/boost/integer
  17. contrib/restricted/boost/io
  18. contrib/restricted/boost/iterator
  19. contrib/restricted/boost/move
  20. contrib/restricted/boost/mpl
  21. contrib/restricted/boost/optional
  22. contrib/restricted/boost/phoenix
  23. contrib/restricted/boost/pool
  24. contrib/restricted/boost/preprocessor
  25. contrib/restricted/boost/proto
  26. contrib/restricted/boost/range
  27. contrib/restricted/boost/smart_ptr
  28. contrib/restricted/boost/static_assert
  29. contrib/restricted/boost/thread
  30. contrib/restricted/boost/throw_exception
  31. contrib/restricted/boost/type_traits
  32. contrib/restricted/boost/typeof
  33. contrib/restricted/boost/unordered
  34. contrib/restricted/boost/utility
  35. contrib/restricted/boost/variant
  36. )
  37. ADDINCL(
  38. GLOBAL contrib/restricted/boost/spirit/include
  39. )
  40. NO_COMPILER_WARNINGS()
  41. NO_UTIL()
  42. END()