# melf > A [Haskell](https://www.haskell.org/) library to parse/serialize > Executable and Linkable Format ([ELF](https://en.wikipedia.org/wiki/Executable_and_Linkable_Format)) ## Related work - [elf](https://github.com/wangbj/elf) - [data-elf](https://github.com/mvv/data-elf) These just parse/serialize ELF header and table entries but not the whole ELF files. ## History For the early history look at the branch "[amakarov](https://github.com/aleksey-makarov/elf/tree/amakarov)" of the my copy of the [elf](https://github.com/aleksey-makarov/elf) repo. ## Tests Test data is committed with [git-lfs](https://git-lfs.github.com/). To run tests, issue this command in `nix-shell`: `cabal new-test --test-show-details=direct` ## License BSD 3-Clause License (c) Aleksey Makarov