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: "LGPL-2.1-only" 7homepage: "https://github.com/savonet/ocaml-xiph" 8bug-reports: "https://github.com/savonet/ocaml-xiph/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" {= version} 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-xiph.git" 35x-maintenance-intent: ["(latest)"] 36url { 37 src: 38 "https://github.com/savonet/ocaml-xiph/archive/refs/tags/v1.0.0.tar.gz" 39 checksum: [ 40 "md5=4a1490eba0b6bcd06e7849acfdf2c98a" 41 "sha512=625b1faed23a06c5f9a37bef3da817f9bac1b7493ceaab7d693d11aedd3125f75df50ae59ffd3088ffb0cb1e673ab82d14f4d684e757460a126232273865e846" 42 ] 43}