name: casadi-bindings-internal
version: 0.1.3.1
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 <http://hackage.haskell.org/package/casadi-bindings http://hackage.haskell.org/package/casadi-bindings> for all instructions
homepage: http://github.com/ghorn/casadi-bindings
extra-tmp-files: Casadi/Callback_stub.h
library
build-depends: base >=4.6 && <5, vector >=0.10, containers
default-language: Haskell2010
hs-source-dirs: src
extra-libraries: stdc++
pkgconfig-depends: casadi
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
cbits/callback.cpp
exposed-modules: Casadi.Internal.Marshal
Casadi.Internal.MarshalTypes
Casadi.Internal.WrapReturn
Casadi.Internal.CppHelpers
Casadi.Internal.CToolsImports
Casadi.Internal.Callback
Casadi.Internal.FormatException
source-repository head
type: git
location: git://github.com/ghorn/casadi-bindings.git