10000 GitHub - youxkei/obeam: [WIP] A utility library for parsing BEAM format(and Erlang External Term Format, etc) which is written in OCaml.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ obeam Public
forked from yutopp/obeam

[WIP] A utility library for parsing BEAM format(and Erlang External Term Format, etc) which is written in OCaml.

Notifications You must be signed in to change notification settings

youxkei/obeam

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OBEAM

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

Requirements

# `ppx_bitstring` will require `time` command which is not a builtin function
opam install ppx_bitstring ppx_deriving camlzip

OPAM

Pin

opam pin add obeam .
opam install obeam.0.0.3

Run Example

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

About

[WIP] A utility library for parsing BEAM format(and Erlang External Term Format, etc) which is written in OCaml.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • OCaml 98.5%
  • Erlang 1.2%
  • Makefile 0.3%
0