File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 0.2.3 (2022-04-12)
2+ =====
3+ * Fix endianess detection.
4+
150.2.2 (2021-10-31) 🎃
26=====
37* Switch to dune 2
Original file line number Diff line number Diff line change 1- (lang dune 2 .7 )
2- ( version 0 .2.2 )
1+ (lang dune 2 .8 )
2+ ( version 0 .2.3 )
33(name shine)
44( source ( github savonet/ocaml-shine) )
55( license GPL-2.0)
66( authors " Romain Beauxis <toots@rastageeks.org>" )
77( maintainers " The Savonet Team <savonet-users@lists.sourceforge.net>" )
88
99( generate_opam_files true )
10+ ( use_standard_c_and_cxx_flags false )
1011
1112( package
1213 (name shine)
Original file line number Diff line number Diff line change 11# This file is generated by dune, edit dune-project instead
22opam-version: "2.0"
3- version: "0.2.2 "
3+ version: "0.2.3 "
44synopsis: "Fixed-point MP3 encoder"
55description:
66 "shine is a super fast mp3 encoding library implemented in fixed-point arithmetic."
@@ -11,7 +11,7 @@ homepage: "https://github.com/savonet/ocaml-shine"
1111bug-reports: "https://github.com/savonet/ocaml-shine/issues"
1212depends: [
1313 "ocaml" {>= "4.03.0"}
14- "dune" {>= "2.7 "}
14+ "dune" {>= "2.8 "}
1515 "conf-shine"
1616 "dune-configurator"
1717 "odoc" {with-doc}
You can’t perform that action at this time.
0 commit comments