blob: 88dc46f3c03f6294df552f85ec381eb275e0f6bd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{
"name": "mfl",
"version": "0.0.1",
"description": "Computes the layout information for mathematical formulas provided in TeX-like syntax.",
"homepage": "https://github.com/cpp-niel/mfl",
"license": "MIT",
"supports": "static",
"dependencies": [
"cairo",
"doctest",
"fmt",
"freetype",
"harfbuzz",
"range-v3"
]
}
|