mangle: Convert C++ type signatures to their mangled form
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.
Converts C++ type signatures to mangled symbol names.
This is useful for calling C++ functions via the FFI without using
extern "C" { .. }
.
The library can be used with Template Haskell, so you can call C++ code directly from Haskell, e.g.
{-# LANGUAGE TemplateHaskell #-} ... import Mangle.TH ... $(mangle "void glog_info(const char*, int, const char*)" [d| foreign import ccall c_glog_info :: CString -> CInt -> CString -> IO () |])
Properties
Versions | 0.1.0.0 |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (>=4.11.1.0 && <4.17), containers (>=0.5.11.0 && <0.7), parsec (>=3.1.13.0 && <3.2), template-haskell (>=2.13 && <2.19) [details] |
License | BSD-3-Clause |
Copyright | (c) Facebook, All Rights Reserved |
Author | Facebook, Inc. |
Maintainer | hsthrift-team@fb.com |
Category | FFI |
Home page | https://github.com/facebookincubator/hsthrift |
Bug tracker | https://github.com/facebookincubator/hsthrift/issues |
Source repo | head: git clone https://github.com/facebookincubator/hsthrift.git |
Uploaded | by SimonMarlow at 2025-04-02T14:32:08Z |
Modules
- Mangle
- Mangle.TH
Downloads
- mangle-0.1.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees