fficxx: automatic C++ binding generation
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
Warnings:
- The 'description' field should be longer than the 'synopsis' field. It's useful to provide an informative 'description' to allow Haskell programmers who have never heard about your package to understand the purpose of your package. The 'description' field content is typically shown by tooling (e.g. 'cabal info', Haddock, Hackage) below the 'synopsis' which serves as a headline. Please refer to <https://www.haskell.org/cabal/users-guide/developing-packages.html#package-properties> for more details.
- 'ghc-options: -O2' is rarely needed. Check that it is giving a real benefit and not just imposing longer compile times on your users.
- 'ghc-options/ghc-prof-options: -fprof*' profiling flags are typically not appropriate for a distributed library package. These flags are useful to profile this package, but when profiling other packages that use this one these flags clutter the profile output with excessive detail. If you think other packages really want to see cost centres from this package then use '-fprof-auto-exported' which puts cost centres only on exported functions. Alternatively, if you want to use this, make it conditional based on a Cabal configuration flag (with 'manual: True' and 'default: False') and enable that flag during development.
automatic C++ binding generation
Properties
Versions | 0.1, 0.1.0, 0.2, 0.2.1, 0.3, 0.3.1, 0.4, 0.4.1, 0.5, 0.5.0.1, 0.5.1, 0.5.1, 0.6, 0.7.0.0, 0.7.0.1 |
---|---|
Change log | None available |
Dependencies | aeson, aeson-pretty, base (>=4 && <5), bytestring, Cabal, containers, data-default, directory, either, errors, filepath (>1), hashable, haskell-src-exts (>=1.18), lens (>3), mtl (>2), process, pureMD5, split, template, template-haskell, text, transformers (>=0.3), unordered-containers [details] |
License | BSD-3-Clause |
Author | Ian-Woo Kim |
Maintainer | Ian-Woo Kim <ianwookim@gmail.com> |
Category | FFI Tools |
Source repo | head: git clone http://www.github.com/wavewave/fficxx |
Uploaded | by IanWooKim at 2019-10-21T05:20:42Z |
Modules
[Index] [Quick Jump]
Downloads
- fficxx-0.5.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees