Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1diff -Naur cairo-ocaml-1.2.0.ori/META cairo-ocaml-1.2.0/META 2--- cairo-ocaml-1.2.0.ori/META 1970-01-01 01:00:00.000000000 +0100 3+++ cairo-ocaml-1.2.0/META 2013-06-04 03:31:32.000000000 +0200 4@@ -0,0 +1,12 @@ 5+name = "cairo-ocaml" 6+description = "Bindings to the cairo library." 7+version = "@VERSION@" 8+archive(byte) = "cairo.cma" 9+archive(native) = "cairo.cmxa" 10+requires = "bigarray" 11+ 12+package "lablgtk2" ( 13+ requires = "cairo lablgtk2" 14+ archive(byte) = "cairo_lablgtk.cma" 15+ archive(native) = "cairo_lablgtk.cmxa" 16+)