this repo has no description
1opam-version: "2.0" 2synopsis: "Fixed-point MP3 encoder" 3description: 4 "shine is a super fast mp3 encoding library implemented in fixed-point arithmetic." 5maintainer: ["The Savonet Team <savonet-users@lists.sourceforge.net>"] 6authors: ["Romain Beauxis <toots@rastageeks.org>"] 7license: "GPL-2.0" 8homepage: "https://github.com/savonet/ocaml-shine" 9bug-reports: "https://github.com/savonet/ocaml-shine/issues" 10depends: [ 11 "ocaml" {>= "4.03.0"} 12 "dune" {>= "2.7"} 13 "conf-shine" 14 "dune-configurator" 15 "odoc" {with-doc} 16] 17build: [ 18 ["dune" "subst"] {dev} 19 [ 20 "dune" 21 "build" 22 "-p" 23 name 24 "-j" 25 jobs 26 "@install" 27 "@runtest" {with-test} 28 "@doc" {with-doc} 29 ] 30] 31dev-repo: "git+https://github.com/savonet/ocaml-shine.git" 32url { 33 src: "https://github.com/savonet/ocaml-shine/archive/v0.2.2.tar.gz" 34 checksum: [ 35 "md5=09edc7d1a7f0e87728d910e0540c4495" 36 "sha512=6c9527234115250569d78fe0380f2485df7e86a864914645090e4a64e0699afd6132a00cba1eb24915a34dd24b250928eedf3e557e5b6a79e30fa507c61df0f2" 37 ] 38}