this repo has no description
1opam-version: "2.0" 2maintainer: "The Savonet Team <savonet-users@lists.sourceforge.net>" 3authors: "The Savonet Team <savonet-users@lists.sourceforge.net>" 4homepage: "https://github.com/savonet/ocaml-shine" 5bug-reports: "https://github.com/savonet/ocaml-shine/issues" 6license: "GPL-2.0-only" 7dev-repo: "git+https://github.com/savonet/ocaml-shine.git" 8build: [ 9 ["./configure" "--prefix=%{prefix}%"] {os != "macos"} 10 ["./configure" "OCAMLFLAGS=-cclib -L/usr/local/lib" "--prefix=%{prefix}%"] 11 {os = "macos"} 12 [make] 13] 14install: [make "install"] 15remove: ["ocamlfind" "remove" "shine"] 16depends: [ 17 "ocaml" 18 "ocamlfind" {build} 19] 20depexts: [ 21 ["shine"] {os-distribution = "alpine"} 22 ["libshine-devel"] {os-distribution = "centos"} 23 ["libshine-devel"] {os-distribution = "fedora"} 24 ["libshine-devel"] {os-family = "suse" | os-family = "opensuse"} 25 ["libshine-dev"] {os-family = "debian"} 26 ["drfill/liquidsoap/libshine"] 27 {os = "macos" & os-distribution = "homebrew"} 28] 29synopsis: "Fixed-point MP3 encoder." 30description: 31 "shine is a super fast mp3 encoding library implemented in fixed-point arithmetic." 32flags: light-uninstall 33url { 34 src: 35 "https://github.com/savonet/ocaml-shine/releases/download/0.2.1/ocaml-shine-0.2.1.tar.gz" 36 checksum: [ 37 "sha256=dca23794ebcd63f64a000244b762bbba88eb989caa0c02978b431176906c3802" 38 "md5=0f8921966ac445295425cc52af3a84a6" 39 ] 40}