Thanks, fixed.
Search Criteria
Package Details: ocaml-cairo-git 20120122-2
Package Actions
| Package Base: | ocaml-cairo-git |
|---|---|
| Description: | OCaml bindings for cairo |
| Upstream URL: | http://cairographics.org/cairo-ocaml/ |
| Category: | lib |
| Licenses: | |
| Submitter: | ftrvxmtrx |
| Maintainer: | soimort |
| Last Packager: | None |
| Votes: | 2 |
| First Submitted: | 2011-11-02 22:19 |
| Last Updated: | 2012-07-27 08:28 |
Latest Comments
Comment by ftrvxmtrx
Anonymous comment
Hello, the installation do not work properly with findlib.
To have find lib work with it, it had to manually add the file /usr/lib/ocaml/cairo/META with the contents retrieved from debian's package : http://packages.debian.org/sid/mipsel/libcairo-ocaml-dev/download
extract debian package by running :
$ ar x libcairo-ocaml-dev_1.2.0-2+b1_mipsel.deb
$ tar xf data.tar.gz
The seach the new usr directory created to find the META file.