Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxgio92/go-rpm
https://github.com/maxgio92/go-rpm
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/maxgio92/go-rpm
- Owner: maxgio92
- Created: 2022-08-20T16:34:21.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-24T19:21:00.000Z (about 2 years ago)
- Last Synced: 2024-06-20T20:52:39.542Z (5 months ago)
- Language: Go
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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
```