]> git.proxmox.com Git - libgit2.git/blame - package.json
Upload to experimental
[libgit2.git] / package.json
CommitLineData
ac3d33df
JK
1{
2 "name": "libgit2",
c25aa7cd 3 "version": "1.3.0",
ac3d33df
JK
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}