Skip to content

Instantly share code, notes, and snippets.

@ltoth
ltoth / unison.rb
Created November 7, 2010 01:01
Homebrew Unison formula with patch that allows Unison 2.32.52 to compile with current OCaml 3.12
require 'formula'
class Unison < Formula
url 'http://www.seas.upenn.edu/~bcpierce/unison//download/releases/stable/unison-2.32.52.tar.gz'
homepage 'http://www.cis.upenn.edu/~bcpierce/unison/'
md5 '0701f095c1721776a0454b94607eda48'
depends_on 'objective-caml'
def install