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-schroedinger" 5build: [ 6 ["./configure" "--prefix" prefix] {os != "macos"} 7 [ 8 "./configure" 9 "CFLAGS=-I/usr/local/include" 10 "LDFLAGS=-L/usr/local/lib" 11 "OCAMLFLAGS=-ccopt -I/usr/local/include -cclib -L/usr/local/lib" 12 "--prefix" 13 prefix 14 ] {os = "macos"} 15 [make] 16] 17install: [ 18 [make "install"] 19] 20remove: ["ocamlfind" "remove" "schroedinger"] 21depends: [ 22 "ocaml" 23 "ocamlfind" 24 "ogg" {< "0.7.0"} 25] 26depexts: [ 27 ["libschroedinger-dev"] {os-family = "debian"} 28 ["schroedinger"] {os = "macos" & os-distribution = "homebrew"} 29] 30bug-reports: "https://github.com/savonet/ocaml-schroedinger/issues" 31dev-repo: "git+https://github.com/savonet/ocaml-schroedinger.git" 32synopsis: 33 "Bindings for the schroedinger library to decode video files in Dirac format" 34flags: light-uninstall 35url { 36 src: 37 "https://github.com/savonet/ocaml-schroedinger/releases/download/0.1.1/ocaml-schroedinger-0.1.1.tar.gz" 38 checksum: [ 39 "sha256=8b64ba9a71a48c4b50c0cbf537a7d5cb9c8f86882f83af33bf0b3aab3fb4bae4" 40 "md5=fa6974277a389d0ef5e4a92cbcf416f0" 41 ] 42}