abinfo "Building ocaml-topkg ..."
ocaml "$SRCDIR"/pkg/pkg.ml build --pkg-name topkg

abinfo "Install ocaml-topkg ..."
opam-installer --prefix="$PKGDIR/usr" \
    --libdir="$PKGDIR$(ocamlc -where)" \
    --docdir="$PKGDIR/usr/share/doc"
