aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/marisa-trie/ya.make
blob: 490eef9afa223b09ba9fbf9ed17ab9a5e3473bd5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
PY23_LIBRARY()

LICENSE(MIT)

VERSION(0.7.5)

NO_COMPILER_WARNINGS()

ADDINCL(
    contrib/python/marisa-trie
)

SRCS(
    marisa/agent.cc
    marisa/keyset.cc
    marisa/trie.cc

    marisa/grimoire/io/mapper.cc
    marisa/grimoire/io/reader.cc
    marisa/grimoire/io/writer.cc
    marisa/grimoire/trie/louds-trie.cc
    marisa/grimoire/trie/tail.cc
    marisa/grimoire/vector/bit-vector.cc
)

PY_SRCS(
    TOP_LEVEL
    marisa_trie.pyx
)

NO_LINT()

END()