-
Notifications
You must be signed in to change notification settings - Fork 67
/
index.html
196 lines (195 loc) · 5.91 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
---
layout: default
---
<div id='front-main'>
<section id='intro'>
<p>
libgit2 is a <strong>portable</strong>, <strong>pure C implementation</strong> 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 that supports C bindings.
</p>
</section>
<section id='features'>
<ul>
<li id='cross-platform'>
<img src="images/libgit2/[email protected]" />
<h3>Cross-Platform</h3>
<p>Linux, macOS, iOS, and Windows are fully tested and supported.</p>
</li>
<li id='c89'>
<img src="images/libgit2/[email protected]" />
<h3>Portable C</h3>
<p>Written in a well-supported subset of C99. Builds in GCC, Clang and MSVC.</p>
</li>
<li id='zero-dependencies'>
<img src="images/libgit2/[email protected]" />
<h3>Minimal Dependencies</h3>
<p>We use the libraries that are on your system, and you can opt-out of any dependencies.</p>
</li>
<li id='permissive-licensiing'>
<img src="images/libgit2/[email protected]" />
<h3>Permissive Licensing</h3>
<p>GPLv2 with a Linking Exception that lets you use it with open or proprietary software.</p>
</li>
</ul>
</section>
<section id='production-usage'>
<h5>Trusted and used in production by</h5>
<div class="row">
<a href="https://github.com/" target="_blank">
<img src="images/libgit2/[email protected]" alt="GitHub" width="83" height="38" />
</a>
<a href="https://www.microsoft.com/" target="_blank">
<img src="images/libgit2/[email protected]" alt="Microsoft" width="150" height="32" />
</a>
<a href="https://www.plasticscm.com/" target="_blank">
<img src="images/libgit2/[email protected]" alt="Plastic SCM" width="139" height="29" />
</a>
</div>
<div class="row">
<a href="https://beanstalkapp.com/" target="_blank">
<img src="images/libgit2/[email protected]" alt="Beanstalk" width="118" height="37" />
</a>
<a href="https://www.striata.com/" target="_blank">
<img src="images/libgit2/[email protected]" alt="Striata" width="104" height="25" />
</a>
<a href="https://visualstudio.microsoft.com/xamarin/" target="_blank">
<img src="images/libgit2/[email protected]" alt="Xamarin" width="133" height="32" />
</a>
</div>
<div class="row">
<a href="https://www.canonical.com/" target="_blank">
<img src="images/libgit2/[email protected]" alt="Canonical" width="150" height="20" />
</a>
<a href="https://bitbucket.org/" target="_blank">
<img src="images/libgit2/[email protected]" alt="Bitbucket" width="150" height="38" />
</a>
<a href="https://about.gitlab.com/" target="_blank">
<img src="images/libgit2/[email protected]" alt="GitLab" width="134" height="42" />
</a>
</div>
<div class="row">
<a href="https://www.gitkraken.com/" target="_blank">
<img src="images/libgit2/[email protected]" alt="GitKraken" width="150" height="36" />
</a>
<a href="https://www.versionsql.com/" target="_blank">
<img src="images/libgit2/[email protected]" alt="VersionSQL" width="134" height="25" />
</a>
</div>
</section>
</div>
<aside class='sidebar'>
<h4>Language Bindings</h4>
<ul id='primary-languages'>
<li id='rugged'>
<img src="images/libgit2/[email protected]" width="40" height="40" />
<h6>Ruby</h6>
<h5>
<a href="https://github.com/libgit2/rugged">Rugged</a>
</h5>
</li>
<li id='libgit2sharp'>
<img src="images/libgit2/[email protected]" width="94" height="39" />
<h6>.Net & Mono</h6>
<h5>
<a href="https://github.com/libgit2/libgit2sharp">LibGit2Sharp</a>
</h5>
</li>
<li id='objective-c'>
<img src="images/libgit2/[email protected]" width="46" height="51" />
<h6>Objective-C</h6>
<h5>
<a href="https://github.com/libgit2/objective-git">objective-git</a>
</h5>
</li>
</ul>
<ul class='additional-languages'>
<li>
<img src="images/libgit2/[email protected]" />
<h6>Python</h6>
<h5>
<a href="http://www.pygit2.org/">pygit2</a>
</h5>
</li>
<li>
<img src="images/libgit2/[email protected]" />
<h6>Perl</h6>
<h5>
<a href="https://github.com/jacquesg/p5-Git-Raw">Git::Raw</a>
</h5>
</li>
<li>
<img src="images/libgit2/[email protected]" />
<h6>Node.js</h6>
<h5>
<a href="https://github.com/nodegit/nodegit">nodegit</a>
</h5>
</li>
<li>
<img src="images/libgit2/[email protected]" />
<h6>Go</h6>
<h5>
<a href="https://github.com/libgit2/git2go">git2go</a>
</h5>
</li>
<li>
<img src="images/libgit2/[email protected]" />
<h6>Erlang</h6>
<h5>
<a href="https://github.com/carlosmn/geef">Geef</a>
</h5>
</li>
<li>
<img src="images/libgit2/[email protected]" />
<h6>GObject</h6>
<h5>
<a href="http://git.gnome.org/browse/libgit2-glib">libgit2-glib</a>
</h5>
</li>
</ul>
<ul class='additional-languages'>
<li>
<img src="images/libgit2/[email protected]" />
<h6>Lua</h6>
<h5>
<a href="https://github.com/libgit2/luagit2">luagit2</a>
</h5>
</li>
<li>
<img src="images/libgit2/[email protected]" />
<h6>Parrot VM</h6>
<h5>
<a href="https://github.com/letolabs/parrot-libgit2">parrot-libgit2</a>
</h5>
</li>
<li>
<img src="images/libgit2/[email protected]" />
<h6>C++ Qt</h6>
<h5>
<a href="https://quickgit.kde.org/?p=libqgit2.git">libqgit2</a>
</h5>
</li>
<li>
<img src="images/libgit2/[email protected]" />
<h6>PHP</h6>
<h5>
<a href="https://github.com/garvins/php-git">php-git</a>
</h5>
</li>
<li>
<img src="images/libgit2/[email protected]" />
<h6>Chicken Scheme</h6>
<h5>
<a href="https://wiki.call-cc.org/egg/git">chicken-git</a>
</h5>
</li>
<li>
<img src="images/libgit2/[email protected]" />
<h6>D</h6>
<h5>
<a href="https://github.com/s-ludwig/dlibgit">dlibgit</a>
</h5>
</li>
</ul>
<ul class='additional-languages'>
<a href="https://github.com/libgit2/libgit2#language-bindings">And many more</a>
</ul>
</aside>