this repo has no description
1opam-version: "2.0"
2synopsis: "Bindings to libspeex"
3maintainer: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
4authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
5license: "GPL-2.0-only"
6homepage: "https://github.com/savonet/ocaml-speex"
7bug-reports: "https://github.com/savonet/ocaml-speex/issues"
8depends: [
9 "conf-libogg"
10 "conf-libspeex"
11 "conf-pkg-config"
12 "dune" {>= "2.0"}
13 "dune-configurator"
14 "ogg" {>= "0.7.0" & < "1.0.0"}
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-speex.git"
31url {
32 src: "https://github.com/savonet/ocaml-speex/archive/v0.4.0.tar.gz"
33 checksum: [
34 "md5=463be522228a528894a000247823ac2c"
35 "sha512=812dcd25336729a6bcacd80f6a54ffc984c08961ffa1b151b7a4fd36b5c9c5f6429bf6cc0a698aae3efa630be029bf93d0e55f070f5db2de1b1efa7a692ef3d8"
36 ]
37}