ya.make 220 B

123456789101112131415161718192021
  1. LIBRARY()
  2. RUN_PYTHON3(
  3. gen_tld.py tlds-alpha-by-domain.txt
  4. IN tlds-alpha-by-domain.txt
  5. STDOUT tld.inc
  6. )
  7. SRCS(
  8. tld.cpp
  9. )
  10. PEERDIR(
  11. library/cpp/digest/lower_case
  12. )
  13. END()
  14. RECURSE_FOR_TESTS(
  15. ut
  16. )