https://github.com/cryptosense/ctypes_issue
https://github.com/cryptosense/ctypes_issue
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cryptosense/ctypes_issue
- Owner: cryptosense
- Created: 2015-01-14T16:56:30.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-29T10:50:28.000Z (over 11 years ago)
- Last Synced: 2024-12-26T08:41:59.653Z (over 1 year ago)
- Language: OCaml
- Size: 184 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Requires
```
opam switch 4.02.1+PIC
opam install ctypes
```
# How to test
make all
# Files
- main.ml => an ocaml program that loads a shared lib using ctypes.
- shared_lib_decl.ml => a shared library that exposes two test functions.