           SPELL=ocaml-migrate-parsetree
         VERSION=2.3.0
          SOURCE="$SPELL-$VERSION.tbz"
        WEB_SITE="https://github.com/ocaml-ppx/ocaml-migrate-parsetree"
   SOURCE_URL[0]="$WEB_SITE/releases/download/v$VERSION/$SOURCE"
     SOURCE_HASH=sha512:cccd766d33e2c70015735e050c2b7cdacf9f046e2874b563ef64b77706f56d004aa9b9df7d5cc201e5f3ba6e3267f95f654e1e3de58891b91f9c28a61988a9ee
SOURCE_DIRECTORY="$BUILD_DIRECTORY/${SOURCE%.tbz}"
      LICENSE[0]="LGPL-2.1"
         ENTERED=20210106
        KEYWORDS=""
           SHORT="Convert OCaml parsetrees between major versions"
cat << EOF
This library converts between parsetrees of different OCaml versions.

Supported versions are 4.02, 4.03, 4.04, 4.05, 4.06, 4.07, 4.08, 4.09, 4.10, and
4.11. For each version, there is a snapshot of the parsetree and conversion
functions to the next and/or previous version.
EOF
