bindings-DSL VS hs-zstd

Compare bindings-DSL vs hs-zstd and see what are their differences.

bindings-DSL

Library and macros to simplify writing Haskell FFI code (by rethab)

hs-zstd

Bindings to the Zstandard library to make it usable from the Haskell programming language. (by luispedro)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
bindings-DSL hs-zstd
1 1
38 4
- -
0.0 3.5
over 1 year ago 2 months ago
Haskell Haskell
BSD 3-clause "New" or "Revised" License BSD 3-clause "New" or "Revised" License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

bindings-DSL

Posts with mentions or reviews of bindings-DSL. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-07-26.
  • Using C libraries in Haskell with Cabal
    5 projects | /r/haskell | 26 Jul 2022
    Maybe you could write a FFI-Library for Raylib with the help of [bindings-dsl](https://github.com/rethab/bindings-dsl/wiki). I haven't tried anything similar myself, but would also be interested if this would be feasible.

hs-zstd

Posts with mentions or reviews of hs-zstd. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-07-26.
  • Using C libraries in Haskell with Cabal
    5 projects | /r/haskell | 26 Jul 2022
    It kinda depends on how easy it is to build the C library, but assuming you can basically just list the files to point the C compiler at, yeah, it's not that hard to just include the C library in your project itself. The zstd library on Hackage does this (source on Github).

What are some alternatives?

When comparing bindings-DSL and hs-zstd you can also consider the following projects:

OpenCL - Haskell high-level wrapper for OpenCL

zip-conduit - Working with zip archives via conduits.

bindings-levmar - Low level Haskell bindings to the C levmar (Levenberg-Marquardt) library

zlib - Compression and decompression in the gzip and zlib formats

missing-foreign - Convenience functions for FFI work in Haskell

lz4 - Haskell bindings to lz4

henet - Haskell bindings for ENet

zip - Efficient library for manipulating zip archives

bindings-libusb - Low level bindings to libusb

snappy - Fast Haskell bindings to Google's Snappy compression library

zeromq-haskell

base91 - A Base91 Encoder & Decoder for Haskell