https://github.com/clovyr/clovyr
Watch this repo's releases for notifications about new libraries and major releases
https://github.com/clovyr/clovyr
Last synced: 7 months ago
JSON representation
Watch this repo's releases for notifications about new libraries and major releases
- Host: GitHub
- URL: https://github.com/clovyr/clovyr
- Owner: clovyr
- Created: 2018-10-01T18:54:47.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2020-06-20T13:23:52.000Z (almost 6 years ago)
- Last Synced: 2025-04-13T16:47:10.276Z (about 1 year ago)
- Homepage:
- Size: 3.91 KB
- Stars: 16
- Watchers: 9
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Clovyr
[Watch](https://github.com/clovyr/clovyr/subscription) this repo's releases for notifications about new libraries and major releases.
## Libraries
### Haskell
- [aeson-yaml](https://github.com/clovyr/aeson-yaml): Encode any Aeson (JSON) value as YAML (in pure Haskell). This library does not depend on any external YAML library with C bindings, like `yaml`, or a restrictive license, like `HsYaml` (GPLv3). It also works with GHCJS and Eta.
- [string-fromto](https://github.com/clovyr/string-fromto): A collection of predictably-named functions (e.g. byteStringToString) that convert between the common string types, as well as to and from Base16, Base32, and Base64.