servant-foreign: Helpers for generating clients for servant APIs in any programming language

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Helper types and functions for generating client functions for servant APIs in any programming language

This package provides types and functions that collect all the data needed to generate client functions in the programming language of your choice. This effectively means you only have to write the code that "pretty-prints" this data as some code in your target language.

See the servant-js package for an example

CHANGELOG


[Skip to Readme]

Properties

Versions 0.5, 0.6, 0.6.1, 0.7, 0.7.1, 0.8, 0.8.1, 0.9, 0.9.0.1, 0.9.1, 0.9.1.1, 0.10, 0.10.1, 0.10.2, 0.11, 0.11.1, 0.15, 0.15.1, 0.15.2, 0.15.2, 0.15.3, 0.15.4, 0.16
Change log CHANGELOG.md
Dependencies base (>=4.9 && <4.15), base-compat (>=0.10.5 && <0.12), http-types (>=0.12.2 && <0.13), lens (>=4.17 && <4.20), servant (>=0.18 && <0.19), text (>=1.2.3.0 && <1.3) [details]
License BSD-3-Clause
Copyright 2015-2019 Servant Contributors
Author Servant Contributors
Maintainer haskell-servant-maintainers@googlegroups.com
Category Servant, Web
Home page http://docs.servant.dev/
Bug tracker http://github.com/haskell-servant/servant/issues
Source repo head: git clone http://github.com/haskell-servant/servant.git
Uploaded by MatthiasFischmann at 2020-09-01T12:22:57Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for servant-foreign-0.15.2

[back to package description]

servant-foreign

servant

Types and helpers for generating clients for servant servers in arbitrary programming languages.