Commit d94d59d5d5fabe74dd80c9268d9f8b70d0c9091c

Thomas de Grivel 2023-08-26T11:47:53

mention libffi

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/README.md b/README.md
index 5d49a2a..71b9d54 100644
--- a/README.md
+++ b/README.md
@@ -65,6 +65,9 @@ structures.
 Support for large integers provided by
 [libtommath](https://github.com/libtom/libtommath).
 
+Support for C function calls provided by
+[libffi](https://github.com/libffi/libffi).
+
 #### Parser
 
 The parser is recursive descent.