https://github.com/libgit2-racket/native-libs
Native libgit2 shared libraries for Racket
https://github.com/libgit2-racket/native-libs
libgit2 racket
Last synced: 18 days ago
JSON representation
Native libgit2 shared libraries for Racket
- Host: GitHub
- URL: https://github.com/libgit2-racket/native-libs
- Owner: libgit2-racket
- License: mit
- Created: 2019-02-07T19:14:08.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2023-07-13T21:05:53.000Z (about 3 years ago)
- Last Synced: 2026-06-22T00:10:46.517Z (about 1 month ago)
- Topics: libgit2, racket
- Homepage: https://pkgs.racket-lang.org/package/libgit2-native-libs
- Size: 25.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-Apache-2.0.txt
Awesome Lists containing this project
README
# Native `libgit2` packages for Racket: `main`
This repository packages the [libgit2](https://libgit2.org) shared library for
the Racket package system.
Platform-specific packages and the [`libgit2-native-libs`](./native-libs)
meta-package reside on orphan branches of this repository. The
[`build-scripts`](./build-scripts) branch contains the code used to generate
the packages.
This `main` branch serves primarily as a navigational aide.
Rather than using these packages directly, you should probably instead use the
Racket [`libgit2`](https://pkgs.racket-lang.org/package/libgit2) package,
which provides Racket bindings to libgit2.
## License
The libgit2 shared library is under the license
`(`[`GPL-2.0-only`](https://spdx.org/licenses/GPL-2.0-only.html)` WITH
`[`GCC-exception-2.0`](https://spdx.org/licenses/GCC-exception-2.0.html)`)`.
The exception grants “unlimited permission to link the compiled version
of” libgit2 “into combinations with other programs, and to distribute
those combinations without any restriction coming from the use of”
libgit2: see the platform-specific packages for further details.
The build scripts and other miscellaneous files added as part of the
Racket packaging are distributed under the
[`Apache-2.0`](https://spdx.org/licenses/Apache-2.0.html) license or the
[`MIT`](https://spdx.org/licenses/MIT.html) license, at your option
(i.e. the same license as Racket). By making a contribution, you are
agreeing that your contribution is licensed under the `Apache-2.0`
license and the `MIT` license.