this repo has no description
1opam-version: "2.0" 2maintainer: "smimram@gmail.com" 3build: [ 4 ["./configure" "--prefix" prefix] 5 [make] 6] 7remove: [["ocamlfind" "remove" "gavl"]] 8depends: ["ocaml" "ocamlfind"] 9depexts: [ 10 ["libgavl-dev"] {os-family = "debian"} 11] 12install: [make "install"] 13synopsis: 14 "Bindings for the gavl library which provides functions for converting images formats, colorspaces, etc." 15flags: light-uninstall 16url { 17 src: 18 "http://downloads.sourceforge.net/project/savonet/ocaml-gavl/0.1.5/ocaml-gavl-0.1.5.tar.gz" 19 checksum: [ 20 "sha256=9841a9821c293570d3368f7736bef942fdf34a1a72e9dcf2a7d62364fc8a99c7" 21 "md5=f55a9984e05f32bffecdce21c6784943" 22 ] 23}