this repo has no description

Package lame.0.3.6

Changed files
+38
packages
lame
lame.0.3.6
+38
packages/lame/lame.0.3.6/opam
···
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "MP3 encoding library"
+
description:
+
"Bindings for the lame library which provides functions for encoding mp3 files"
+
maintainer: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
+
authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
+
license: "GPL-2.0"
+
homepage: "https://github.com/savonet/ocaml-lame"
+
bug-reports: "https://github.com/savonet/ocaml-lame/issues"
+
depends: [
+
"conf-lame"
+
"dune" {>= "2.8"}
+
"dune-configurator"
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/savonet/ocaml-lame.git"
+
url {
+
src: "https://github.com/savonet/ocaml-lame/archive/v0.3.6.tar.gz"
+
checksum: [
+
"md5=3fd4364bfe22adb3d50c8bd1ff40986c"
+
"sha512=e378bd51ba90751eabb39b6fac32e4695d7532143f9c68d1ef7ce10198645d84f1cd9f123783d13ac0417d7d7d7050155a36bf4033d32f4d9715cf37b48dfb6a"
+
]
+
}