Skip to content

Commit

Permalink
camlp5 6.09
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
brettkoonce authored and adamv committed May 24, 2013
1 parent 3c19737 commit 348e2d4
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions Formula/camlp5.rb
Expand Up @@ -2,18 +2,14 @@

class Camlp5 < Formula
homepage 'http://pauillac.inria.fr/~ddr/camlp5/'
url 'http://pauillac.inria.fr/~ddr/camlp5/distrib/src/camlp5-6.08.tgz'
sha1 '6cdfc29a9bd23dcee7775996ac29f2a457119d4b'
version '6.08-1'
url 'http://pauillac.inria.fr/~ddr/camlp5/distrib/src/camlp5-6.09.tgz'
sha1 '0a4d96d5560e2e073f2fcb9e58914e424de00fc6'
version '6.09'

depends_on 'objective-caml'

option 'strict', 'Compile in strict mode'

def patches
{ :p0 => "http://pauillac.inria.fr/~ddr/camlp5/distrib/src/patch-6.08-1" }
end

def install
if build.include? 'strict'
strictness = "-strict"
Expand Down

0 comments on commit 348e2d4

Please sign in to comment.