blob: bf733273b8cd8b601aaee9a5c10d099a7f6a87e2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"name": "libgit2",
"github": "libgit2/libgit2",
"input": "include",
"prefix": "git_",
"output": "docs",
"branch": "gh-pages",
"examples": "examples",
"legacy": {
"input": {"src/git": ["v0.1.0"],
"src/git2": ["v0.2.0", "v0.3.0"]}
}
}
|