Package Details: ocaml-cairo-git 20120122-2

Package Base: ocaml-cairo-git
Description: OCaml bindings for cairo
Upstream URL: http://cairographics.org/cairo-ocaml/
Category: lib
Licenses: LGPL2
Submitter: ftrvxmtrx
Maintainer: soimort
Last Packager: None
Votes: 2
First Submitted: 2011-11-02 22:19
Last Updated: 2012-07-27 08:28

Dependencies (4)

Required by (0)

Sources

  • META

Latest Comments

Comment by ftrvxmtrx

2012-01-22 13:53

Thanks, fixed.

Anonymous comment

2012-01-22 13:22

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.