ocamlPackages.optcomp: fix build with OCaml 4.06
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
# OASIS_START
|
||||
# DO NOT EDIT (digest: ec844fa3189acb2a866b89a69d111ba4)
|
||||
version = "1.6"
|
||||
description = "Optional compilation with cpp-like directives"
|
||||
requires = "camlp4"
|
||||
archive(syntax, preprocessor) = "optcomp.cma"
|
||||
archive(syntax, toploop) = "optcomp.cma"
|
||||
archive(syntax, preprocessor, native) = "optcomp.cmxa"
|
||||
archive(syntax, preprocessor, native, plugin) = "optcomp.cmxs"
|
||||
exists_if = "optcomp.cma"
|
||||
# OASIS_STOP
|
||||
|
||||
Reference in New Issue
Block a user