build with ocamlbuild by default
[deriving.git] / META
blobdb6c68a06ad5979ceee4fb66f4be3a5e78dca2c9
1 name="deriving"
2 archive(byte) = "deriving.cma"
3 archive(native) = "deriving.cmxa"
4 description="Deriving functions from type declarations"
5 requires = "num,unix"
7 package "syntax" (
8   requires = "deriving,camlp4"
9   version = "[distributed with deriving]"
10   description = "Syntax extension for deriving"
11   archive(syntax,preprocessor) = "pa_deriving.cma"
12   archive(syntax,toploop) = "pa_deriving.cma"