Marshal Parser for Ruby Marshal format version 4.8 Installation If available in Hex, the package can be installed as: Add marshal to your list of dependencies in mix.exs: ```elixir def deps do [{:marshal, "~> 0.9.0"}] end ```