purescript-bridge alternatives and similar packages
Based on the "Web" category.
Alternatively, view purescript-bridge alternatives based on common mentions on social networks and blogs.
-
servant
Servant is a Haskell DSL for describing, serving, querying, mocking, documenting web applications and more! -
haskell-bitmex-rest
swagger-codegen contains a template-driven engine to generate documentation, API clients and server stubs in different languages by parsing your OpenAPI / Swagger definition. -
swagger-petstore
swagger-codegen contains a template-driven engine to generate documentation, API clients and server stubs in different languages by parsing your OpenAPI / Swagger definition. -
neuron
Future-proof note-taking and publishing based on Zettelkasten (superseded by Emanote: https://github.com/srid/emanote) -
tagsoup
Haskell library for parsing and extracting information from (possibly malformed) HTML/XML documents -
keera-hails-reactive-htmldom
Keera Hails: Haskell on Rails - Reactive Programming Framework for Interactive Haskell applications -
ghcjs-dom
Make Document Object Model (DOM) apps that run in any browser and natively using WebKitGtk
CodeRabbit: AI Code Reviews for Developers

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of purescript-bridge or a related project?
README
purescript-bridge
Translate your Haskell types to PureScript types. It should in theory work for almost all Haskell types, including type constructors! You just have to instantiate it with dummy parameters from e.g. "Language.PureScript.Bridge.TypeParameters".
Data type translation is fully and easily customizable by providing your own BridgePart
instances!
JSON encoding / decoding
For compatible JSON representations you should be using aeson's generic encoding/decoding with default options
and encodeJson
and decodeJson
from "Data.Argonaut.Generic.Aeson" in purescript-argonaut-generic-codecs.
Documentation
Usage of this library is documented in Language.Purescript.Bridge
, with writePSTypes
you should have everything to get started. Documentation can be found here.
Status
It works for my use case and is used in production. PRs for more PSType
s definitions and bridges are very welcome!