2015-02-09 23:02:17 -05:00
|
|
|
{
|
|
|
|
"name": "mpc",
|
2016-06-11 14:11:19 +01:00
|
|
|
"version": "0.8.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"]
|
|
|
|
}
|