https://github.com/pmunch/nimbleutils
A Nimble package to inspect Nimble packages
https://github.com/pmunch/nimbleutils
Last synced: 4 months ago
JSON representation
A Nimble package to inspect Nimble packages
- Host: GitHub
- URL: https://github.com/pmunch/nimbleutils
- Owner: PMunch
- Created: 2023-02-14T15:22:22.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-26T10:57:41.000Z (almost 2 years ago)
- Last Synced: 2025-10-05T21:32:45.851Z (9 months ago)
- Language: Nim
- Size: 9.77 KB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nimbleutils
Utilities for working with Nimble packages. Currently offers a single procedure
`getPackage` which runs `nimble dump` and parses the entire output into a useful
object. This can be used to discover information about a package.
The idea of this package is to collect more useful procedures to work with
Nimble packages. If you have a cool Nimble hack lying around please contribute.