Plasma GitLab Archive
Projects Blog Knowledge

#! /bin/sh

# Determine the destination directory of a findlib-installed package
# before it is installed

ocamlfind printconf |
{
    while read line; do
	case "$line" in
	    Packages\ will\ be\ installed\ in\/removed\ from\:)
		read line
		echo "$line"
		;;
	esac
    done
}

This web site is published by Informatikbüro Gerd Stolpmann
Powered by Caml