ocamlPackages.optcomp: fix build with OCaml 4.06

This commit is contained in:
Vincent Laporte
2018-04-04 15:20:20 +00:00
parent b76f0ed3ed
commit 50b0afa269
2 changed files with 35 additions and 1 deletions
@@ -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