ya.make 952 B

12345678910111213141516171819202122232425262728293031323334353637383940
  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.77.0)
  9. ORIGINAL_SOURCE(https://github.com/boostorg/asio/archive/boost-1.77.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. END()