package obeam

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

Install

Dune Dependency

Authors

Maintainers

Sources

0.1.2.tar.gz
md5=31157380fee6ce135c47d3583def89c2
sha512=56066dc8064c1294cc7781728edfdf3acb386812243eb8ddc5a33ed4fe35df95bbc583de895a709b15a1028d74f1a7f95169686cea6a2c03973556c500ddb074

Description

Published: 25 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 (11)

  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"
  11. ocaml

Dev Dependencies (1)

  1. expect_test_helpers_kernel with-test

Used by

None

Conflicts

None

OCaml

Innovation. Community. Security.