Difference between revisions of "Libgit2"
(Debian import) |
(libgit2-1.1.0) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
{{Entry | {{Entry | ||
|Name=Libgit2 | |Name=Libgit2 | ||
− | |Short description= | + | |Short description=Library providing Git core methods. |
− | |Full description= | + | |Full description='''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. |
− | |||
− | entrant | ||
|Homepage URL=http://libgit2.github.com/ | |Homepage URL=http://libgit2.github.com/ | ||
− | | | + | |Is High Priority Project=No |
− | | | + | |VCS checkout command=git clone https://github.com/libgit2/libgit2.git |
− | | | + | |Documentation note=https://libgit2.org/docs/ |
− | | | + | |Decommissioned or Obsolete=No |
− | | | + | |Version identifier=1.1.0 |
+ | |Version date=2020/10/12 | ||
+ | |Version status=stable | ||
+ | |Version download=https://github.com/libgit2/libgit2/releases/tag/v1.1.0 | ||
+ | |Last review by=Genium | ||
+ | |Last review date=2020/10/23 | ||
+ | |Submitted date=2015-07-17 | ||
+ | |User level=advanced | ||
+ | |Accepts cryptocurrency donations=No | ||
+ | |Test entry=No | ||
|Is GNU=No | |Is GNU=No | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
}} | }} | ||
{{Project license | {{Project license | ||
Line 59: | Line 56: | ||
}} | }} | ||
{{Project license | {{Project license | ||
− | |||
|License copyright=Copyright 2008, The Android Open Source Project | |License copyright=Copyright 2008, The Android Open Source Project | ||
|License verified by=Debian: Russell Sim <russell.sim@gmail.com> | |License verified by=Debian: Russell Sim <russell.sim@gmail.com> | ||
Line 66: | Line 62: | ||
}} | }} | ||
{{Project license | {{Project license | ||
− | |||
|License copyright=Copyright 1990, Regents of the University of California. | |License copyright=Copyright 1990, Regents of the University of California. | ||
|License verified by=Debian: Russell Sim <russell.sim@gmail.com> | |License verified by=Debian: Russell Sim <russell.sim@gmail.com> | ||
Line 108: | Line 103: | ||
}} | }} | ||
{{Project license | {{Project license | ||
− | |||
|License copyright=Copyright 1989, 1993, 1994, The Regents of the University of California. | |License copyright=Copyright 1989, 1993, 1994, The Regents of the University of California. | ||
|License verified by=Debian: Russell Sim <russell.sim@gmail.com> | |License verified by=Debian: Russell Sim <russell.sim@gmail.com> | ||
Line 209: | Line 203: | ||
}} | }} | ||
{{Resource | {{Resource | ||
+ | |Resource audience=Debian | ||
+ | |Resource kind=Developer | ||
+ | |Resource URL=https://tracker.debian.org/pkg/libgit2 | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource audience=GitHub | ||
|Resource kind=Download | |Resource kind=Download | ||
− | |Resource URL= | + | |Resource URL=https://github.com/libgit2/libgit2/releases |
+ | }} | ||
+ | {{Resource | ||
+ | |Resource audience=GitHub | ||
+ | |Resource kind=VCS Repository Webview | ||
+ | |Resource URL=https://github.com/libgit2/libgit2 | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource audience=GitHub | ||
+ | |Resource kind=Bug Tracking | ||
+ | |Resource URL=https://github.com/libgit2/libgit2/issues | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource audience=Wikidata | ||
+ | |Resource kind=General | ||
+ | |Resource URL=https://www.wikidata.org/wiki/Q21286731 | ||
+ | }} | ||
+ | {{Software category | ||
+ | |Interface=library | ||
+ | |Runs-on=Windows, BSD, OS X, GNU/Linux, iOS | ||
+ | |Use=software-development | ||
+ | |Version-control=git | ||
+ | }} | ||
+ | {{Featured}} | ||
+ | {{Import | ||
+ | |Date=2015-07-17 | ||
+ | |Source=Debian | ||
+ | |Source link=http://packages.debian.org/sid/libgit2 | ||
}} | }} |
Latest revision as of 16:06, 23 October 2020
Libgit2
http://libgit2.github.com/
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.
Licensing
License
Verified by
Verified on
Notes
License
Verified by
Debian: Russell Sim <russell.sim@gmail.com>
Verified on
10 February 2015
Notes
License: lgpl-2.1+
License
Verified by
Debian: Russell Sim <russell.sim@gmail.com>
Verified on
10 February 2015
Notes
License: isc
License
Verified by
Debian: Russell Sim <russell.sim@gmail.com>
Verified on
10 February 2015
Notes
License: cc0
License
Verified by
Debian: Russell Sim <russell.sim@gmail.com>
Verified on
10 February 2015
Notes
License: php-3.01
License
Verified by
Debian: Russell Sim <russell.sim@gmail.com>
Verified on
10 February 2015
Notes
License: edl-1.0
License
Verified by
Debian: Russell Sim <russell.sim@gmail.com>
Verified on
10 February 2015
Notes
License: mit
License
Verified by
Debian: Russell Sim <russell.sim@gmail.com>
Verified on
10 February 2015
Notes
License: gpl-2 with linking exception
GPL-2 with linking exception
Note that the only valid version of the GPL as far as this project is concerned is _this_ particular version of the license (ie v2, not v2.2 or v3.x or whatever), unless explicitly otherwise stated.
LINKING EXCEPTION
In addition to the permissions in the GNU General Public License, the authors give you unlimited permission to link the compiled version of this library into combinations with other programs, and to distribute those combinations without any restriction coming from the use of this file. (The General Public License restrictions do apply in other respects; for example, they cover modification of the file, and distribution when not linked into a combined executable.)
On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-
licenses/GPL-2".
Verified by
Debian: Russell Sim <russell.sim@gmail.com>
Verified on
10 February 2015
Notes
License: bsd-2-clause
Verified by
Debian: Russell Sim <russell.sim@gmail.com>
Verified on
10 February 2015
Notes
License: bsd-3-clause
License
Verified by
Debian: Russell Sim <russell.sim@gmail.com>
Verified on
10 February 2015
Notes
License: zlib
License
Verified by
Debian: Russell Sim <russell.sim@gmail.com>
Verified on
10 February 2015
Notes
License: mit with ngnix extension
License
Verified by
Debian: Russell Sim <russell.sim@gmail.com>
Verified on
10 February 2015
Notes
License: gpl-2 with linking exception, origin admission
GPL-2 with linking exception, origin admission libgit2 is Copyright (C) 2009-2011 the libgit2 contributors, unless otherwise stated. See the AUTHORS file for details.
Note that the only valid version of the GPL as far as this project is concerned is _this_ particular version of the license (ie v2, not v2.2 or v3.x or whatever), unless explicitly otherwise stated.
LINKING EXCEPTION
In addition to the permissions in the GNU General Public License, the authors give you unlimited permission to link the compiled version of this library into combinations with other programs, and to distribute those combinations without any restriction coming from the use of this file. (The General Public License restrictions do apply in other respects; for example, they cover modification of the file, and distribution when not linked into a combined executable.)
On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common- licenses/GPL-2".
The priority queue implementation is based on code licensed under the Apache 2.0 license:
Copyright 2010 Volkan Yazıcı <volkan.yazici@gmail.com> Copyright 2006-2010 The Apache Software Foundation
The full text of the Apache 2.0 license is available at:
http://www.apache.org/licenses/LICENSE-2.0
Leaders and contributors
Resources and communication
Audience | Resource type | URI |
---|---|---|
GitHub | Bug Tracking | https://github.com/libgit2/libgit2/issues |
GitHub | VCS Repository Webview | https://github.com/libgit2/libgit2 |
Debian | Developer | https://tracker.debian.org/pkg/libgit2 |
GitHub | Download | https://github.com/libgit2/libgit2/releases |
Wikidata | General | https://www.wikidata.org/wiki/Q21286731 |
Software prerequisites
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.
The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.