diff --git a/GT.opam b/GT.opam index 243bdab2..3951ff86 100644 --- a/GT.opam +++ b/GT.opam @@ -1,6 +1,6 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" -version: "0.5.2" +version: "0.5.3" synopsis: "Generic programming with extensible transformations" description: """ Yet another library for generic programming. Provides syntax extensions diff --git a/dune-project b/dune-project index 3f29c8f5..c228382a 100644 --- a/dune-project +++ b/dune-project @@ -22,7 +22,7 @@ "Yet another library for generic programming. Provides syntax extensions\nboth for camlp5 and PPX which allow decoration of type declarations with\nfollowing compile-time code generation. Provides the way for creating\nplugins (compiled separately from the library) for enchancing supported\ntype transformations.\n\nStrongly reminds the `visitors` library from François Pottier.\nDuring desing of a library of these kind there many possible\ndesign decision and in many cases we decided to implement\nthe decision opposite to the one used in `visitors`.\n\n\nP.S. Since 2023 development team is no longer associated with JetBrains Research") (authors "https://github.com/dboulytchev" "https://github.com/Kakadu") (maintainers "Kakadu@pm.me") - (version 0.5.2) + (version 0.5.3) (depends (ppxlib (<= "0.32.1"))