Giter Club home page Giter Club logo

erlang_hs's Introduction

Erlang External Term Format for Haskell

Build Status

Provides all encoding and decoding for the Erlang External Term Format (as defined at http://erlang.org/doc/apps/erts/erl_ext_dist.html) in a single Haskell cabal package.

Build/Test

With cabal-install >= 3.4

cabal v2-update
mkdir sandbox
cabal --store-dir=./sandbox v2-configure
cabal v2-build

With cabal-install >= 2.4 and cabal-install < 3.4

cabal v1-sandbox init
cabal v1-update
cabal v1-install --enable-tests --only-dependencies --force-reinstalls
cabal v1-configure --enable-tests -v2
cabal v1-build
cabal v1-test --show-details=always

With cabal-install < 2.4

cabal sandbox init
cabal update
cabal install --enable-tests --only-dependencies --force-reinstalls
cabal configure --enable-tests -v2
cabal build
cabal test --show-details=always

Without cabal-install

mkdir -p dist/setup-bin
ghc --make -outputdir dist/setup-bin -o dist/setup-bin/Setup ./Setup.hs
dist/setup-bin/Setup configure --builddir=./dist --enable-deterministic --disable-shared --enable-static
dist/setup-bin/Setup build

Author

Michael Truog (mjtruog at protonmail dot com)

License

MIT License

erlang_hs's People

Contributors

okeuday avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

m-2k

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.