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-dssi" 5build: [ 6 ["./configure" "--prefix" prefix] 7 [make] 8] 9install: [ 10 [make "install"] 11] 12remove: ["ocamlfind" "remove" "dssi"] 13depends: [ 14 "ocaml" 15 "ocamlfind" 16 "ladspa" {< "0.2.0"} 17] 18depexts: [ 19 ["dssi-dev"] {os-family = "debian"} 20 ["dssi-devel"] {os-distribution = "centos"} 21 ["dssi-devel"] {os-distribution = "fedora"} 22 ["dssi-devel"] {os-family = "suse" | os-family = "opensuse"} 23 ["dssi"] {os-distribution = "nixos"} 24 ["dssi"] {os-distribution = "arch"} 25] 26bug-reports: "https://github.com/savonet/ocaml-dssi/issues" 27dev-repo: "git+https://github.com/savonet/ocaml-dssi.git" 28synopsis: "Bindings for the DSSI API which provides audio synthesizers" 29flags: light-uninstall 30url { 31 src: 32 "https://github.com/savonet/ocaml-dssi/releases/download/0.1.2/ocaml-dssi-0.1.2.tar.gz" 33 checksum: [ 34 "sha256=19d90f84597e498b2722d35c3048b54690a3219206a8a632579c1c78a0e01665" 35 "md5=9fe0b20291e33676e8f33a445e8d3ee8" 36 ] 37}