aboutsummaryrefslogblamecommitdiffstats
path: root/library/cpp/tld/ya.make
blob: aeabbfeebf76d5cf1c735c2ad3d73a3c5635b80d (plain) (tree)
1
2
3
4
5
6
7
8
9


                      
       


                                       
 


           
        
                                 
 
     
LIBRARY()

OWNER(abolkhovityanov)

PYTHON(
    gen_tld.py tlds-alpha-by-domain.txt
    IN tlds-alpha-by-domain.txt
    STDOUT tld.inc
)

SRCS(
    tld.cpp
)

PEERDIR(
    library/cpp/digest/lower_case
)

END()