ocaml-visitors 20210127-1build1 source package in Ubuntu

Changelog

ocaml-visitors (20210127-1build1) jammy; urgency=medium

  * No-change rebuild for current ocaml ABIs

 -- Steve Langasek <email address hidden>  Thu, 09 Dec 2021 02:31:04 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ocaml-visitors_20210127.orig.tar.xz 481.3 KiB ead34f686b68f15d6b532efaaa846db0290c144f843c927f0288519fb540074d
ocaml-visitors_20210127-1build1.debian.tar.xz 4.5 KiB 06628a4acf356a083db280c55630729219bdb5b6aff046b047bd6f0044169aa6
ocaml-visitors_20210127-1build1.dsc 2.5 KiB 31662d83ec32020d56e072d20f55cbd6f2c8bc3cd1ceefa649f7bf7d5cc54c52

View changes file

Binary packages built by this source

libppx-visitors-ocaml-dev: 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.

libppx-visitors-ocaml-dev-dbgsym: debug symbols for libppx-visitors-ocaml-dev
libppx-visitors-ocaml-doc: Documentation of the visitors syntax extension for OCaml

 This package contains the documentation of the visitors syntax extension
 for the OCaml programming language.