testline/src/list/clib.json

18 lines
305 B
JSON

{
"name": "list",
"version": "0.4.1",
"repo": "clibs/list",
"description": "Simple linked list",
"keywords": ["list", "structure"],
"license": "MIT",
"src": [
"src/list_iterator.c",
"src/list.c",
"src/list_node.c",
"src/list.h"
],
"development": {
"bench": "*"
}
}