Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chuahou/hascurl
Haskell bindings to very small subset of libcurl
https://github.com/chuahou/hascurl
curl ffi haskell libcurl
Last synced: about 1 month ago
JSON representation
Haskell bindings to very small subset of libcurl
- Host: GitHub
- URL: https://github.com/chuahou/hascurl
- Owner: chuahou
- License: mit
- Created: 2021-05-22T04:13:00.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-05-22T11:40:29.000Z (over 3 years ago)
- Last Synced: 2024-11-30T03:29:17.488Z (about 1 month ago)
- Topics: curl, ffi, haskell, libcurl
- Language: Haskell
- Homepage:
- Size: 53.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# hascurl
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![nix build](https://github.com/chuahou/hascurl/actions/workflows/nix-build.yml/badge.svg)](https://github.com/chuahou/hascurl/actions/workflows/nix-build.yml)Simple Haskell bindings to a small subset of libcurl. Most packages available
now either seem actively maintained or provide a more feature-rich network
request experience, so this package is meant for personal use for when I only
need the very basics.