this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #27432 from fpottier/opam-publish-visitors.20250212

Package visitors.20250212

authored by

Marcello Seri and committed by
GitHub
d082a5c2 71966b13

+32
+32
packages/visitors/visitors.20250212/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "francois.pottier@inria.fr" 3 + authors: [ 4 + "François Pottier <francois.pottier@inria.fr>" 5 + ] 6 + homepage: "https://gitlab.inria.fr/fpottier/visitors" 7 + dev-repo: "git+https://gitlab.inria.fr/fpottier/visitors.git" 8 + bug-reports: "francois.pottier@inria.fr" 9 + license: "LGPL-2.1-only" 10 + build: [ 11 + ["dune" "build" "-p" name "-j" jobs] 12 + ] 13 + depends: [ 14 + "ocaml" {>= "4.05.0"} 15 + "ppxlib" {>= "0.22.0"} 16 + "ppx_deriving" {>= "5.0"} 17 + "result" 18 + "dune" {>= "2.0"} 19 + ] 20 + synopsis: "An OCaml syntax extension for generating visitor classes" 21 + description: """ 22 + Annotating an algebraic data type definition with [@@deriving visitors { ... }] 23 + causes visitor classes to be automatically generated. A visitor is an object 24 + that knows how to traverse and transform a data structure.""" 25 + url { 26 + src: 27 + "https://gitlab.inria.fr/fpottier/visitors/-/archive/20250212/archive.tar.gz" 28 + checksum: [ 29 + "md5=80fc467552d944dcae0c5d7895cfba64" 30 + "sha512=42522af2845fab409cdf0766cce83ac1345e0169248252ad74da2d72eefdb5d846dff2ece566667b9d80a8db57dabdbf333c32c50fef9c39f7837e78b3476b5b" 31 + ] 32 + }