]> git.proxmox.com Git - libgit2.git/blob - package.json
bump version to 1.5.0+ds-6~bpo11+pve1
[libgit2.git] / package.json
1 {
2 "name": "libgit2",
3 "version": "1.5.0",
4 "repo": "https://github.com/libgit2/libgit2",
5 "description": " A cross-platform, linkable library implementation of Git that you can use in your application.",
6 "install": "mkdir build && cd build && cmake .. && cmake --build ."
7 }