ya.make 843 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. # Generated by devtools/yamaker from nixpkgs 22.05.
  2. LIBRARY()
  3. LICENSE(
  4. BSL-1.0 AND
  5. Mit-Old-Style
  6. )
  7. LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
  8. OWNER(
  9. g:cpp-contrib
  10. g:taxi-common
  11. )
  12. VERSION(1.81.0)
  13. ORIGINAL_SOURCE(https://github.com/boostorg/interprocess/archive/boost-1.81.0.tar.gz)
  14. PEERDIR(
  15. contrib/restricted/boost/assert
  16. contrib/restricted/boost/config
  17. contrib/restricted/boost/container
  18. contrib/restricted/boost/core
  19. contrib/restricted/boost/integer
  20. contrib/restricted/boost/intrusive
  21. contrib/restricted/boost/move
  22. contrib/restricted/boost/static_assert
  23. contrib/restricted/boost/type_traits
  24. contrib/restricted/boost/unordered
  25. contrib/restricted/boost/winapi
  26. )
  27. ADDINCL(
  28. GLOBAL contrib/restricted/boost/interprocess/include
  29. )
  30. NO_COMPILER_WARNINGS()
  31. NO_UTIL()
  32. END()