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.0"}
14 "dune-configurator"
15]
16build: [
17 ["dune" "subst"] {dev}
18 [
19 "dune"
20 "build"
21 "-p"
22 name
23 "-j"
24 jobs
25 "@install"
26 "@runtest" {with-test}
27 "@doc" {with-doc}
28 ]
29]
30dev-repo: "git+https://github.com/savonet/ocaml-lame.git"
31url {
32 src: "https://github.com/savonet/ocaml-lame/archive/v0.3.5.tar.gz"
33 checksum: [
34 "md5=8f14575eb21753b7b7d975673b24ab56"
35 "sha512=204753eaa79623549cacc4be5627d8bd3f2bdd33da60026cf0d756637da26f13802f8300957300cca0651a2a2233b7063be20ee72ba45e3c02b8f9f19e54f518"
36 ]
37}