blob: d0f468654d34f59b67b0f45886b2eb8a2efcedae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
pkgbase = ocaml-ao
pkgdesc = OCaml libao bindings
pkgver = 0.2.4
pkgrel = 1
url = https://github.com/savonet/ocaml-ao
arch = i686
arch = x86_64
license = LGPL2.1
makedepends = ocaml-findlib
makedepends = dune
depends = ocaml
depends = libao
options = !strip
source = https://github.com/savonet/ocaml-ao/archive/v0.2.4.tar.gz
sha256sums = 0b845e7c04440de3efda9e0cd1e2b115fe069be3fb3ddba5bfd8fed73901a66e
pkgname = ocaml-ao
|