blob: 1d4e98ac258ab8ed6fe26e1dc51d2575482a03cc [file] [log] [blame]
{
"name": "KafkaLite",
"version": "0.0.5",
"summary": "A light weight embeddable Kafka",
"description": " \t\t\t\t A light weight and embeddable implementation of a subset of kafka to enable \n\t\t\t\t high speed event stream processing with a low memory footprint.\n",
"homepage": "https://github.com/panyam/KafkaLite",
"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/KafkaLite.git",
"tag": "V0.0.5"
},
"source_files": [
"KafkaLite",
"src/*.{h,c}"
]
}