this repo has no description
1opam-version: "2.0"
2maintainer: "smimram@gmail.com"
3build: [
4 ["./configure" "--prefix" prefix]
5 [make]
6]
7remove: [["ocamlfind" "remove" "schroedinger"]]
8depends: ["ocaml" "ocamlfind" "ogg"]
9depexts: [
10 ["libschroedinger-dev"] {os-family = "debian"}
11 ["schroedinger"] {os = "macos" & os-distribution = "homebrew"}
12]
13install: [make "install"]
14synopsis:
15 "Bindings for the schroedinger library to decode video files in Dirac format"
16flags: light-uninstall
17url {
18 src:
19 "http://downloads.sourceforge.net/project/savonet/ocaml-schroedinger/0.1.0/ocaml-schroedinger-0.1.0.tar.gz"
20 checksum: [
21 "sha256=23e721cb494c1a40f59fee4757a642c92fdfd30e5dcd6e9965c320acb426c3ee"
22 "md5=612f64665980f224d713952c27bc416f"
23 ]
24}