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"
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: "https://github.com/savonet/ocaml-lame/archive/v0.3.6.tar.gz"
34 checksum: [
35 "md5=3fd4364bfe22adb3d50c8bd1ff40986c"
36 "sha512=e378bd51ba90751eabb39b6fac32e4695d7532143f9c68d1ef7ce10198645d84f1cd9f123783d13ac0417d7d7d7050155a36bf4033d32f4d9715cf37b48dfb6a"
37 ]
38}