Skip to content

Commit 1ddf4a0

Browse files
Rename package
1 parent 5741957 commit 1ddf4a0

File tree

2 files changed

+3
-23
lines changed

2 files changed

+3
-23
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import PackageDescription
33

44
let package = Package(
5-
name: "Clibgit2",
5+
name: "swift-libgit2",
66
products: [
77
.library(name: "Clibgit2", targets: ["Clibgit2"]),
88
],

README.md

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,5 @@
1-
# Clibgit2 – Swift Package for libgit2
1+
# Swift libgit2
22

3-
This Swift package provides access to the libgit2 C API without any Swift API overlay.
4-
5-
## Usage
6-
7-
Include this package as a dependency like so:
8-
9-
```swift
10-
let package = Package(
11-
// ...
12-
dependencies: [
13-
.package(url: "https://github.com/Formkunft/Clibgit2", from: "1.9.0"),
14-
],
15-
targets: [
16-
.target(
17-
// ...
18-
dependencies: [
19-
"Clibgit2",
20-
]),
21-
]
22-
)
23-
```
3+
Swift libgit2 is a package that provides access to the libgit2 C API without any Swift API overlay.
244

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

0 commit comments

Comments
 (0)