# Watch: https://github.com/RubyLane/rl_json/tags
           SPELL=rl_json
         VERSION=0.11.0
          SOURCE="$SPELL-$VERSION.tar.gz"
   SOURCE_URL[0]=https://github.com/RubyLane/$SPELL/archive/$VERSION.tar.gz
     SOURCE_HASH=sha512:bf25c65f52ecdf89e42c2c700e49a7e7bd56841d0b3a013e51b2eaaf39f8d01d898cfcfc96f83f809c0209cf3599f201e33bb52f6f949807c2303380c2291f52
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
        WEB_SITE="https://github.com/RubyLane/rl_json"
      LICENSE[0]="TCL"
         ENTERED=20200517
        KEYWORDS=""
           SHORT="JSON type and command to manipulate JSON values directly"
cat << EOF
This package adds a command json to the interpreter, and defines a new Tcl_Obj
type to store the parsed JSON document. The json command directly manipulates
values whose string representation is valid JSON, in a similar way to how
the dict command directly manipulates values whose string representation is
a valid dictionary. It is similar to dict in performance.
EOF
