Popularity
5.4
Stable
Activity
4.2
Stable
6
3
5
Monthly Downloads: 28
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Latest version: v1.0.1
servant-xml alternatives and similar packages
Based on the "servant" category.
Alternatively, view servant-xml 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! -
servant-generate
Generate default implementations for servers in a flexible way (a.k.a servant-mock on steroids)
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
Promo
coderabbit.ai

Do you think we are missing an alternative of servant-xml or a related project?
README
servant-xml
Servant support for XML.
Types with a ToXml
instance will be automatically marshalled into XML
and successfully returned by Servant endpoints.
Types with a FromXml
instance can be decoded from request bodies.
In implementing these typeclass instances, you can use the primatives
found in the xmlbf
library.