this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "MP3 decoding library"
4description: "OCaml bindings to libmpg123"
5maintainer: ["Michael Bacarella <m@bacarella.com>"]
6authors: ["Michael Bacarella <m@bacarella.com>"]
7license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
8homepage: "https://github.com/mbacarella/mpg123"
9bug-reports: "https://github.com/mbacarella/mpg123/issues"
10depends: [
11 "ocaml" {>= "4.03"}
12 "dune" {>= "2.7"}
13 "dune-configurator"
14 "conf-pkg-config"
15 "ctypes" {>= "0.13.0"}
16 "ctypes-foreign"
17 "conf-libmpg123"
18 "odoc" {with-doc}
19]
20build: [
21 ["dune" "subst"] {dev}
22 [
23 "dune"
24 "build"
25 "-p"
26 name
27 "-j"
28 jobs
29 "@install"
30 "@runtest" {with-test}
31 "@doc" {with-doc}
32 ]
33]
34dev-repo: "git+https://github.com/mbacarella/mpg123.git"
35url {
36 src: "https://github.com/mbacarella/mpg123/archive/0.3.tar.gz"
37 checksum: [
38 "md5=a79b90c89ddbd8fc8c39142b3d5f4dde"
39 "sha512=1f92f7a001552e279f146eb14340b747eb18f6dd7ee5f66f93eab37f6dd9e3f3298475085232395404ca1ed9b8a3c94796e6d67884c18d6684010f897c3f8b42"
40 ]
41}