Skip to content

Commit

Permalink
Fix dependency to str for cow.syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
samoht committed Nov 6, 2012
1 parent 3853c66 commit 0268bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion META.in
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ exists_if = "cow.cma"
requires = "dyntype dyntype.syntax re re.str ulex" requires = "dyntype dyntype.syntax re re.str ulex"
package "syntax" ( package "syntax" (
description = "Syntax extension for COW" description = "Syntax extension for COW"
requires = "camlp4 dyntype.syntax" requires = "camlp4 str dyntype.syntax"
archive(syntax, preprocessor) = "str.cma pa_cow.cma" archive(syntax, preprocessor) = "str.cma pa_cow.cma"
archive(syntax, toploop) = "str.cma pa_cow.cma" archive(syntax, toploop) = "str.cma pa_cow.cma"
exists_if = "pa_cow.cma" exists_if = "pa_cow.cma"
Expand Down

0 comments on commit 0268bbd

Please sign in to comment.