rules:
  - id: deprecated-pervasives
    pattern: Pervasives.$X
    message: Pervasives is deprecated and will not be available after 4.10. Use Stdlib.
    languages: [ocaml]
    severity: ERROR
    metadata:
      category: compatibility
      technology:
        - ocaml
