typed-wire: WIP: Language idependent type-safe communication

[ library, mit, program, web ] [ Propose Tags ]

Please see README.md


[Skip to Readme]

Modules

[Last Documentation]

  • TW
    • TW.Ast
    • TW.BuiltIn
    • TW.Check
    • CodeGen
      • TW.CodeGen.Elm
      • TW.CodeGen.Haskell
    • TW.JsonRepr
    • TW.Loader
    • TW.Parser

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.2.0.0, 0.2.1.0, 0.2.1.1, 0.2.1.2, 0.2.1.3, 0.3.0.0, 0.3.1.0, 0.3.1.1
Dependencies base (>=4.7 && <5), containers (>=0.5), directory (>=1.2), file-embed (>=0.0.9), filepath (>=1.4), gitrev (>=1.1), mtl (>=2.2), optparse-applicative, parsec (>=3.1), text (>=1.2), typed-wire [details]
License MIT
Copyright (c) 2015 Alexander Thiemann <mail@athiemann.net>
Author Alexander Thiemann <mail@athiemann.net>
Maintainer Alexander Thiemann <mail@athiemann.net>
Category Web
Home page http://github.com/agrafix/typed-wire#readme
Source repo head: git clone https://github.com/agrafix/typed-wire
Uploaded by AlexanderThiemann at 2015-11-01T18:07:21Z
Distributions
Executables twirec
Downloads 4875 total (23 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-11-30 [all 4 reports]

Readme for typed-wire-0.2.1.2

[back to package description]

typed-wire

Build Status Hackage

Intro

Hackage: typed-wire

WIP: Language idependent type-safe communication

Cli Usage: twirec

$ twirec --help
Generate bindings using typed-wire for different languages

Usage: twirec [--version] [-i|--include-dir DIR] [-e|--entrypoint MODULE-NAME]
              [--hs-out DIR] [--elm-out DIR]
  Language idependent type-safe communication

Available options:
  -h,--help                Show this help text
  --version                Show version and exit
  -i,--include-dir DIR     Directory to search for modules
  -e,--entrypoint MODULE-NAME
                           Entrypoint for compiler
  --hs-out DIR             Generate Haskell bindings to specified dir
  --elm-out DIR            Generate Elm bindings to specified dir

Install

  • Using cabal: cabal install typed-wire
  • From Source (cabal): git clone https://github.com/agrafix/typed-wire.git && cd typed-wire && cabal install
  • From Source (stack): git clone https://github.com/agrafix/typed-wire.git && cd typed-wire && stack build

Misc

Supported GHC Versions

  • 7.10.2

License

Released under the MIT license. (c) 2015 Alexander Thiemann mail@athiemann.net