-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddon-info.json
More file actions
16 lines (15 loc) · 834 Bytes
/
addon-info.json
File metadata and controls
16 lines (15 loc) · 834 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"name" : "vim-clang",
"version" : "dev",
"author" : "Luc Hermitte <http://github.com/LucHermitte>",
"maintainer" : "Luc Hermitte <http://github.com/LucHermitte>",
"repository" : {"type": "git", "url": "git://github.com/LucHermitte/vim-clang.git"},
"dependencies" : {
"lh-vim-lib" : {"type" : "git", "url" : "git@github.com:LucHermitte/lh-vim-lib.git"},
"lh-dev" : {"type": "git", "git": "git@github.com:LucHermitte/lh-dev.git"},
"build-tools-wrapper" : {"type": "git", "url": "git@github.com:LucHermitte/vim-build-tools-wrapper.git"},
"clang_complete" : {"type": "git", "url": "git://github.com/Rip-Rip/clang_complete.git"}
},
"description" : "VimL script to interact with clang_indexer DB, and libclang",
"homepage" : "http://github.com/LucHermitte/vim-clang"
}