blob: 2f7e8472e4b1f4120324102d9f7c2e2b3497c6da [file] [log] [blame]
{
"name": "LinkedList",
"version": "0.0.6",
"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.6"
},
"source_files": [
"LinkedList",
"LinkedList/*.{h,m}"
]
}