package GT

  1. Overview
  2. Docs
Generic programming with extensible transformations

Install

Dune Dependency

Authors

Maintainers

Sources

GT-v0.5.3.tbz
sha256=55f8249e780b9a1891d9d4bb5bf2f4f7fdc619a06d9f6f04961afe193cbaaac4
sha512=3a9422aafb7a4d22c484d03950603e7f05c10512ddeb7675fe5dce73f0ef8f3537eabad1d5ebfb99c6b2e952a6203c793a1cd9d62d2863cef31616a4256b99d2

CHANGES.html

CHANGES

# Ureleased


## 0.5.3 (2024-07-30)

## Changed

* It compiles for OCaml 4.14 or 5.2
* Upper bound for ppxlib is <= 0.32.1
* Minor fixes


## 0.5.2 (2023-06-16)

## Changed

- Upgrade support of mutually recursive abbreviations (in presence of -rectypes). Previously some code would not compile (breaking)
- Mutually recursive fixpoint on N typs is now called 'fix_typ1_typ2_..._typN' instead of 'fix_typ1' (breaking)
- Add forgotten `html` plugin to `GT.ppx_all` findlib package
- Replace dependecy on base by a dependecy on Ppxlib.stdppx
- Support both `[@@deriving gt ~options:{...}]` and `[@@deriving gt ~plugins:{...}]`
- Better pretty-printing of zero-argument constructors
- Relax upper constraint on PPXlib to be <= 0.28


## 0.5.1 (2022-04-27)

## Changed

- Upgrade to ppxlib <= 0.26 and OCaml 4.14

## 0.5.0 (2022-02-11)

## 0.4.2 (2021-08-09)

### Changed

- Add PPX rewriter GT.ppx_all that incapsulated all available plugins
- Generated code has less warnings

## 0.4.1 (2021-02-19)
OCaml

Innovation. Community. Security.