this repo has no description
1opam-version: "2.0" 2maintainer: "Romain Beauxis <toots@rastageeks.org>" 3authors: "The Savonet Team <savonet-users@lists.sourceforge.net>" 4homepage: "https://github.com/savonet/ocaml-gavl" 5build: [ 6 ["./configure" "--prefix" prefix] 7 [make] 8] 9install: [ 10 [make "install"] 11] 12remove: ["ocamlfind" "remove" "gavl"] 13depends: ["ocaml" "ocamlfind"] 14depexts: [ 15 ["gavl-dev"] {os-distribution = "alpine"} 16 ["gavl-devel"] {os-distribution = "centos"} 17 ["gavl-devel"] {os-distribution = "fedora"} 18 ["gavl-devel"] {os-family = "suse" | os-family = "opensuse"} 19 ["libgavl-dev"] {os-family = "debian"} 20 ["drfill/liquidsoap/libgavl"] {os = "macos" & os-distribution = "homebrew"} 21 ["gavl"] {os-distribution = "arch"} 22] 23bug-reports: "https://github.com/savonet/ocaml-gavl/issues" 24dev-repo: "git+https://github.com/savonet/ocaml-gavl.git" 25synopsis: 26 "Bindings for the gavl library which provides functions for converting images formats, colorspaces, etc." 27flags: light-uninstall 28url { 29 src: 30 "https://github.com/savonet/ocaml-gavl/releases/download/0.1.6/ocaml-gavl-0.1.6.tar.gz" 31 checksum: [ 32 "sha256=1474de565faf0306d8b215d522df3894e346f49ddd38c543dbca50305a334a1c" 33 "md5=6a95cb233b1929bd9d54431a7c7c4aa1" 34 ] 35}