ya.make 989 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. # Generated by devtools/yamaker from nixpkgs 22.11.
  2. LIBRARY()
  3. LICENSE(
  4. BSL-1.0 AND
  5. Mit-Old-Style
  6. )
  7. LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
  8. VERSION(1.86.0)
  9. ORIGINAL_SOURCE(https://github.com/boostorg/multi_index/archive/boost-1.86.0.tar.gz)
  10. PEERDIR(
  11. contrib/restricted/boost/assert
  12. contrib/restricted/boost/bind
  13. contrib/restricted/boost/config
  14. contrib/restricted/boost/container_hash
  15. contrib/restricted/boost/core
  16. contrib/restricted/boost/integer
  17. contrib/restricted/boost/iterator
  18. contrib/restricted/boost/move
  19. contrib/restricted/boost/mpl
  20. contrib/restricted/boost/preprocessor
  21. contrib/restricted/boost/smart_ptr
  22. contrib/restricted/boost/static_assert
  23. contrib/restricted/boost/throw_exception
  24. contrib/restricted/boost/tuple
  25. contrib/restricted/boost/type_traits
  26. contrib/restricted/boost/utility
  27. )
  28. ADDINCL(
  29. GLOBAL contrib/restricted/boost/multi_index/include
  30. )
  31. NO_COMPILER_WARNINGS()
  32. NO_UTIL()
  33. END()