this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "MP3 encoding library"
4description:
5 "Bindings for the lame library which provides functions for encoding mp3 files"
6maintainer: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
7authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
8license: "GPL-2.0-or-later"
9homepage: "https://github.com/savonet/ocaml-lame"
10bug-reports: "https://github.com/savonet/ocaml-lame/issues"
11depends: [
12 "conf-lame"
13 "dune" {>= "2.8"}
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-lame.git"
32url {
33 src:
34 "https://github.com/savonet/ocaml-lame/archive/refs/tags/v0.3.7.tar.gz"
35 checksum: [
36 "md5=91eff5047752b8f3116dbc88090b1a00"
37 "sha512=7f001c9c04446ca75c23c09f06fb23d6a9d7342bb2aad46e346bf96be189c60a5fea65edf475d4b85f9fe0d136b120d3d5914c5959ed62d006963031701f5af9"
38 ]
39}