Skip to content

Commit

Permalink
camlp5: revision bump (ocaml 4.14.0)
Browse files Browse the repository at this point in the history
Closes #102436.

Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
  • Loading branch information
cho-m authored and BrewTestBot committed Sep 20, 2022
1 parent 4902407 commit 997ca9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Formula/camlp5.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ class Camlp5 < Formula
url "https://github.com/camlp5/camlp5/archive/refs/tags/rel8.00.03.tar.gz"
sha256 "1a710e2a6dbb0f4440867850d605f31fe8407ee8a56c9e067866e34e584385b4"
license "BSD-3-Clause"
revision 1
head "https://github.com/camlp5/camlp5.git", branch: "master"

livecheck do
Expand All @@ -21,6 +22,7 @@ class Camlp5 < Formula
end

depends_on "ocaml-findlib" => :build
depends_on "camlp-streams"
depends_on "ocaml"

def install
Expand Down

0 comments on commit 997ca9f

Please sign in to comment.