          MODULE=findlib
         VERSION=1.9.8
          SOURCE=$MODULE-$VERSION.tar.gz
      SOURCE_URL=https://github.com/ocaml/ocamlfind/archive/refs/tags/
      SOURCE_VFY=sha256:d6899935ccabf67f067a9af3f3f88d94e310075d13c648fa03ff498769ce039d
SOURCE_DIRECTORY=$BUILD_DIRECTORY/ocamlfind-$MODULE-$VERSION
        WEB_SITE=http://projects.camlcity.org/projects/findlib.html
         ENTERED=20121013
         UPDATED=20241222
           SHORT="Objective Caml library manager"
PSAFE=no
cat << EOF
Findlib is a library manager for Objective Caml.
It provides a convention how to store libraries,
and a file format ("META") to describe the properties
of libraries. There is also a tool (ocamlfind) for
interpreting the META files, so that it is very easy
to use libraries in programs and scripts.
EOF
