this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #27166 from toots/opam-publish-flac.0.5.1

Package flac.0.5.1

authored by

Shon Feder and committed by
GitHub
0de18e26 dab9b2ec

+43
+43
packages/flac/flac.0.5.1/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Bindings to libflac" 4 + maintainer: ["The Savonet Team <savonet-users@lists.sourceforge.net>"] 5 + authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"] 6 + license: "GPL-2.0-or-later" 7 + homepage: "https://github.com/savonet/ocaml-flac" 8 + bug-reports: "https://github.com/savonet/ocaml-flac/issues" 9 + depends: [ 10 + "conf-libflac" 11 + "conf-pkg-config" 12 + "ocaml" {>= "4.03.0"} 13 + "dune" {>= "2.8"} 14 + "dune-configurator" 15 + "odoc" {with-doc} 16 + ] 17 + depopts: [ 18 + "ogg" {>= "0.7.4"} 19 + ] 20 + build: [ 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 + ] 34 + dev-repo: "git+https://github.com/savonet/ocaml-flac.git" 35 + url { 36 + src: 37 + "https://github.com/savonet/ocaml-flac/archive/refs/tags/v0.5.1.tar.gz" 38 + checksum: [ 39 + "md5=26f33119832e81fa4612b26a60e77946" 40 + "sha512=03ea0d1c8a134ea1ba07aeef74eae7984bb4aee60b72681febfcf14ffc649345fa3f04c929c91a43becb9f8a9838a5e46983440fdb6660e87dc53033311ee8c8" 41 + ] 42 + } 43 + x-maintenance-intent: [("latest")]