package obeam

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

Install

Dune Dependency

Authors

Maintainers

Sources

0.0.3.tar.gz
md5=b5514cc5f76ba95261410f25f525adb9
sha512=ccfec403a838393dbb5e3e74c3230132cfb0c70cf43576cc213ac74097d469faff34c48358c5f3f10e7e1e56bfa0ff3f05ff05916c7e48212ddae37448f76703

Description

Published: 20 Nov 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

Dependencies (8)

  1. bisect_ppx build
  2. ounit build
  3. dune
  4. zarith >= "1.7"
  5. camlzip >= "1.07"
  6. ppx_deriving >= "4.2"
  7. bitstring >= "3.0.0" & < "4.0.0"
  8. ocaml >= "4.03.0"

Dev Dependencies

None

Used by

None

Conflicts

None

OCaml

Innovation. Community. Security.