haskell-flatbuffers icon indicating copy to clipboard operation
haskell-flatbuffers copied to clipboard

An implementation of the flatbuffers protocol in Haskell.

Results 4 haskell-flatbuffers issues
Sort by recently updated
recently updated
newest added

* add (broken) unit test to demonstrate #12 * split out integration test suite (so that people without flatc and a Scala server running can still run the unit tests)

Probably should add an upper bound on text to prevent the solver from choosing new versions of text.

Some FlatBuffers field names clash with Haskell reserved words, as in the Apache Arrow schema : https://github.com/apache/arrow/blob/master/format/Schema.fbs#L471 The problem is that 'type' (and possibly others) are legal field names in...

Hi! I'm interested in a fullstack reuse of flatbuffers via GHCJS, but one obvious obstacle on the path is the current cbits implementation for `utf8length`. Would you be open for...