this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "Bindings to libflac" 4maintainer: ["The Savonet Team <savonet-users@lists.sourceforge.net>"] 5authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"] 6license: "GPL-2.0-or-later" 7homepage: "https://github.com/savonet/ocaml-flac" 8bug-reports: "https://github.com/savonet/ocaml-flac/issues" 9depends: [ 10 "conf-libflac" 11 "conf-pkg-config" 12 "ocaml" {>= "4.03.0"} 13 "dune" {>= "2.8"} 14 "dune-configurator" 15 "odoc" {with-doc} 16] 17depopts: [ 18 "ogg" {>= "0.7.4" & < "1.0.0"} 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/savonet/ocaml-flac.git" 35url { 36 src: 37 "https://github.com/savonet/ocaml-flac/archive/refs/tags/v0.5.0.tar.gz" 38 checksum: [ 39 "md5=e729c6470c4b0fae11964eeb952b892b" 40 "sha512=637689d4a7f6d4366bc11dd8be3a4297bd211758fd7f80fcf88c9f1fcd1db3a2ef43530e5fce1ce6863149a3f75760939104c3bd27fb9b756f15bc07ebf063cd" 41 ] 42}