aboutsummaryrefslogtreecommitdiff
path: root/libs/libmstch
Commit message (Collapse)AuthorAge
* libmstch: Switch HOST to HOSTPKGRosen Penev2019-06-17
| | | | | | | | HOST should be used by tools only, not for host packages. Other minor cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libmstch: add mstch libraryAmol Bhave2019-05-09
mstch is an implementation of the the mustache templates using C++. This package will build mstch static library that can be used by other packages. Signed-off-by: Amol Bhave <ambhave@fb.com>