ya.make 987 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. # Generated by devtools/yamaker from nixpkgs 22.11.
  2. LIBRARY()
  3. LICENSE(
  4. BSL-1.0 AND
  5. Public-Domain
  6. )
  7. LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
  8. VERSION(1.83.0)
  9. ORIGINAL_SOURCE(https://github.com/boostorg/asio/archive/boost-1.83.0.tar.gz)
  10. PEERDIR(
  11. contrib/libs/openssl
  12. contrib/restricted/boost/align
  13. contrib/restricted/boost/array
  14. contrib/restricted/boost/assert
  15. contrib/restricted/boost/bind
  16. contrib/restricted/boost/chrono
  17. contrib/restricted/boost/config
  18. contrib/restricted/boost/core
  19. contrib/restricted/boost/coroutine
  20. contrib/restricted/boost/date_time
  21. contrib/restricted/boost/function
  22. contrib/restricted/boost/regex
  23. contrib/restricted/boost/smart_ptr
  24. contrib/restricted/boost/system
  25. contrib/restricted/boost/throw_exception
  26. contrib/restricted/boost/type_traits
  27. contrib/restricted/boost/utility
  28. )
  29. ADDINCL(
  30. GLOBAL contrib/restricted/boost/asio/include
  31. )
  32. NO_COMPILER_WARNINGS()
  33. NO_UTIL()
  34. END()