this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "Mad decoding library"
4description:
5 "Bindings for the mad library which provides functions for encoding wave audio files into mp3"
6maintainer: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
7authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
8license: "GPL-2.0-only"
9homepage: "https://github.com/savonet/ocaml-mad"
10bug-reports: "https://github.com/savonet/ocaml-mad/issues"
11depends: [
12 "ocaml" {>= "4.08"}
13 "conf-pkg-config" {build}
14 "conf-mad" {build}
15 "dune" {>= "2.8"}
16 "dune-configurator"
17 "odoc" {with-doc}
18]
19build: [
20 ["dune" "subst"] {dev}
21 [
22 "dune"
23 "build"
24 "-p"
25 name
26 "-j"
27 jobs
28 "@install"
29 "@runtest" {with-test}
30 "@doc" {with-doc}
31 ]
32]
33dev-repo: "git+https://github.com/savonet/ocaml-mad.git"
34url {
35 src: "https://github.com/savonet/ocaml-mad/archive/refs/tags/v0.5.3.tar.gz"
36 checksum: [
37 "md5=04ecba3be27536b1d9aea1b46940e3fc"
38 "sha512=0b69482fd39f17331ea3ad44d59041d177030b75fefa6370d485415566dd9756235da2443651b92479ec56c4e7ec5d69f05c4720b27e84757570de7a2ee16987"
39 ]
40}