From f3c3418cbbaead006e2ac111eeec0346a7ea7769 Mon Sep 17 00:00:00 2001 From: Paul J. Davis Date: Mon, 7 Sep 2009 15:22:45 -0400 Subject: Libffi formula libffi - FFI stands for Foreign Function Interface. A foreign function interface is the popular name for the interface that allows code written in one language to call code written in another language. --- Library/Formula/libffi.rb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Library/Formula/libffi.rb (limited to 'Library') diff --git a/Library/Formula/libffi.rb b/Library/Formula/libffi.rb new file mode 100644 index 000000000..8f37656e5 --- /dev/null +++ b/Library/Formula/libffi.rb @@ -0,0 +1,18 @@ +require 'brewkit' + +class Libffi