mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-02 21:34:15 +00:00
14 lines
267 B
Plaintext
14 lines
267 B
Plaintext
{
|
|
"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"]}
|
|
}
|
|
}
|