https://github.com/aerphanas/ffi-c-haskell
Example of Foreign Function Interface in haskell
https://github.com/aerphanas/ffi-c-haskell
c cabal cpp foreign-function-interface haskell
Last synced: 8 months ago
JSON representation
Example of Foreign Function Interface in haskell
- Host: GitHub
- URL: https://github.com/aerphanas/ffi-c-haskell
- Owner: aerphanas
- License: mit
- Created: 2022-12-14T11:03:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-19T02:50:38.000Z (about 3 years ago)
- Last Synced: 2025-04-06T16:33:14.636Z (12 months ago)
- Topics: c, cabal, cpp, foreign-function-interface, haskell
- Language: Haskell
- Homepage:
- Size: 313 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FFI-C-Haskell
Foreign Function Interface C programming in haskell
## How to run
```sh
cabal run
```