Config.in 299 B

123456789
  1. config BR2_PACKAGE_LIBGIT2
  2. bool "libgit2"
  3. select BR2_PACKAGE_ZLIB
  4. help
  5. libgit2 is a portable, pure C implementation of the Git core
  6. methods provided as a linkable library with a solid API,
  7. allowing to build Git functionality into your application.
  8. https://github.com/libgit2/libgit2