Package: wnpp Severity: wishlist Owner: Ralf Treinen <trei...@debian.org>
* Package name : visitors Version : 20170404 Upstream Author : François Pottier * URL : https://gitlab.inria.fr/fpottier/visitors * License : LGPL 2.1 Programming Lang: OCaml Description : OCaml syntax extension for object-oriented visitors Visitors is a syntax extension for the OCaml programming language. It allows you to annotate your type definitions, such that a visitor class will be automatically generated. This visitor class contains methods for the traversal of your data structure, like iter, map, fold, etc. It is then easy to override these methods for your needs. This is very convenient when programming with complex algebraic data structures. This package will be maintained by the Debian Ocaml Maintainers team. -Ralf.