hinterface: Haskell / Erlang interoperability library

[ bsd3, language, library ] [ Propose Tags ]

A library for building nodes of a distributed Erlang system in Haskell. Nodes can be created and registered to an epmd, Erlang terms can be marshalled to/from Erlangs binary term representation and message can be sent to or received from processes running on a different node. In it's preliminary state hinterface supports of Erlangs binary terms and a subset of the distribution protocol.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.5.0.0, 0.5.0.1, 0.5.0.2, 0.6.0.0, 0.7.0, 0.8.0, 0.8.1, 0.8.2, 0.8.3, 0.9.0, 0.10.0, 0.11.0, 1.0.0, 2.0.0, 2.0.1
Dependencies array (>=0.5.1.1), async (>=2.1.1), base (>=4.9 && <5), binary (>=0.8.3.0), bytestring (>=0.10.8.1), containers (>=0.5.7.1), cryptonite (>=0.21), exceptions (>=0.8.3), lifted-async (>=0.9.1.1), lifted-base (>=0.2.3.10), memory (>=0.14.2), monad-control (>=1.0.1.0), monad-logger (>=0.3.21), mtl (>=2.2.1), network (>=2.6.3.1), QuickCheck (>=2.9.2), random (>=1.1), resourcet (>=1.1.9), safe-exceptions (>=0.1.5.0), stm (>=2.4.4.1), text (>=1.2.2.1), transformers (>=0.5.2.0), transformers-base (>=0.4.4), vector (>=0.11.0.0) [details]
License BSD-3-Clause
Copyright 2016 Timo Koepke, Sven Heyll
Author Timo Koepke, Sven Heyll
Maintainer timo.koepke@googlemail.com, sven.heyll@gmail.com
Category Language
Home page https://github.com/LTI2000/hinterface
Source repo head: git clone https://github.com/LTI2000/hinterface.git
Uploaded by timo_koepke at 2017-04-28T13:53:58Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 6875 total (42 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-04-28 [all 1 reports]

Readme for hinterface-0.5.0.2

[back to package description]

Build Status

hinterface - Haskell / Erlang interoperability library

Inspired by Jinterface (Java), a set of tools for communication with Erlang processes.