ocaml-visitors 20210608-1build1 source package in Ubuntu
Changelog
ocaml-visitors (20210608-1build1) jammy; urgency=medium * No-change rebuild for ocaml abi changes. -- Matthias Klose <email address hidden> Tue, 25 Jan 2022 15:59:16 +0100
Upload details
- Uploaded by:
- Matthias Klose
- Uploaded to:
- Jammy
- Original maintainer:
- Debian OCaml Maintainers
- Architectures:
- any all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | universe | misc | |
Jammy | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
ocaml-visitors_20210608.orig.tar.xz | 481.6 KiB | deb19138ac5119ed8bc48358b22d88209105d91d70710d559e27d44c4da944e4 |
ocaml-visitors_20210608-1build1.debian.tar.xz | 4.5 KiB | 16c88d42217026e367c6e36b77af5b2afe4d700ef4f400dab05631fdc52a59ec |
ocaml-visitors_20210608-1build1.dsc | 2.4 KiB | d1df143f3b1c96b50c55ee009ba2d6e730182f3ad36cef8bbdacb7ff01e7242f |
Available diffs
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.