this repo has no description
0
fork

Configure Feed

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

Merge pull request #18352 from fpottier/opam-publish-visitors.20210316

Package visitors.20210316

authored by

Kate and committed by
GitHub
753646d2 3a66326f

+31
+31
packages/visitors/visitors.20210316/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 + build: [ 10 + ["dune" "build" "-p" name "-j" jobs] 11 + ] 12 + depends: [ 13 + "ocaml" {>= "4.05.0"} 14 + "ppxlib" {>= "0.22.0"} 15 + "ppx_deriving" {>= "5.0"} 16 + "result" 17 + "dune" {>= "2.0"} 18 + ] 19 + synopsis: "An OCaml syntax extension for generating visitor classes" 20 + description: """ 21 + Annotating an algebraic data type definition with [@@deriving visitors { ... }] 22 + causes visitor classes to be automatically generated. A visitor is an object 23 + that knows how to traverse and transform a data structure.""" 24 + url { 25 + src: 26 + "https://gitlab.inria.fr/fpottier/visitors/repository/20210316/archive.tar.gz" 27 + checksum: [ 28 + "md5=090496ab5efb67528eb6f202cd1d1f06" 29 + "sha512=9d0c3b3be64ca162a9d01531713c3b0d42514533a2e9a4ef8e8b73703e4fb853a3f10147c8454976587af570fc8fd513250354b3e1dfcb50640ca5cc542f19e1" 30 + ] 31 + }