Skip to content
This repository was archived by the owner on Jun 8, 2023. It is now read-only.

therealbnut/swift-libgit2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Swift libgit2

This is a Swift package manager module map for libgit2. It assumes that you installed libgit2 with a prefix of /usr/local, which is the default for homebrew (brew install libgit2).

It's intended to just expose the c library to Swift.

To use add this to your Package.swift file dependencies:

.Package(url: "https://github.com/therealbnut/swift-libgit2.git", majorVersion: 1)

You can then import it like this:

import Git2

About

Swift Bindings for libgit2

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages