           SPELL=ocaml-migrate-parsetree
         VERSION=1.8.0
          SOURCE="$SPELL-v$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:c14ffacbba9fda34243b3e8310ce49414415b530bbd982eaa6c1891517c5a9a6a35887afa7d6f15f7f94e225a7f15cc25417fd3337e685d4a7d6ee160e50e66e
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
