An open API service indexing awesome lists of open source software.

https://github.com/cryptosense/ctypes_issue


https://github.com/cryptosense/ctypes_issue

Last synced: 8 months ago
JSON representation

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.