aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/objective-caml.rb
AgeCommit message (Collapse)Author
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-01-16Fix objective-caml prefix.Mike McQuaid
Closes #3863.
2010-11-08Tweak o-camlAdam Vandenberg
2010-10-30Update OCaml to 3.12Chris Jones
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-13Don't need +x on theseAdam Vandenberg
2010-08-07Update formulae for version 0.7Adam Vandenberg
* Use new "url" features * Use keg_only DSL * Use "skip_clean :all" DSL * Whitespace and style cleanups * Make bash invocations less silly * Use new man2-man8 helpers * Remove "FileUtils." since it is included in Formula * Use real names for deps instead of aliases * ENV.x11 now updates path, so remove that from individual brews
2010-08-07Use new symlink aliasesMax Howell
2010-07-10ocaml - Install libraries into lib/ocaml/site-libAdam Vandenberg
Made the "site-lib" folder a real folder, similar to how the Python brews work. This will allow other ocaml softare to be built into this location instead of directly into ocaml's Cellar.
2010-06-23Fix comments in ocaml formula.Adam Vandenberg
2010-06-05ocaml - fix mandirAdam Vandenberg
2010-05-15Updated ocaml to 3.11.2Markus Groß
Signed-off-by: David Höppner <0xffea@gmail.com>
2009-12-17Skip clean all of ocamlJoe
Fixes #188. Signed-off-by: Max Howell <max@methylblue.com> I tested just cleaning lib and the test cases still didn't work.
2009-12-16added skip cleanJoe
2009-11-19Add alias support to formulaeAdam Vandenberg
* brew install will find an aliased formula * aliases are searched against * warn when creating a new formula that has an existing alias. If Subversion has an alias "svn", then warn when the user tries to create a new formula "svn". The formula can still be created, though the user should make sure it's not a duplicate of the existing aliased one. Subversion and Objective-Caml formulas get some alises here, so we have something to test against.
2009-10-15s/require 'brewkit'/require 'formula'/gMax Howell
brewkit.rb changes ENV destructively, so lets not do that everytime a formula is required. Now it's possible for other tools to require a formula description without worrying about side-effects.
2009-10-01Update OCaml recipe per spicyj suggestion.Adam Vandenberg
2009-09-30Fix parallel build issues in Objective Caml formula.Adam Vandenberg
2009-09-11OCaml 3.11.1 formulaBrett Cannon
Signed-off-by: Max Howell <max@methylblue.com> 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.