ya.make 917 B

123456789101112131415161718192021222324252627282930313233343536373839
  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.69.0)
  9. ORIGINAL_SOURCE(https://github.com/boostorg/asio/archive/boost-1.69.0.tar.gz)
  10. PEERDIR(
  11. contrib/libs/openssl
  12. contrib/restricted/boost/array
  13. contrib/restricted/boost/assert
  14. contrib/restricted/boost/bind
  15. contrib/restricted/boost/chrono
  16. contrib/restricted/boost/config
  17. contrib/restricted/boost/core
  18. contrib/restricted/boost/coroutine
  19. contrib/restricted/boost/date_time
  20. contrib/restricted/boost/function
  21. contrib/restricted/boost/regex
  22. contrib/restricted/boost/smart_ptr
  23. contrib/restricted/boost/system
  24. contrib/restricted/boost/throw_exception
  25. contrib/restricted/boost/type_traits
  26. contrib/restricted/boost/utility
  27. )
  28. ADDINCL(
  29. GLOBAL contrib/restricted/boost/asio/include
  30. )
  31. END()