From: Yamagata Y. <yor...@mb...> - 2004-01-23 02:10:35
|
From: "Nicolas Cannasse" <war...@fr...> Subject: Re: [Ocaml-lib-devel] findlib Date: Thu, 22 Jan 2004 10:27:20 +0100 > You might have a look at the Debian package of extlib I'm not familiar with Debian build system, but I think it doesn't make use of findlib in the installtion time, though it enable findlib to access extlib once it is installed. In addition to searching library, Findlib have the ability to manage directories in which libraries are installed. A nice ability for people like me, always forgetting the location of things. I made a quick hack which makes install.ml detect findlib. The behavior doesn't change if findlib is not present. The new install.ml is attached below. Please test this, if you are interested. -- Yamagata Yoriyuki |