Popularity
2.2
Declining
Activity
0.0
Stable
5
2
0

Monthly Downloads: 8
Programming language: Haskell
License: MIT License
Tags: Records    
Latest version: v0.2.1.0

microgroove alternatives and similar packages

Based on the "Records" category.
Alternatively, view microgroove alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of microgroove or a related project?

Add another 'Records' Package

README

microgroove

Microgroove supports type-safe positional heterogeneous records similar to vinyl and SOP.

Microgroove can be used for lightweight statically specified polymorphic records just like vinyl, but also dynamic record types that are only provided at run-time, such as receiving an arbitrary JSON protocol.

build

The recommended way to build microgroove is via stack with stack build

contribute

Array-backed records have been merged into vinyl as ARecs! Please continue to contribute further development there.