ya.make 210 B

12345678910111213141516171819
  1. LIBRARY()
  2. OWNER(abolkhovityanov)
  3. PYTHON(
  4. gen_tld.py tlds-alpha-by-domain.txt
  5. IN tlds-alpha-by-domain.txt
  6. STDOUT tld.inc
  7. )
  8. SRCS(
  9. tld.cpp
  10. )
  11. PEERDIR(
  12. library/cpp/digest/lower_case
  13. )
  14. END()