summaryrefslogtreecommitdiff
path: root/homebrew/ocaml/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/ocaml/.beer')
-rw-r--r--homebrew/ocaml/.beer27
1 files changed, 27 insertions, 0 deletions
diff --git a/homebrew/ocaml/.beer b/homebrew/ocaml/.beer
new file mode 100644
index 000000000..52a57bba1
--- /dev/null
+++ b/homebrew/ocaml/.beer
@@ -0,0 +1,27 @@
+{
+ "name": "Ocaml",
+ "description": "General purpose programming language in the ML family",
+ "url": "https://caml.inria.fr/pub/distrib/ocaml-4.07/ocaml-4.07.1.tar.xz",
+ "mirror": null,
+ "homepage": "https://ocaml.org/",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "ENV.deparallelize ",
+ "args = [",
+ "\"-prefix\",",
+ "HOMEBREW_PREFIX.to_s,",
+ "\"-with-debug-runtime\",",
+ "\"-mandir\",",
+ "man.to_s,",
+ "\"-no-graph\",",
+ "]",
+ "system \"./configure\", *args",
+ "system \"make\", \"world.opt\"",
+ "system \"make\", \"install\", \"PREFIX=#{prefix}\""
+ ],
+ "version": "4.07.1",
+ "file": "ocaml.rb"
+} \ No newline at end of file