https://github.com/hasnep/roc-hex
#️⃣ A Roc library to convert to and from hexadecimal integers
https://github.com/hasnep/roc-hex
hexadecimal roc roc-lang
Last synced: 6 months ago
JSON representation
#️⃣ A Roc library to convert to and from hexadecimal integers
- Host: GitHub
- URL: https://github.com/hasnep/roc-hex
- Owner: Hasnep
- License: upl-1.0
- Created: 2023-05-29T04:51:00.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-01T03:48:00.000Z (over 2 years ago)
- Last Synced: 2025-01-21T09:27:26.348Z (over 1 year ago)
- Topics: hexadecimal, roc, roc-lang
- Homepage: https://hasnep.github.io/roc-hex
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Roc Hex
A library for working with hexadecimal numbers in Roc.
Based on the [elm-hex](https://github.com/rtfeldman/elm-hex) library for Elm.
## Licence
This repository is released under the [UPL licence](./LICENCE) and is based on the [elm-hex](https://github.com/rtfeldman/elm-hex) library which is licenced under the [BSD 3-Clause License](./LICENCE-elm-hex).