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