name: libltdl version: 0.1.1 cabal-version: >= 1.8 license: BSD3 license-file: LICENSE copyright: (c) 2011 Harvard University (c) 2016 Drexel University author: Geoffrey Mainland maintainer: mainland@eecs.harvard.edu stability: alpha homepage: https://github.com/mainland/libltdl category: Foreign synopsis: FFI interface to libltdl description: This package provides an interface to GNU libtldl. build-type: Custom extra-source-files: configure libltdl.buildinfo.in flag examples description: Build example programs. default: False library exposed-modules: Foreign.LibLTDL Foreign.LibLTDL.Internal build-depends: base >=4 && <5 executable sin build-depends: base >=4 && <5, libltdl >=0.1 && <0.2 main-is: Main.hs hs-source-dirs: examples/sin if flag(examples) buildable: True else buildable: False source-repository head type: git location: git://github.com/mainland/libltdl.git