package obeam

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

Install

Dune Dependency

Authors

Maintainers

Sources

0.1.4.tar.gz
md5=eaca08e79f87c3fda6f70ed2c0653125
sha512=c5d0de8d060ad3189ba7c4196291f7357f86def266cdec4acdf4f4f9097252ac1fab1584cc0f36b45f248e6386ca54de219b8d3619f4ca5d045f383d8e2f8edb

Description

Published: 06 Mar 2019

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 >= "4.07.0"

Dev Dependencies (1)

  1. expect_test_helpers_kernel with-test

Used by

None

Conflicts

None

OCaml

Innovation. Community. Security.