package obeam

  1. Overview
  2. Docs
A utility library for parsing BEAM format

Install

Dune Dependency

Authors

Maintainers

Sources

0.1.1.tar.gz
md5=5f4d484e72256d91063cf600b38ca5be
sha512=d9a438d49eb07695a9b2374284eb03b1263eceed31e5bd04a5eb38103367a0369986f1a86f4a518ce45eb7441f7b4bdfe01707255f206f9e4124f590b13def99

Description

Published: 04 Dec 2018

README

OBEAM

WIP obeam (御-BEAM) is a utility library for parsing BEAM format(and Erlang External Term Format, etc) which is written in OCaml.

Supported compilers which generate BEAM files are

  • Erlang/OTP 19

  • Erlang/OTP 20

  • Erlang/OTP 21

Installation

Using opam pin

opam pin add obeam .

Run examples

make test
erlc test/test01.erl
_build/default/example/read_beam.exe test01.beam

Authors

obeam has been greatly improved by many contributors!

Dependencies (10)

  1. bisect_ppx build
  2. dune
  3. ppx_sexp_conv >= "v0.11.2"
  4. ppx_let >= "v0.11.0"
  5. ppx_here >= "v0.11.0"
  6. zarith >= "1.7"
  7. camlzip >= "1.07"
  8. bitstring >= "3.0.0" & < "4.0.0"
  9. stdio >= "v0.11.0"
  10. base >= "v0.11.0"

Dev Dependencies (1)

  1. expect_test_helpers_kernel with-test

Used by

None

Conflicts

None

OCaml

Innovation. Community. Security.