blob: 869970d9905efdcc360245d4e7f9147bacd2732b [file] [log] [blame]
Elliott Hughes9444d882020-07-17 16:50:32 -07001name: "marisa-trie"
2description:
3 "A space-efficient trie data structure."
4
5third_party {
6 url {
7 type: HOMEPAGE
8 value: "https://github.com/s-yata/marisa-trie/"
9 }
10 url {
11 type: GIT
12 value: "https://github.com/s-yata/marisa-trie.git"
13 }
14 version: "v0.2.6"
15 last_upgrade_date { year: 2020 month: 7 day: 17 }
Bob Badour0d2199a2021-01-21 11:29:48 -080016 license_type: RESTRICTED
Elliott Hughes9444d882020-07-17 16:50:32 -070017}