1Name: ceval 2URL: https://github.com/erstan/ceval-single-header 3Version: 1ed80ae78ba7bef1744b1ccdffc6c6802eeec8fa 4License: MIT 5License File: LICENSE 6Shipped: no 7 8Description: 9A C/C++ header for parsing and evaluation of arithmetic expressions. 10 11Description of the patches: 12 13- 0001-remove-sprintf.patch 14 15 This patch removes uses of sprintf() and replaces them with snprintf(). 16