Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.