Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/okeuday/erlang_ml
Erlang External Term Format for OCaml
https://github.com/okeuday/erlang_ml
erlang-encoding ocaml
Last synced: 28 days ago
JSON representation
Erlang External Term Format for OCaml
- Host: GitHub
- URL: https://github.com/okeuday/erlang_ml
- Owner: okeuday
- License: mit
- Created: 2017-02-15T20:21:20.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-10-27T06:09:59.000Z (about 1 year ago)
- Last Synced: 2023-10-28T01:34:39.756Z (about 1 year ago)
- Topics: erlang-encoding, ocaml
- Language: OCaml
- Homepage:
- Size: 313 KB
- Stars: 28
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
README
Erlang External Term Format for OCaml
=====================================Provides all encoding and decoding for the Erlang External Term Format
(as defined at [http://erlang.org/doc/apps/erts/erl_ext_dist.html](http://erlang.org/doc/apps/erts/erl_ext_dist.html))
in a single OCaml module.Requires `OCaml >= 4.04.0`
Build
-----With dune:
opam install zarith
dune buildWith local dependencies:
make
Test
----With dune:
dune test
With local dependencies:
./tests
Author
------Michael Truog (mjtruog at protonmail dot com)
License
-------MIT License