xref: /aosp_15_r20/external/angle/src/third_party/ceval/README.chromium (revision 8975f5c5ed3d1c378011245431ada316dfb6f244)
1Name: ceval
2URL: https://github.com/erstan/ceval-single-header
3Version: 1ed80ae78ba7bef1744b1ccdffc6c6802eeec8fa
4Revision: 1ed80ae78ba7bef1744b1ccdffc6c6802eeec8fa
5License: MIT
6License File: LICENSE
7Security Critical: no
8Shipped: no
9
10Description:
11A C/C++ header for parsing and evaluation of arithmetic expressions.
12
13Description of the patches:
14
15- 0001-remove-sprintf.patch
16
17  This patch removes uses of sprintf() and replaces them with snprintf().
18