name: casadi-bindings-internal version: 0.1.4.0 license: LGPL-3 license-file: LICENSE category: Numerical, Math copyright: (c) 2013-2015 Greg Horn author: Greg Horn maintainer: gregmainland@gmail.com build-type: Simple cabal-version: >=1.10 synopsis: low level bindings to CasADi description: see for all instructions homepage: http://github.com/ghorn/casadi-bindings library build-depends: base >=4.6 && <5, vector >=0.10, containers default-language: Haskell2010 hs-source-dirs: src extra-libraries: stdc++ pkgconfig-depends: casadi == 3.0.0 ghc-prof-options: -O2 -prof -fprof-auto -fprof-cafs -rtsopts ghc-options: -O2 cc-options: -Wall -Wno-delete-non-virtual-dtor -Wno-sign-compare -std=c++11 C-sources: cbits/hs_tools.cpp exposed-modules: Casadi.Internal.Marshal Casadi.Internal.MarshalTypes Casadi.Internal.WrapReturn Casadi.Internal.CppHelpers Casadi.Internal.CToolsImports Casadi.Internal.FormatException source-repository head type: git location: git://github.com/ghorn/casadi-bindings.git