Skip to content

Axelexer/Clibgit2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clibgit2 – Swift Package for libgit2

This Swift package provides access to the libgit2 C API without any Swift API overlay.

Usage

Include this package as a dependency like so:

let package = Package(
	// ...
	dependencies: [
		.package(url: "https://github.com/Formkunft/Clibgit2", from: "1.9.0"),
	],
	targets: [
		.target(
			// ...
			dependencies: [
				"Clibgit2",
			]),
	]
)

The version numbers of this package follow the version numbers of libgit2.

About

Swift Package of libgit2 for iOS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 100.0%