From cf0c0d8ff99ea80ff4584a0ee5c085f635848bef Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Fri, 4 Sep 2009 08:44:12 +0800 Subject: OCaml 3.11.1 formula Signed-off-by: Max Howell I renamed it objective-caml.rb as this is the naming policy of homebrew. However I acknowledge everyone will look for it under ocaml. But we do have a feature planned where formula can specify common aliases, and we'll try to get this in quickly. --- Library/Formula/objective-caml.rb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Library/Formula/objective-caml.rb diff --git a/Library/Formula/objective-caml.rb b/Library/Formula/objective-caml.rb new file mode 100644 index 000000000..a2dc73b35 --- /dev/null +++ b/Library/Formula/objective-caml.rb @@ -0,0 +1,15 @@ +require 'brewkit' + +class ObjectiveCaml