opam-version: "2.0"
maintainer: "Fabrice Le Fessant <fabrice.le_fessant@ocamlpro.com>"
authors: [
  "Fabrice Le Fessant <fabrice.le_fessant@ocamlpro.com>"
  ]
homepage: "http://www.typerex.org/ocp-build.html"
dev-repo: "git+https://github.com/OCamlPro/typerex-build.git"
bug-reports: "https://github.com/OCamlPro/typerex-build/issues"
depends: [
  "ocaml" {>= "3.12.0"}
  "typerex-build" {= "1.99.17-beta"}
]
conflicts: [ "typerex"  {< "1.99.7"} ]
synopsis: "A simple preprocessor for OCaml"
description: """
Allowed directives:
```
#include "XXX"
#if OCAML_VERSION < <= = >= > "3.12.1"
#else
#elif
#endif
```
"""
