libgit2 1.9.0
Library providing Git core methods
Libgit2 is a portable, pure C implementation of the Git core methods provided as a re-entrant linkable library with a solid API, allowing you to write native speed custom Git applications in any language with bindings.
- Outputs:
debug
,out
- Website: https://libgit2.org/
- Licenses: GPL 2
- Package source: gnu/packages/version-control.scm
- Builds: See build status
- Issues: See known issues
Installation
Install libgit2 1.9.0
as follows:
guix install libgit2@1.9.0
Or install the latest version:
guix install libgit2
The libgit2
package provides more outputs besides the default (out
). You can install them by appending :output-name
to the package specification. For example:
guix install libgit2:debug
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.