blob: 9938537e304ed3c4047b159d6452ca77b70a9aac [file] [log] [blame]
{
"name": "LinkedList",
"version": "0.0.11",
"summary": "A simple doubly linked list implementation",
"description": " \t\t\t\t A raw C based implementation of a doubly linked list implementation to build from.\n",
"homepage": "https://github.com/panyam/LinkedList",
"license": "Apache License, Version 2.0",
"authors": {
"Sri Panyam": "sri.panyam@gmail.com"
},
"social_media_url": "http://panyam.wordpress.com",
"source": {
"git": "https://github.com/panyam/LinkedList.git",
"tag": "v0.0.11"
},
"source_files": [
"LinkedList",
"LinkedList/*.{h,m}"
]
}