Name: elf Version: 0.28 License: BSD3 License-file: LICENSE Category: Data Author: Erik Charlebois Copyright: Erik Charlebois Maintainer: Baojun Wang Stability: stable Cabal-Version: >= 1.6 Homepage: https://github.com/wangbj/elf Build-Type: Custom Synopsis: Parser for ELF object format. Description: Parser for ELF object format. Data-Files: tests/empty.elf tests/Test.hs source-repository head type: git location: https://github.com/wangbj/elf.git library build-depends: base >= 2 && < 5, bytestring, binary hs-source-dirs: src exposed-modules: Data.Elf