blob: d656ae76ae40ab84f8660ed7cc7f88b59102ef74 [file] [log] [blame]
Narayan Kamathf163f692012-09-14 15:02:00 +01001URL: http://marisa-trie.googlecode.com/files/marisa-0.1.4.tar.gz
2Version: 0.1.4
3License: New BSD
4License File: LICENSE
5
6Description:
7C++ library providing implementation of Matching
8Algorithm with Recursively Implemented StorAge (MARISA) -- static and
9space-efficient trie data structure.
10
11
12Homepage: http://code.google.com/p/marisa-trie/
13
14Local Modifications:
15- Remove files under vs2008/ as we don't need to build under
16 visual studio.
Narayan Kamath0172f3c2012-09-14 16:05:45 +010017- Changes to string.h to avoid a header collision with the C
18 standard header with the same name.
19- Apply patch 30551945 from alexgru to fix a critical bug.
Alexander Gutkin132a22e2012-10-17 15:20:00 +010020- Remove all the exceptions: see <android_diff.txt> for details.