this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "Bindings to libspeex" 4maintainer: ["The Savonet Team <savonet-users@lists.sourceforge.net>"] 5authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"] 6license: "GPL-2.0" 7homepage: "https://github.com/savonet/ocaml-speex" 8bug-reports: "https://github.com/savonet/ocaml-speex/issues" 9depends: [ 10 "conf-libogg" 11 "conf-libspeex" 12 "conf-pkg-config" 13 "dune" {>= "2.8"} 14 "dune-configurator" 15 "ocaml" {>= "4.07"} 16 "ogg" {>= "0.7.0" & < "1.0.0"} 17 "odoc" {with-doc} 18] 19build: [ 20 ["dune" "subst"] {dev} 21 [ 22 "dune" 23 "build" 24 "-p" 25 name 26 "-j" 27 jobs 28 "@install" 29 "@runtest" {with-test} 30 "@doc" {with-doc} 31 ] 32] 33dev-repo: "git+https://github.com/savonet/ocaml-speex.git" 34url { 35 src: "https://github.com/savonet/ocaml-speex/archive/v0.4.1.tar.gz" 36 checksum: [ 37 "md5=7e14fb140191343fa2e76c29eddb57cf" 38 "sha512=2db2775c1f279d366653d1ec8fe01250d34ff0a391c2e85ba1ca2b28e3cb0109f69c3370c2f015eb2cb4002a5164e7e34053491420768cc38ac31a93214d2954" 39 ] 40}