this repo has no description
1opam-version: "2.0"
2maintainer: "smimram@gmail.com"
3build: [
4 ["./configure" "--prefix" prefix]
5 [make]
6]
7remove: [["ocamlfind" "remove" "frei0r"]]
8depends: ["ocaml" "ocamlfind" "conf-pkg-config"]
9depexts: [
10 ["frei0r-plugins-dev"] {os-family = "debian"}
11]
12install: [make "install"]
13synopsis: "Bindings for the frei0r API which provides video effects"
14flags: light-uninstall
15url {
16 src:
17 "http://downloads.sourceforge.net/project/savonet/ocaml-frei0r/0.1.0/ocaml-frei0r-0.1.0.tar.gz"
18 checksum: [
19 "sha256=6f726261976fbe612d328107b6946d012b6721f46115df14f9cdc2d4ffbf43a9"
20 "md5=800d8051d72d3367acda15187a247e97"
21 ]
22}