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.2.0 && <0.6), async (>=2.2.1 && <2.3), base (>=4.12 && <5), binary (>=0.8.5.1 && <0.9), bytestring (>=0.10.8.2 && <0.11), containers (>=0.5.11.0 && <0.7), cryptonite (>=0.26 && <0.27), deepseq (>=1.4 && <1.5), exceptions (>=0.10.0 && <0.11), lifted-async (>=0.10.0.2 && <0.11), lifted-base (>=0.2.3.12 && <0.3), memory (>=0.15 && <0.16), monad-control (>=1.0.2.3 && <1.1), monad-logger (>=0.3.29 && <0.4), mtl (>=2.2.2 && <2.3), network (>=3.1.1 && <3.1.2), QuickCheck (>=2.11 && <2.14), random (>=1.1 && <1.2), resourcet (>=1.2.1 && <1.3), safe-exceptions (>=0.1.7.0 && <0.2), stm (>=2.4.5.0 && <2.6), text (>=1.2.3.0 && <1.3), transformers (>=0.5.5.0 && <0.6), transformers-base (>=0.4.5.2 && <0.5), vector (>=0.12.0.1 && <0.13) [details]
License BSD-3-Clause
Copyright 2016-2020 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/lindenbaum/hinterface
Source repo head: git clone https://github.com/lindenbaum/hinterface.git
Uploaded by SvenHeyll at 2020-11-30T05:13:13Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 6833 total (38 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2020-11-30 [all 1 reports]

Readme for hinterface-2.0.1

[back to package description]

Build Status Hackage

hinterface - Haskell / Erlang interoperability library

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