https://github.com/maxgio92/go-rpm
https://github.com/maxgio92/go-rpm
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/maxgio92/go-rpm
- Owner: maxgio92
- Created: 2022-08-20T16:34:21.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-10T14:37:45.000Z (over 1 year ago)
- Last Synced: 2025-01-26T00:13:59.302Z (over 1 year ago)
- Language: Go
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RPM repository parser
> Under development
From `mirrorURL` and `repoURI`:
```go
mirrorURL = "https://mirrors.edge.kernel.org/centos"
repoURI = "/8-stream/BaseOS/x86_64/os"
```
returns the list of provided packages with related metadata.
## Run a demo
```
go run main.go
```