Roll src/third_party/WebKit a7dac35:614cd2f (svn 190788:190793)
[chromium-blink-merge.git] / third_party / liblouis / README.chromium
bloba40a4e4070d45254005899632667a9d6202f479e
1 Name: Braille Translation Library
2 Short Name: liblouis
3 URL: https://github.com/liblouis/liblouis
4 Version: 2.6.0
5 License: LGPL3 and GPL3
6 License Android Compatible: No
7 License File: LICENSE
8 Security Critical: yes
10 Description:
11 Liblouis is an open-source braille translator and back-translator. It
12 features support for computer and literary braille, and supports
13 contracted and uncontracted translation for many languages.
15 libloius is used in a native client binary in ChromeVox and not linked into
16 Chrome itself.
18 Local Modifications:
20 * Add manually created liblouis.h with compiler warning fix.
21 * Add minimal config.h.
22 * Add tables.json, a list of tables with metadata.
23 * Add cvox-common.cti with common definitions for all tables mentioned in
24   tables.json.
25 * Add a wrapper to expose the library in native client.