2015-02-09 23:02:17 -05:00
|
|
|
{
|
|
|
|
"name": "mpc",
|
2018-10-14 17:20:11 -04:00
|
|
|
"version": "0.9.8",
|
2015-02-09 23:02:17 -05:00
|
|
|
"repo": "orangeduck/mpc",
|
|
|
|
"description": "A Parser Combinator library for C",
|
|
|
|
"keywords": ["parser", "combinator", "library", "c", "mpc"],
|
|
|
|
"license": "BSD",
|
|
|
|
"src": ["mpc.c", "mpc.h"]
|
|
|
|
}
|