about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/optcomp/META
blob: 8a942288f752c107b914fcf7fdb3a57cfa469a04 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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