summaryrefslogtreecommitdiff
path: root/homebrew/ocamlfindlib/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/ocamlfindlib/.beer')
-rw-r--r--homebrew/ocamlfindlib/.beer30
1 files changed, 30 insertions, 0 deletions
diff --git a/homebrew/ocamlfindlib/.beer b/homebrew/ocamlfindlib/.beer
new file mode 100644
index 000000000..461344207
--- /dev/null
+++ b/homebrew/ocamlfindlib/.beer
@@ -0,0 +1,30 @@
+{
+ "name": "OcamlFindlib",
+ "description": "OCaml library manager",
+ "url": "http://download.camlcity.org/download/findlib-1.8.0.tar.gz",
+ "mirror": null,
+ "homepage": "http://projects.camlcity.org/projects/findlib.html",
+ "depends": [
+ {
+ "depend": "ocaml",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "ENV.deparallelize",
+ "system \"./configure\", \"-bindir\", bin,",
+ "\"-mandir\", man,",
+ "\"-sitelib\", lib/\"ocaml\",",
+ "\"-config\", etc/\"findlib.conf\",",
+ "\"-no-topfind\"",
+ "system \"make\", \"all\"",
+ "system \"make\", \"opt\"",
+ "inreplace \"findlib.conf\", prefix, HOMEBREW_PREFIX",
+ "system \"make\", \"install\""
+ ],
+ "version": "1.8.0",
+ "file": "ocaml-findlib.rb"
+} \ No newline at end of file