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