Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jbytecode/statsbase
Basic statistics functions for V language
https://github.com/jbytecode/statsbase
Last synced: 22 days ago
JSON representation
Basic statistics functions for V language
- Host: GitHub
- URL: https://github.com/jbytecode/statsbase
- Owner: jbytecode
- License: mit
- Created: 2022-08-25T17:19:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-05T20:51:07.000Z (4 months ago)
- Last Synced: 2024-10-15T16:57:06.903Z (2 months ago)
- Language: V
- Size: 30.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# statsbase
Basic statistics functions for V language# Test
```V
make test
```# Build
```V
make build
```