./devel/ocaml-ppx_disable_unused_warnings, Extension to simplify disabling unused warnings

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.15.0, Package name: ocaml-ppx_disable_unused_warnings-0.15.0, Maintainer: jaapb

This extension adds an annotation that disables the many
OCaml compiler warnings that have to do with something
being used (variable, constructor, declaration, open, rec,
keyword, etc.)


Master sites:

Filesize: 3.873 KB

Version history: (Expand)


CVS history: (Expand)


   2022-05-24 20:59:36 by Jaap Boender | Files touched by this commit (145)
Log message:
Replaced mk/ocaml.mk with lang/ocaml/ocaml.mk in ocaml packages
   2022-05-05 08:36:25 by Jaap Boender | Files touched by this commit (5)
Log message:
Created package devel/ocaml-ppx_disable_unused_warnings, v0.15.0.

This is a package that simplifies disabling warnings in OCaml that have
to do with things (not) being used. Needed as a dependency of the new
version of devel/ocaml-ppx_jane.