Mailing list for all users of the OCaml language and system.
 help / color / mirror / Atom feed
From: "François Pottier" <francois.pottier@inria.fr>
To: caml-list@inria.fr
Subject: [Caml-list] [ANN] visitors
Date: Fri, 27 Jan 2017 18:56:09 +0100	[thread overview]
Message-ID: <588B89B9.8000502@inria.fr> (raw)


Dear OCaml users,

I would like to announce the first release of the "visitors" package.
It is a syntax extension for OCaml, or more accurately, a plugin for
the "ppx_deriving" syntax extension.

By annotating a type definition with [@@deriving visitors { ... }],
one requests the automatic generation of visitor classes, which make
it easy to traverse and transform a data structure.

The documentation (which contains many examples) is here:

   http://gallium.inria.fr/~fpottier/visitors/manual.pdf

To install the package via opam, use the following commands:

   opam update
   opam install visitors

The project's repository is public:

   git clone git@gitlab.inria.fr:fpottier/visitors.git

Comments and feedback are welcome.

-- 
François Pottier
francois.pottier@inria.fr
http://gallium.inria.fr/~fpottier/

             reply	other threads:[~2017-01-27 17:56 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-27 17:56 François Pottier [this message]
     [not found] ` <fc83f6ab-90a1-8ac1-7585-a15fb7fe89bd@zoho.com>
2017-01-30 16:04   ` François Pottier
2017-01-30 16:18     ` François Pottier
2017-01-31  9:30     ` whitequark
2017-01-31 10:26       ` François Pottier
2017-01-31 21:02         ` whitequark
2017-01-31 12:46       ` François Pottier
2017-02-01 15:50         ` Emilio Jesús Gallego Arias
2017-02-01 16:48           ` François Pottier
2017-02-01 23:49             ` whitequark
2017-02-02  0:46               ` Emilio Jesús Gallego Arias
2017-03-16 11:12                 ` Kakadu
2017-03-16 15:33                   ` whitequark

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=588B89B9.8000502@inria.fr \
    --to=francois.pottier@inria.fr \
    --cc=caml-list@inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox